Search Issue Tracker
Fixed
Fixed in 2021.3.55f1, 2022.3.65f1, 6000.0.54f1, 6000.1.13f1, 6000.2.0b11, 6000.3.0a3
Votes
0
Found in
2021.3.48f1
2022.3.56f1
6000.0.38f1
6000.1.0b5
6000.2.0a1
6000.3.0a1
Issue ID
UUM-111393
Regression
No
[Android] 16-KB warning on Native libraries (.so) does not change after updating libs
Steps to reproduce:
- Import [^AndroidNative16Kb.unitypackage] into your Unity project
- Open the {{Assets/Plugins/Android/arm64-v8a/libnative.so}} PluginInspector.
- See the warning that it's not 16 KB aligned in Plugin Inspector
!image-2025-07-10-15-29-32-023.png|width=409,height=123!
- Open the {{Assets/Plugins/Android/}} folder in your File Manager (not Unity).
- Replace {{Assets/Plugins/Android/arm64-v8a/libnative.so}} by the 16 KB version of it in {{Assets/Plugins/Android/16KB/libnative.so}}
- Go back to Editor
Actual results: The warning is still there after we have aligned the library, since the .meta file still contains the Is16PageAligned property to false.
Expected results: The warning disappears, when the libnative.so file changes.
Reproducible with versions: 2021.3.48f1, 2022.3.56f1, 6000.0.38f1, 6000.1.0b5
Tested on (OS):
Notes:
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "DirectoryNotFoundException" is thrown and Shader Graph does not open when opening a .shadegraph from a long path
- “Full Screen Pass Renderer Feature_Old GUID” text is cut off in Renderer Features window
- "Undo: Already found nextRootTransform, but with different state cached" error thrown when undoing changes made to the Hierarchy using a script
- "No GUI Implemented" is displayed when using PhysicsMask with a CustomEditor
- "Report is from another project" popup warning is shown on domain reload when Project Auditor was previously ran in a different project
FloBrink
Oct 08, 2025 09:22
This is not fixed in packages 1.6.0-pre.2 (where the fix is mentioned) and 1.7.0-pre.2
tylervicari1002
Sep 13, 2025 14:37
My version is 6000.0.51f1 and i still have this issue are you sure it is not found in my version?