GUI


Create GUI Menu with 3D Objects – Unity3D (C#) There are 2 ways to create a menu for your game: Unity’s GUI elements or custom objects. We will create a menu with custom 3D objects in this tutorial. This type of menu acts like game scene. So, we need a […]

Create GUI Menu with 3D Objects – Unity3D (C#)


Creating UI Button – Unity3D There are 2 options to add a button in Unity. You can use UI elements of Unity or you can create your own button with a game object. We will inspect default UI elements of Unity in this post. With 4.6 edition, Unity helps us […]

Creating UI Button – Unity3D