Hello,
I have 3 scenes that load from the Frontend, they consist of the main gameplay mechanics, the level scenery, and the enemy wave controller. It all works.
I have a 'mothership' that the player can dock into, which loads as an Additive scene (for specific reasons) . When the player docks into the mothership, it loads a tech-tree and upgrades system, that the player can scroll through, and use collected resources. I'd like to be able to 'pause' or 'freeze' the other scenes when the mothership scene is loaded.
Is this possible? I've played around with the Time action, but it freezes everything, including the mothership.
Thanks in advance.
J.