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

Broken path to unity.jar

Open nadiDS2 opened this issue 1 year ago • 1 comments

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)'

nadiDS2 avatar Mar 28 '24 20:03 nadiDS2

Good point, that's a mistake on my part. That's changed in the coming update.

Velorexe avatar Apr 23 '24 08:04 Velorexe