Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Progress Bar

Discussion in 'Project Tiny' started by Scarycraw, Jul 16, 2019.

  1. Scarycraw

    Scarycraw

    Joined:
    Jun 1, 2017
    Posts:
    4
    Hi! newbie here, just wanted to know if there is a way to some progress bar in tiny. If there is then how to do that. Could not find in the docs. Thanks in advance :)
     
  2. Lun47

    Lun47

    Joined:
    Jul 6, 2019
    Posts:
    4
    you may do like this:
    1.an width enough image assign in Sprite2DRender
    upload_2019-7-25_20-3-21.png
    2.Added RectTransform
    upload_2019-7-25_20-5-28.png
    note that: it will be anchor the image to left
    3.then you may access the RectTransform's Width
    4.may be step3 will work in a System