Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: curb47 on July 05, 2022, 06:56:16 AM
-
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.
-
Hi.
It is possible as there are some assets are doing that, but making it yourself is probably a bit complex.
-
HI djaydino,
Okay, thank you.