4. Add a First Person Controller

To navigate the game world, you can add a first-person controller:


# Add a first person controller
fps = vortex.firstPersonController()

This will allow players to move around the game world from a first-person perspective.

Last updated