Featured
-
How to create scrollbars in Unity3D
Scrollbar in Unity3D Scroll bars let a user cho
by inder.singh
Tags
Unity 5.1 UI: DropDown Menu
Unity 5.1 UI : DropDown Menu
We have to go through the following steps to create a DropDown menu in Unity 5.1 UI -
In the Hierarchy Window go through UI -> Canvas
Create a Panel1 as a child of this canvas
Create a Button1 as a child of ...
GUI in Unity
GUI in Unity 3D is an interface for issuing commands to a computer utilizing device.
The GUI class is the interface for Unity's GUI.
There are many static functions used in the GUI.
BeginGroup : It must be closed with the EndGroup.
Bo...