Changing camera angle with a UI

Hello, im using Niantic studio
and iā€™m trying to change the camera angle from the users POV to the 3d character POV , basically triggering the look at animation and switching to the 3D character POV when a toggle button is clicked and also back to the users POV when the button is clicked too.
thanks

Hi! Welcome to the forums!

Iā€™d use a simple state machine to handle which mode the camera should be in.

You can either change the position of the camera with a Position Animation combined with a Look At Animation or you can switch cameras by switching the active camera entity id.