For questions regarding the UI system of Unity game engine.
I write a custom content fitter that is required for my custom layout. So, I need to control RectTransform.sizeDelta …
unity3d unityscript unity3d-uiThese days it's incredibly easy to drag UI elements in Unity: Make a few UI items. Add Component -> …
c# unity3d unity3d-uiI'm concerned over the difference between OnPointerDown versus OnBeginDrag in single-finger movement code. (In the latest Unity paradigm of using …
unity3d touch unity3d-uiSay you want ordinary flush left flow in Unity UI. Examples: In fact, to answer THIS question I already achieved …
unity3d unity3d-uiHow can i add text outline in unity over a text UI object? I want to do it in the …
unity3d unity3d-uiThis is an issue that I had to resolve myself after finding no solutions for it. The issue was that …
unity3d unity3d-uiIn current Unity, For use in Unity.UI as conventional UI .. for any "Sprite (2D and UI)", in fact it …
unity3d textures sprite mipmaps unity3d-uiThink about any Unity.UI Canvas you might have. Imagine a typical Panel on that Canvas. Say it happens to …
unity3d png unity3d-uiIs there a way in Unity to create a simple 2D button without using the UI layer. I have a …
c# unity3d unity5 unity3d-ui