No camera for Third Person Controller Unity 3.4.1

Hello everyone,

I have a problem with the Third person controller’s . Basically, there isn’t a camera for my third person controller, and I have looked for a solution but none seem up to date.

Does anyone know how to attach the camera to the Third Person Controller?

If this question’s been asked before, I apologise.

Thanks :slight_smile:

  1. Create a camera.
  2. Drag it under your Third Person Controller.
  3. Rename it Main Camera.
  4. If you still have it, delete the Main Camera that’s outside of the TPS.

That should work.