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
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Duplicated groups and incorrect grouping in UI Builder when using UxmlElementAttribute: libraryPath
- Asset name is not shown in the Undo History window when a sprite is modified
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?