A native Unity plugin to handle runtime permissions on Android M+
Stars
218
Forks
29
Watchers
218
Open Issues
2
Overall repository health assessment
26
commits
- BREAKING CHANGE: Replaced RequestPermission with RequestPermissionAsync (see https://github.com/yasirkula/UnityNativeGallery/discussions/343)
65b70faView on GitHubFixed rare "No such proxy method" error for native callback functions
e1772b4View on GitHubPotential fix for IllegalStateException on Android (closed #15)
052f4e1View on GitHubBREAKING CHANGE: CheckPermission now returns bool + added async variants of RequestPermission functions that don't freeze the app unnecessarily (fixed #14)
2113d0bView on GitHubEmbedded proguard.txt file to AAR library which should get rid of ClassNotFoundExceptions automatically
2b7932eView on GitHubFixed minor issue: https://github.com/yasirkula/UnityNativeGallery/issues/138
32c354aView on GitHub