We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab157ac commit 013f991Copy full SHA for 013f991
modules/mono/godotsharp_dirs.cpp
@@ -173,6 +173,7 @@ class _GodotSharpDirs {
173
String packed_path = "res://.godot/mono/publish/" + arch;
174
#ifdef ANDROID_ENABLED
175
api_assemblies_dir = packed_path;
176
+ packaged_assemblies_dir = packed_path;
177
print_verbose(".NET: Android platform detected. Setting api_assemblies_dir directly to pck path: " + api_assemblies_dir);
178
#else // ANDROID_ENABLED
179
0 commit comments