Search Unity

Pause button for iOS game.

Discussion in 'Immediate Mode GUI (IMGUI)' started by thanhdanang, Sep 11, 2014.

  1. thanhdanang

    thanhdanang

    Joined:
    Sep 10, 2014
    Posts:
    2
    Hi all,

    I'm newbie and trying programming a small/funny game (iphone/ipad - C#) for my baby. My position now is make Menu (Main menu/ Pause menu ....). I was find a lot but can not see a tutorial for it. Could you please let me know the link/video tutorial to do menu for iOS game?

    Thanks.
     
  2. HolBol

    HolBol

    Joined:
    Feb 9, 2010
    Posts:
    2,887
    Everything you need is in the documentation. Have a gui button set a pause menu boolean to true, and freeze the timescale to stop gameplay. Include another button that does the opposite to get back to the gameplay.
     
    thanhdanang likes this.