Search Unity

[TUTORIAL] Creating custom UI

Discussion in 'UGUI & TextMesh Pro' started by gorbit99, Apr 24, 2018.

  1. gorbit99

    gorbit99

    Joined:
    Jul 14, 2015
    Posts:
    1,350
    Have you ever wanted to create your own UI, but didn't know, how? I've started a tutorial series just for this reason. It will cover everything you need to create your own. Have you ever wanted text to be displayed however you liked? Have you ever wanted to create a button, that has 3 states? Have you ever wanted a draggable UI? Have you ever had problems, while integrating UI into your game with separate scripts? Well, now's your time to shine.

    www.gorbitsprojects.wordpress.com

    If you find an error I made in my articles, please go ahead and notify me, so I can fix it. It would be quiete appreciated.
     
  2. gorbit99

    gorbit99

    Joined:
    Jul 14, 2015
    Posts:
    1,350
    I published the second part, which mainly goes into the basics of drawing things onto the screen by creating a basic quad.
     
  3. gorbit99

    gorbit99

    Joined:
    Jul 14, 2015
    Posts:
    1,350
    The third part got published, it's about drawing images and using the RectTransform.
     
    Last edited: Apr 28, 2018
  4. gorbit99

    gorbit99

    Joined:
    Jul 14, 2015
    Posts:
    1,350
  5. gorbit99

    gorbit99

    Joined:
    Jul 14, 2015
    Posts:
    1,350
  6. mbrodersen

    mbrodersen

    Joined:
    Jul 10, 2013
    Posts:
    4
    Thanks for this! Great work!
     
    yagmurselek likes this.