Author Topic: Making a HUD  (Read 4668 times)

Pirogun

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 11
    • View Profile
Making a HUD
« on: February 02, 2013, 03:50:50 PM »
I wanted to make a HUD for my game but I don't know how to arrange the UIRoot. Should I use 3D or 2D and how do I place the GUI over my ingame camera?
 Thank You!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Making a HUD
« Reply #1 on: February 02, 2013, 06:01:44 PM »
Just hit the Create UI button on the Create UI wizard.

Pirogun

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 11
    • View Profile
Re: Making a HUD
« Reply #2 on: February 02, 2013, 06:03:02 PM »
Yes but do I use a 2d UI or a 3d UI?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Making a HUD
« Reply #3 on: February 02, 2013, 06:04:35 PM »
2D, unless you know your UI will need to be 3D (Dead Space style). Just follow the tutorials.

Pirogun

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 11
    • View Profile
Re: Making a HUD
« Reply #4 on: February 02, 2013, 06:20:03 PM »
And will the GUI be moving or will it be still as the camera moves?

Pirogun

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 11
    • View Profile
Re: Making a HUD
« Reply #5 on: February 02, 2013, 07:00:06 PM »
Thanks It works!