Skip to content

Player.GUI

Wesley Haws edited this page Jan 1, 2017 · 17 revisions

##Player - GUI Setup


This process is quite lengthy but when complete should have the following:

  • Main Menu
  • Save/Loading
  • Input Editer
  • Death Screen
  • Inventory Menu
  • Health Bar
  • Incontestables Screen

###Table of Contents


  1. Open the Prefabs > Core folder
  2. Make a prefabs/assets folder in your Unity project
  3. Add the GUI.prefab file to that folder
  4. Drop that prefab into your scene

If done correctly you should have a prefab with a bunch of broken links but its hierarchy setup like the following:

####Root Object Setup(GUI)


Important notes about this object:

Tag:GUIParent

Layer:UI

It uses the following scripts. Click the links for more information about each of them or look in the Script Docs:

Clone this wiki locally