Hi
I’am making my first game right now and I need a little help. This is iOS game with levels.
How you manage your levels ? For example do you have a separate script with different levels state’s and you calling this script in each level?
Example:
If you do this and this then change level state for level two. I can use enum for this right.
Maybe I have to create different scripts for each level ?
Sorry if my post is not clear enough but maybe someone can help my with this. Thank you,
You can make more than one scene and if you put your script in every scene. it will be specific for every scene and you can change some value just for this scene. or if you want just one scene ,you can write level manager