Top "Ngui" questions

NGUI is an addon for Unity3D supporting developers to build enhanced UI systems like menus.

Add gameobject dynamically to scene in Unity3d

I am creating a scene in which I want to show list of offers. In order to show the offer, …

c# unity3d gameobject ngui
panel hide and show in NGUI

I am new to NGUI and unity 3d. I have two panels in a ui root. its named as firstPanel …

c# monodevelop unity3d ngui
Load/Unload Assets dynamically

i have to manage my RAM so want to load/unload all my ngui pages on the fly. For that …

unity3d ngui
Flashing GameObject in Unity

How can I create a flashing object in Unity using SetActiveRecursively (Moment = 1 second). My example (for changes): public GameObject flashing_…

c# unity3d ngui
How to dynamically create button using NGUI (Unity)

I'm new in both unity and NGUI, I couldn't figure how to assign custom atlas and sprite into the button …

c# button dynamic unity3d ngui
How to change Font type in Unity?

How do I program it so that I can change the font type to: Coalition or Arial... Here is my …

c# unity3d ngui
How use Button in ScrollView in NGUI to scroll the object

I made the Scrollable View in NGUI using following tutorials Here but how can I use button to scroll the …

unity3d scrollview ngui
How to display html formatted text in unity new ui Text?

How could i display html formatted text to unity's new ui Text? Ex. <p>This is some <…

unity3d unity5 ngui
How to remove/disable On-Keyboard Textbox when Using UIInput NGUI?

I am using NGUI's UIInput class to accept text input from user. when i start typing in text box in …

unity3d ngui
Texture offset in atlas to create an animated sprite with NGUI

In Unity3d, I got a GameObject with the UISprite component from the NGUI plugin. So I need to use …

unity3d offset texture2d sprite-sheet ngui