I want to freeze fp player , animation then starts , then unfreeze the character .
My game's development is going pretty well recently , but I knew a week can't pass without facing a problem :P . Recently , I thought of an idea that is basically the following : On collision (with whatever) the player won't control the character(which is the first person player) and then an animation would start , after the animation is done the player can control the character again , from the point where he stopped . (so basically character control stops ,player can't move him , till the animation stops)
The problem is , I don't know from where to start . I use C# as my programming language for the game.So if anyone can help , that would be awesome !
Thanks ,
(The character that I use is the fp player that comes with Unity )
Your answer
Follow this Question
Related Questions
C# Activate Object on Collision with tag not working. 1 Answer
Level Unlock Help 0 Answers
Can't trigger animation on Collider2D 0 Answers
OnTriggerEnter2D not working 1 Answer
Help with a door slam trap 0 Answers