I constantly get notifications on Moto 40 Edge Pro to update to Android 15. According to your website, only Android 13 and 14 are supported. Should I continue to try to prevent updating to Android 15?
Hi @user-ed9dfb! Thanks for letting us know you've started getting prompts. For the time being, please try to prevent it updating to A15. This is very recent update and we want to first be sure the Neon Companion app will run as expected. We'll update you as soon as we can!
Hello @wrp , @user-f43a29 , The recent update to the neon companion app also applicaple to neon xr core unity package? Does the package tracks eye lid angles, IMU, Fixation etc?
Hi @user-6c6c81 , yes, and the Neon XR Core Package has similarly been upgraded to account for the eyelid angle data, which it tracks. IMU data and fixation data, however, are not streamed to Neon XR.
Neon XR also has some updates related to Addressables that potentially resolve the initial issues that you had encountered.
that means i cannot stream IMU and Fixation data through unity?
You can, in principle. It requires adding code in line with our Real-time API Documentation.
It is only that the default Neon XR Core Package does not implement this. If you would like to see that added, feel free to open a 💡 features-requests .
Hello @user-f43a29, my neon is now saving and tracking all the requeried gaze data in a csv. But the thing is, it is recording in editor but not in build version of my unity. Are there are any setting to consider to write data in csv in build version?
Hi @user-6c6c81 , when you say the "build version", do you mean when the app is running on the headset? When running the "build version", do you get messages in the logs like [RTSPClientWs] 2000 messages processed
? If so, then Neon XR is working as expected and something about the CSV writing routine would need to be modified.
Yep! Found the bug. Thanks.