Top "Unity3d-gui" questions

Questions related to the new UI system in Unity 4.6 and newer or the old GUI class.

Collisions between UI elements in Unity

I am able to detect collision between UI components and a gameobject if my canvas is rendered in the world …

unity3d collision-detection unity3d-gui
Adding button with Text dynamically to UI at runtime in Unity

I am working with C# an Unity 5.6.1f1, I done a mechanism that on UI button click should add an …

c# unity3d unity3d-gui
Unity 5 UI Mask issues Android

I am having issues with Unity 5 / Android and masking. In version 4.6 the mask works as expected. However, I can not …

android unity3d unity3d-gui
How to use UI.Text as a prefab in Unity?

I've tried using this Instantiate(entry, new Vector3(x, y, 0), Quaternion.identity); It successfully created objects, as seen in my …

c# unity3d scripting unity3d-gui
Do we have to upload different resolutions icons in unity?

Android requires 5 different resolution of images and ios requires 3 different resolution of images during development. Does unity requires different resolutions …

unity3d unity5 unity3d-gui
Unity 4.6+: How to disable/enable GUI panel with a UI button by script

I am just starting with unity and having problems to show/hide menu panel with a button click. I am …

unity3d unity3d-gui