I’m developing a game and I’m currently creating the pause menu. Whenever I press the key for pause the game (p in my case) it stops just as I want setting Time.timeScale to 0. After it I want to show the buttons for resuming the game, go back to main menu, quit it, etc. but then I’m unable to click them.
I have some testing only buttons using the old GUI features and they still work when the game is paused but I can’t click the Unity 4.6 UI buttons.