Question by
Nexuschromatus · Aug 07, 2019 at 09:19 PM ·
scene-switchingmanagerdata storagetimer-script
How to make a timer and health bar transition between scenes using a game manager?
So right now I am trying to make a game that keeps track of the player's time in completing multiple levels(5 to be exact), in order to unlock more levels.
I know I want to use something along the lines of a game manager to keep track of the player's time and health but I cannot figure out what to do next. Here is what I currently have for my separate timer script and GameManager script.
That said where should I go from here? Should I combine the scripts to keep track of the time in the game manager?
Should all the game data I want to hold onto be in the game manager and have it transfer between scenes?
Also any good tutorials or guides to get started?
I'd appreciate any help and thanks in advance!
screen-shot-2019-08-07-at-40915-pm.png
(105.2 kB)
screen-shot-2019-08-07-at-40854-pm.png
(208.6 kB)
Comment