Hi
I have a good start to a new device game, window, game objects all ready.
How is it best done to allow for a game manager? Attach a new script to the canvas? use onAwake to fire it up? I mainly need it for global data during the entire game.
How does a different script access this global object? Maybe I can add it to a hidden game object, with getter and setter methods?
Thanks