- Home /
Question by
anotherbeaver · Aug 27, 2019 at 12:06 AM ·
scenescene-loading
How do I reset part of a scene?
I have a game right now that once the player hits an obstacle the obstacle moves and the player gets a "hit" tallied up. Once they reach the end of the stage or fall off I want them to be able to go back to the beginning and have the stage reset but if I use Scene Management and load the scene again then I have a startup sequence and menu that also opens. How can I just reload the stage part of the scene?
Comment
Answer by Meishin · Aug 27, 2019 at 02:14 AM
Hi @anotherbeaver,
Simply cut your scene into 3 scenes : 1 for the Startup Sequence, 1 for the general menu, 1 for the game level :) That's pretty much how it was designed to be used