Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 800e0cd

Browse files
Fix generated plugin name in some cases
1 parent 113a423 commit 800e0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Unity/Assets/NativeScript/Editor/GenerateBindings.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10650,7 +10650,7 @@ static void AppendCsharpImport(
1065010650
StringBuilder output
1065110651
)
1065210652
{
10653-
output.Append("\t\t[DllImport(NativeScriptConstants.PluginName)]\n");
10653+
output.Append("\t\t[DllImport(PLUGIN_NAME)]\n");
1065410654
output.Append("\t\tpublic static extern ");
1065510655
AppendCsharpTypeFullName(returnType, output);
1065610656
output.Append(' ');

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /