playMaker

Author Topic: Pause scenes when Additive scene is loaded?  (Read 1166 times)

curb47

  • Sr. Member
  • ****
  • Posts: 256
Pause scenes when Additive scene is loaded?
« 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.
« Last Edit: July 05, 2022, 01:00:07 PM by curb47 »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Pause scenes when Additive scene is loaded?
« Reply #1 on: July 05, 2022, 02:28:27 PM »
Hi.
It is possible as there are some assets are doing that, but making it yourself is probably a bit complex.

curb47

  • Sr. Member
  • ****
  • Posts: 256
Re: Pause scenes when Additive scene is loaded?
« Reply #2 on: July 05, 2022, 03:18:25 PM »
HI djaydino,

Okay, thank you.