Velorexe / Unity-Android-Bluetooth-Low-Energy

A Unity Android plugin to support basic Bluetooth Low Energy interactions.
The Unlicense
101 stars 21 forks source link

Small bug fixes for permission request #59

Closed paulhayes closed 1 month ago

paulhayes commented 1 month ago

AppPermission can now be added by using GameObject.AddComponent without throwing errors.

Fixed an issue with AppPermission not checking the right permission name when using Permission.HasUserAuthorizedPermission.

Velorexe commented 1 month ago

Looks good, merging.