Page 2 of 2
Re: Making Custom Menu
Posted: Fri Mar 18, 2016 11:45 am
by supadupa64
Re: Making Custom Menu
Posted: Fri Mar 18, 2016 2:26 pm
by Tony Li
Very nice! Great job with the jungle environment, especially the trees fluttering in the wind from the helicopter, and the leaves blowing around. I'm looking forward to watching this game develop! Now you need to reskin that quest log window.
Re: Making Custom Menu
Posted: Mon Mar 21, 2016 8:36 am
by bohnstudios
That looks pretty cool. Smooth framerate too!
Re: Making Custom Menu
Posted: Thu Apr 21, 2016 5:07 am
by supadupa64
Hey so I have a slight problem. I can't figure out what happened, but when I hit ESC the pause menu pops up, but none of the buttons are clickable. I can slightly click the save button and it pulls up the save option, but can't click anything in there either. I can move the volume and effects sliders back and forth, but nothing else is "targetable." Do you know what this could be?
Re: Making Custom Menu
Posted: Thu Apr 21, 2016 9:09 am
by Tony Li
Hi,
It sounds like maybe some other UI element is blocking interaction. Since you can slightly click the save button, the UI element may only be partially overlapping the button.
Try playing the game, and open the pause menu. Then switch to the Scene view and focus on your pause menu. In the Scene view, click on a button that you know isn't clickable. Does this select the button, or does it perhaps select some invisible UI element that's overlapping it?
If that doesn't help, please feel free to send me a reproduction project. You could make a copy of your project, pare down everything except just what's required to open the pause menu, and then zip up the Assets and ProjectSettings folders. Send it to tony (at) pixelcrushers.com and let me know what version of Unity to use.
Re: Making Custom Menu
Posted: Thu Apr 21, 2016 1:59 pm
by supadupa64
Thanks for the direction. I disabled all my UI stuff and it worked again. So I've basically got it solved, I just need to fine tune it I guess. Thanks!!!
Re: Making Custom Menu
Posted: Thu Apr 21, 2016 2:10 pm
by Tony Li
Glad I could help!
Re: Making Custom Menu
Posted: Thu Apr 21, 2016 10:14 pm
by supadupa64
Got it fixed. I discovered I had broken the UI prefab and the items were just piled up in the center of the UI so they were blocking the pause menu.