We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d305b8 commit cfdf67aCopy full SHA for cfdf67a
1 file changed
Assets/AndroidIl2cppPatchDemo/Editor/AndroidBuilder.cs
@@ -128,6 +128,7 @@ public static bool ExportGradleProject()
128
string error_msg = string.Empty;
129
string[] levels = new string[] { "Assets/AndroidIl2cppPatchDemo/Scene/0.unity" };
130
BuildOptions options = BuildOptions.None;
131
+ EditorUserBuildSettings.exportAsGoogleAndroidProject = true;
132
if (Directory.Exists(ANDROID_EXPORT_PATH)) { FileUtil.DeleteFileOrDirectory(ANDROID_EXPORT_PATH);}
133
Directory.CreateDirectory(ANDROID_EXPORT_PATH);
134
try
0 commit comments