Search Unity

How to convert mouse-over popup window to mobile?

Discussion in 'Android' started by leegod, May 30, 2017.

  1. leegod

    leegod

    Joined:
    May 5, 2010
    Posts:
    2,476
    So I am making game first for PC platform. (Steam)

    I made many mouse-over tooltip description.

    But how to convert this to mobile or console platform?

    At there, there is no mouse but just touch. Isn't it? Of course console case can have mouse over (Destiny PS4), but for Android phone..?
     
  2. NinjaCat

    NinjaCat

    R&D Minion

    Joined:
    Aug 22, 2013
    Posts:
    69
    It depends on how the player interacts with the elements. For instance, if dragging&dropping is used to play the game, tapping on the elements could be used to show additional options or tooltips.

    That said, it's quite hard to give any concrete suggestions without having more information about the game itself :)
     
  3. leegod

    leegod

    Joined:
    May 5, 2010
    Posts:
    2,476
    Thx.

    So my game mostly tapping used to control the UI, so if user tap something, basically it (mostly button) should be clicked and do something related game play.