Steps to reproduce:
- Import [Internal link] 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
- 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: