// Use this for initialization void Start() { cam = Camera.main; GestureManager.RegisterAirTap(OnAirTap); }