Search Issue Tracker
Fixed
Fixed in 2021.3.34f1, 2022.3.16f1, 2023.2.5f1, 2023.3.0a18, 7000.0.0a1
Votes
0
Found in
2021.3.32f1
2022.3.14f1
2023.2.1f1
2023.3.0a15
7000.0.0a1
Issue ID
UUM-57229
Regression
No
androidlib plugins should default to Android
The directories with .androidlib "extension" should by default be marked as compatible only with Android.
Repro:
- Make a folder named "myplugin.androidlib"
- Copy it to Unity project
- Select the plugin and look into Plugin Inspector window
** Expected: Plugin is marked as compatible only with Android
** Actual: Plugin is marked compatible with any platform
Fix:
In PluginImporter.cpp we already have checks for .java, .kt and others to be marked as compatible with Android. Add .androidlib there too.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
Add comment