BenF-GD
Results
2
comments of
BenF-GD
I had the same issue when attempting to get permissions on Android 12 (using Unity 2020.3.26). Using the Async method fixed the issue for me.
@yasirkula No permission popup was shown! Not that it should make any difference at all, but for completeness, I am requesting android.permission.BLUETOOTH_CONNECT. My unity app targets SDK 31, with a...