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

[TUTORIAL] Custom UI tutorial series

Discussion in 'Scripting' started by gorbit99, Apr 25, 2018.

  1. gorbit99

    gorbit99

    Joined:
    Jul 14, 2015
    Posts:
    1,350
    Have you ever wanted to create a completely customized UI? With your own events and controls? Have you ever wanted draggable UI? Have you ever wanted a switch, where you could cycle between options? Have you ever had problems connecting your UI to your game logic? Well, I had. So I'm creating a tutorial series about this. Check it out: www.gorbitsprojects.wordpress.com
     
    xjjon likes this.
  2. AlanMattano

    AlanMattano

    Joined:
    Aug 22, 2013
    Posts:
    1,501
    And the tutorial?
    Since you are at stage "Tutorial0", probably is better to move this in to the work in progress section... ?
     
  3. 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.
     
  4. 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
  5. gorbit99

    gorbit99

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

    gorbit99

    Joined:
    Jul 14, 2015
    Posts:
    1,350
  7. xjjon

    xjjon

    Joined:
    Apr 15, 2016
    Posts:
    610
    Cool - thanks for sharing. It's nice to see text tutorials instead of the usual `video demos`.