How to remove a leftover menu from UI prefabs

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
lostmushroom
Posts: 192
Joined: Mon Jul 01, 2019 1:21 pm

How to remove a leftover menu from UI prefabs

Post by lostmushroom »

Hey Tony. I'm very close to finishing my game and I've only just realised that when you press Escape, you get this menu. :D
menu thing.PNG
menu thing.PNG (14.12 KiB) Viewed 279 times
I'm guessing it comes with the Basic Standard UI, because that's what I based mine on. The only thing is, I can't seem to find it anywhere in the scene. It shows up in game view, but not in scene. I'm probably missing something obvious, but just thought I'd ask.
User avatar
Tony Li
Posts: 21987
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to remove a leftover menu from UI prefabs

Post by Tony Li »

Hi,

It's the DemoMenu script, probably on your Dialogue Manager GameObject or a child. If it's on a child GameObject by itself, you can remove that child GameObject. If it's on the Dialogue Manager, just remove the script.
Post Reply