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
7000.0.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
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- 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
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?