Hey All:
Anybody experience this: Occasionally we will lose accelerometer input (in Android builds at least.) We display the raw data from Input.acceleration and upon failure it returns a (0,0,0). The accelerometer comes back to life if we task switch away from the app and back to it - or by exiting the app and rebooting.
It seems to happen more on some devices than on others.
Any thoughts about this loss of data, or what might be called during an app restore (OnApplicationFocus) that might be waking the accelerometer input system back up?