Page 1 of 1

Pause Menu Button

Posted: Thu Mar 09, 2023 4:10 pm
by Muff
Hi, I'm using Invector with DS_InvectorMenuFramework.

Why we can only use the pause menu button that came from to Mainmenu scene?
I want to use the pause menu button that i integrated on Gameworld scene.
I add pausemenubutton using dialogue manager to mainmenu and gameworld scene, based on your instructions.
Thankyouu in advance!

Re: Pause Menu Button

Posted: Thu Mar 09, 2023 6:27 pm
by Tony Li
Hi,

The MenuSystem GameObject is a "persistent singleton." This means it survives scene changes. Configure the MenuSystem that is in the main menu scene. When you play from the main menu, the main menu's MenuSystem will be in the gameplay scene.

Maybe also related: How To: Manage Player Controls and Scene Changes