Unity-Android-Bluetooth-Low-Energy icon indicating copy to clipboard operation
Unity-Android-Bluetooth-Low-Energy copied to clipboard

Updating to newer Unity editor

Open nadiDS2 opened this issue 1 year ago • 1 comments

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 tied to 2019.4.16f1?

On a related note, I have three versions of the unity editor and none of them have a "unity.jar". Where would one find it if one needed a newer version?

nadiDS2 avatar Mar 23 '24 19:03 nadiDS2

Hi Nadi, apologies for the delay in a response.

The code isn't completely tied to 2019.4.16f1, as the Android JNI is backwards and forwards compatible (for now). You can use it in later versions and if you encounter any bugs, I can take a look at them.

I'm unsure where the unity.jar is located for your versions, I think Google is your best friend here. Though the .jar is only needed if you're going to work on the Java side of things (and compile it yourself).

Velorexe avatar Sep 20 '24 11:09 Velorexe