1 - My First FPS

Welcome to this first chapter of FSMaker where you will learn how to create a first person controller.

you must first create an object containing the following components (Character Controller, Camera into object)

and it should look like this

then add the FSMaker component to your player.

and click on open editor, and the following window will appear.

After that right click and click on create FSState

Change the event type to on_update and then right click on the event Add Component -> Controllers -> FPSController.

After that you drag the Character Controller, and the Camera

And that way you simply start your game and your FPSController will be functional.

Last updated