How can i use the first person template in my game

I am fairly new to using playcanvas and i need to use the third person controller
for my game. Can somebody tell me how to download/use it?

You could fork the whole project and build your own game around that: https://playcanvas.com/project/405842/overview/tutorial-fps-movement

Or copy the script over and replicate the Player object in your own project. I’d say this is a better way as you gain a better understanding of what’s going on as you bulid it up.

Select the source file in the project. In the inspector, there’s a download button.

where do I find the source file. Do I download the project to host it myself then import it?

Open the project, locate the script asset and press download to the right:

1 Like

Thanks

Will this also work for the third person template?

Yes, if you have an example project where a third person script is used, you can do it on the same way.