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

build numeric Wheelpicker

Discussion in '2D' started by internetxpn, May 29, 2017.

  1. internetxpn

    internetxpn

    Joined:
    May 19, 2017
    Posts:
    8
    Hi dudes,

    I want to build my own Wheelpicker for my Unity Game Menu. I want to fill it with random integer values and its important that the wheel starts again if I reached the end value.

    Any idea, tips or tutorials for me?

    thank you
     
  2. dccoo

    dccoo

    Joined:
    Oct 3, 2015
    Posts:
    161
    you can do something like this:
    upload_2017-5-31_22-36-43.png
    it seems to be easy enough, you dont even have to draw animation for the object rolling, and the rest can be achieved by manipulating layers without bigger issues