Camera stuck in model

HI, so i have been trying to make a 3rd person game and i have the code all set but, the camera keeps getting stuck in the model’s legs. Any reason for why this happens?
Project- https://playcanvas.com/editor/scene/1132089

Hi @Sledge_Gates1,

That happens because you are using the first person movement script, that will position the camera at the same place where the player entity is.

For a third person controller check this example:

https://developer.playcanvas.com/en/tutorials/third-person-controller/

2 Likes