You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Unity UPD remote to use a smartphone as a gesture remote. UDP messages are of type " "Acc\t" + Input.acceleration.ToString() +"\t"+ "Gyro\t" + gyro.gravity.ToString()" data can be split using String.split('\t');