Hi guys, am trying to create a pause menu for my mobile game. I know i could do this with input keys, but am targeting mobile devices, so i need the pause icon/button to swap between play and pause mode. Any suggestion will be appreciated
  • edited October 2017
    First thing I can figure out is create an UI button then set its click event to call global event which you can open your menu within it.
    Post edited by ljx00_520 on
  • If you already know how to pause your game with an input key, just create a control hud with your pause input key as the key. The hud will appear on screen, and pressing it will be the same as pressing the key.
  • @Shadow_Fire God bless you it worked. @Ijx00_520 thanks for your contribution
Sign In or Register to comment.