Update quest log after acquired quest item

Announcements, support questions, and discussion for the Dialogue System.
aragu0529
Posts: 8
Joined: Fri Sep 20, 2024 8:47 pm

Re: Update quest log after acquired quest item

Post by aragu0529 »

Hello,
I decided to use that Menu Framework. And I try to set it up. In that it set up as when click ESC button the option panel will show up. Where can I attach that to my UI button in the main game scene. Right now the main menu is in the main menu scene and will show up under Dont destroy on load.
Thank you
User avatar
Tony Li
Posts: 22100
Joined: Thu Jul 18, 2013 1:27 pm

Re: Update quest log after acquired quest item

Post by Tony Li »

Hi,

The Menu System's PausePanel child GameObject has a UIPanel component. Just call its Open() method to show the pause menu.
Post Reply