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

List up all sensors on device

Open kshoji opened this issue 9 years ago • 0 comments

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

kshoji avatar Oct 30 '15 06:10 kshoji