Is it possible to animate the camera in Unity, and show that camera view as an animation clip in the middle of the game? Is there a script that I can use?
What I want to do is to insert an animation clip in a first person view once the player has collected all the items needed in a level of the game. The animation clip should tell the player where to go in the unity environment reach the next level.
I see. Thanks for your suggestion. I basically would like to know how to switch from first person camera view to the main / another camera view during the game.
– Ckmlee