FSMaker Documentation
  • Downloading FSMaker
  • Tutorials
    • 1 - My First FPS
    • 2 - My First FSComponent
    • 3 - How Change Scene
  • FS CLASS
    • FS VARIABLES
    • FS BEHAVIOURS
Powered by GitBook
On this page
  1. Tutorials

3 - How Change Scene

Previous2 - My First FSComponentNextFS VARIABLES

Last updated 1 year ago

To change the scene you need to follow the chapter in

In this case we will see how to change scene when colliding with an object.

for this we will need to create an event as taught in past chapters but with the difference that the type must be ontriggerenter.

when you have the ontrigger enter event it will ask which object to collide with which tag which I will set Player

And we add the component FSChangeScene

and lastly enter the name of the scene you wish to change the scene to

Remember that this FSMachine must be on the object to be collided.

https://bhs-personal-organization.gitbook.io/fsmakerdoc/tutorials/1-my-first-fps