I have some bootstrapping code that I want executed once when the game executes (initializing some stuff that will be common for all scenes). Is there a place to do this?
Good day.
Create a script for this issues (like sync with servers, unser names, logins, historic data, etc…)
This script should have the DontDestroyOnLoad property So it will not be “reloaded” when scene changes
Bye!