UnityAndroidRuntimePermissions
UnityAndroidRuntimePermissions copied to clipboard
A native Unity plugin to handle runtime permissions on Android M+
Results
2
UnityAndroidRuntimePermissions issues
Sort by
recently updated
recently updated
newest added
On android 6.0 our game freezes when we request the runtime permissions for fine and course location. Could this be the reason?: https://forum.unity.com/threads/crash-on-immediate-restart-timeout-while-trying-to-pause-the-unity-engine-before-win-death.313408/
Android Version Runtime : 14 I want to read a .txt in /storage/emulated/0 I think I should apply MANAGE_EXTERNAL_STORAGE , but it doesn't work, what should I do T.T I...