void Awake() { instance = this; }
void Start() { // get the gestures listener gestureListener = RoomGestureListener.Instance; }