Topic: Disable pause menu button

My game doesn't use special moves.  So I need to remove the SPECIAL MOVES button from the pause menu.

I tried disabling the button and removing the SPECIAL MOVES  button.  In both cases, it broke the menu navigation.  When the player activated the pause menu, he could use the down button to highlight the OPTIONS and CONTROLS buttons.  But he could not get to the BACK TO MENU button.  Instead, it wrapped back around to the OPTIONS button.

What is the correct method for customizing the pause menu?

Share

Thumbs up Thumbs down

Re: Disable pause menu button

First go to the PauseScreen prefab and disable both "Button_GoToSpecialMoves" (under PauseScreen>MainScreen>Background) and Button_SpecialMoves (PauseScreen>ControlsScreen>Background).

https://i.ibb.co/vL75S2M/image.png

Now go to each button surrounding those and under "Button -> Navigation", make sure there are no references to those buttons you just disabled:
https://i.ibb.co/KrS9TC9/image.png

Like UFE? Please rate and review us on the Asset Store!
Questions about the Forum? Check out our Karma FAQ.
Don't forget to check our discord channel.