Top "Unity3d-ui" questions

For questions regarding the UI system of Unity game engine.

How to calculate sizeDelta in RectTransform?

I write a custom content fitter that is required for my custom layout. So, I need to control RectTransform.sizeDelta …

unity3d unityscript unity3d-ui
Unity3D UI, calculation for position dragging an item?

These days it's incredibly easy to drag UI elements in Unity: Make a few UI items. Add Component -> …

c# unity3d unity3d-ui
Horrors of OnPointerDown versus OnBeginDrag in Unity3D

I'm concerned over the difference between OnPointerDown versus OnBeginDrag in single-finger movement code. (In the latest Unity paradigm of using …

unity3d touch unity3d-ui
Correct 'FlowLayoutGroup' in Unity3D, as per HorizontalLayoutGroup etc

Say you want ordinary flush left flow in Unity UI. Examples: In fact, to answer THIS question I already achieved …

unity3d unity3d-ui
How to add text outline in unity

How can i add text outline in unity over a text UI object? I want to do it in the …

unity3d unity3d-ui
Purpose of mipmaps for 2D sprites?

In current Unity, For use in Unity.UI as conventional UI .. for any "Sprite (2D and UI)", in fact it …

unity3d textures sprite mipmaps unity3d-ui
Unity3D, build PNG from Panel of a Unity.UI?

Think about any Unity.UI Canvas you might have. Imagine a typical Panel on that Canvas. Say it happens to …

unity3d png unity3d-ui
Buttons in Unity, without using UI?

Is there a way in Unity to create a simple 2D button without using the UI layer. I have a …

c# unity3d unity5 unity3d-ui