Nadi Findikli
Nadi Findikli
Branch ```refactor/project-overhaul``` Commit ```811b3250``` In BleDevice.cs, RequestMtuSize() sends the wrong task: ``` /// /// Request the 's MTU Size to be bigger or smaller. /// [Calls: ] /// /// The...
The path for unity.jar in build.grade: ``` implementation files('F:\\Projects\\UnityAndroidBLE\\app\\libs\\unity.jar')``` is not universal. it should be ``` implementation files('libs/unity.jar)'```
I am trying to bring "Unity-Android-Bluetooth-Low-Energy" up to a newer version of Unity (preferably 2022.3.20f1) and the question I have is: How much is the "unity.jar" in the "Unity-Android-Bluetooth-Low-Energy-Java-Library" repository...