Search Unity

3d GameObject GUI Tutorial (C#) Beginner friendly!

Discussion in 'Community Learning & Teaching' started by N1warhead, Sep 20, 2014.

?

How was my first tutorial?

  1. It was helpful

    2 vote(s)
    100.0%
  2. it was ok

    0 vote(s)
    0.0%
  3. Not useful

    0 vote(s)
    0.0%
  1. N1warhead

    N1warhead

    Joined:
    Mar 12, 2014
    Posts:
    3,884
    Hey guys I made a little tutorial on how to make a basic bare bones 3d Game Object HUD for like a Heart System like Zelda.

    Very little coding needed, SCRIPTS ARE FREE.


    This tutorial is for the bare essential beginner.
    I got tired of trying to learn the Unity3D GUI System, it's hard to understand.
    So I figured out another way, to at least make (hearts) disappear if health is low, and come back if Health is high enough.


    Let me know what you all think!
    I'm trying to help people, because I know I struggled and learned from the community, so I am trying to give back to yall!





    Script for Object GUI - http://pastebin.com/54xp07B8
    Health Script - http://pastebin.com/ZCFrfK2s
    Ai-Damage - http://pastebin.com/UBAvY2yJ
    Add Health - http://pastebin.com/9QH4rTXX
     
    Last edited: Sep 20, 2014
    LadyAth likes this.
  2. LadyAth

    LadyAth

    Joined:
    Jan 17, 2014
    Posts:
    158
    Thank you :)
     
  3. N1warhead

    N1warhead

    Joined:
    Mar 12, 2014
    Posts:
    3,884
    You're welcome! Glad it helped somebody :)