Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Old School 3 Character High Score - w/xbox controller

Discussion in 'UGUI & TextMesh Pro' started by LouLouAU, Aug 15, 2017.

  1. LouLouAU

    LouLouAU

    Joined:
    Aug 15, 2017
    Posts:
    2
    Hi all,

    I need to create an old-school high score page which allows the user to set 3 character initials for their high score - just like old space invaders, pacman etc.

    All works fine with the user using a keyboard and typing their 3 characters and storing all the info in PlayerPrefs - however this game will use an xbox one controller. This means I can't simply use a text input field. I'm going to need a module which allows the user to use the xbox controller, press up/down to choose a character, then press the right arrow to move to the 2nd and 3rd characters and up/down to select their 3 char initial - then a click to save in PlayerPrefs.

    Does anyone know of a) the best way to do this, b) an asset store pack which may already contain this functionality or c) have the time to put this together for me for an agreed $.

    Thanks


    Lou
     
  2. LouLouAU

    LouLouAU

    Joined:
    Aug 15, 2017
    Posts:
    2
    or perhaps an on screen keyboard could work if I can use the xbox controller like a mouse to choose the characters.

    thx