NGUI is an addon for Unity3D supporting developers to build enhanced UI systems like menus.
I am creating a scene in which I want to show list of offers. In order to show the offer, …
c# unity3d gameobject nguiI am new to NGUI and unity 3d. I have two panels in a ui root. its named as firstPanel …
c# monodevelop unity3d nguii have to manage my RAM so want to load/unload all my ngui pages on the fly. For that …
unity3d nguiHow can I create a flashing object in Unity using SetActiveRecursively (Moment = 1 second). My example (for changes): public GameObject flashing_…
c# unity3d nguiHow do I program it so that I can change the font type to: Coalition or Arial... Here is my …
c# unity3d nguiI made the Scrollable View in NGUI using following tutorials Here but how can I use button to scroll the …
unity3d scrollview nguiHow could i display html formatted text to unity's new ui Text? Ex. <p>This is some <…
unity3d unity5 nguiI am using NGUI's UIInput class to accept text input from user. when i start typing in text box in …
unity3d nguiIn Unity3d, I got a GameObject with the UISprite component from the NGUI plugin. So I need to use …
unity3d offset texture2d sprite-sheet ngui