Is it possible to do a script to change from a First person camera to overview camera? If so can you tell me how to do it please i’m new to unity and i can not figure it out.
Bikebreck
Is it possible to do a script to change from a First person camera to overview camera? If so can you tell me how to do it please i’m new to unity and i can not figure it out.
Bikebreck
A simple way would be to just change the position/rotation of your camera appropriately when switching views. If you need different camera behaviour in each view, you’ll need to manage that too. And depending on what sort of transitions you want (fade-out/fade-in; camera-slide; something more funky…) you may need to set up two cameras and switch between them.
Without more information on what you want to achieve, that’s as specific as I can really get…