We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ead67 commit 6e8bee7Copy full SHA for 6e8bee7
1 file changed
Assets/AndroidIl2cppPatchDemo/Editor/AndroidBuilder.cs
@@ -126,8 +126,8 @@ public static bool ExportGradleProject()
126
if (!ValidateConfig()) { return false; }
127
128
PlayerSettings.applicationIdentifier = "cn.noodle1983.unitypatchdemo";
129
- PlayerSettings.companyName = "Test";
130
- PlayerSettings.productName = "Test";
+ PlayerSettings.companyName = "noodle1983";
+ PlayerSettings.productName = "UnityAndroidIl2cppPatchDemo";
131
EditorUserBuildSettings.androidBuildSystem = AndroidBuildSystem.Gradle;
132
PlayerSettings.SetScriptingBackend(BuildTargetGroup.Android, ScriptingImplementation.IL2CPP);
133
PlayerSettings.stripEngineCode = false;
0 commit comments