First person POV to third person POV?

Hello I would like to create a transition from 1st person POV to 3rd person POV, and at that point remove all controls from the player( as if they had died and are a spirit looking down at their own body.) Thank you!

You can use Vector3.Lerp to do this:

  1. Your main camera would be in first person to start off
  2. Once your player dies, set the main camera to have no parent
  3. Vector3.Lerp to the new position