I'm trying to send from Android Quaternion data to quaternion.
When I send (X,Y,Z) and use Quaternion from unity reference, it works, but when send Quaternion data, it doesn't work.
I think unity didn't get the quaternion data(x,y,z,w) from Android, is that right?