Thanks for the information. Is this only for Android, or does it also work for IOS? What would be an easy way to forward the magnetometer values? It seems like it requires JNI or UPL, both of which aren’t that well documented. I’m considering just editing the nativeHandleSensorEvents function in the GameActivity.java file to pass along the current_magnetometer value, and then edit the corresponding AndroidJNI.cpp and AndroidInputInterface.cpp files to be able to handle the extra values. Or is there an easier way (like AR or VR plugins)?