Unity-Android-Sensor-Plugin icon indicating copy to clipboard operation
Unity-Android-Sensor-Plugin copied to clipboard

Unity plugin for using Android sensors.

Results 6 Unity-Android-Sensor-Plugin issues
Sort by recently updated
recently updated
newest added

The _proximity_ and _light_ sensors are working great for me on Unity2019.1 and android8 (Samsung S7). Setting the update intervals for these doesn't seem to have any effect though. They...

I can't get any of the sensor to work on the phone. Once the project is built and installed on the phone I have a debug text that tells me...

I am using Unity version 5.x and I can't seem to get the accelerometer readings from my Android device. I placed the .jar file in the Assets folder like you...

its crashing on a smartwatch with android 5.1. i think its because of an array is getting null, possible a bug in ART! i tried to fix this, but no...

Currently, the implementation uses enum including sensor names. Replace it to use `SensorManager.getSensorList(Sensor.TYPE_ALL)`, and add a plugin method like `getSensorNameList`.

enhancement