3 - How Change Scene
Last updated
Last updated
To change the scene you need to follow the chapter in https://bhs-personal-organization.gitbook.io/fsmakerdoc/tutorials/1-my-first-fps
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.