What will happen if a scene has been preload more than once from different scripts?
Does the scene only been preload to memory the first time when a script calls, after that, since the scene is already in memory, the following calls from different scripts will just use the scene in memory.
OR
preloading scene into memory will be executed every time when a script calls, the same scene will overwrites the already in memory one every time a script calls? Thank you!