i have a character but i don't want it move so how i can turn off it ? i don't want use GameObject.FindWithTag (Tags.gameEngine).GetComponent <KickStarter>().TurnOffAC ();
because when use it , it will off all system of AC
You can use the Player: Constrain movement Action to lock movement in certain directions. If you're making a Point and Click game, just lock all four directional locks to stop the Player from being able to move.
Comments