i basically have a platformer and when my actor reaches a certain part at the end of the level i want it to go back to the select level scene and then have the next level unlocked
when the actor reaches the end, make sure you have a bool set to level complete. then check if this is true, and if its make tell it to go back to the level scene and unlock next level (with another bool)
Comments