herbou / Unity_UICircularLayoutGroup

Arrange your UI elements in a circular form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to arrange your UI elements in a circular form.

Video totorial : https://youtube.com/shorts/WrGjhH_mjW4?si=1Pbr9dodbAtTrk7m

Let's say we have a parent panel with a several ui objects (Image) :

Panel
├── ► Image1
├── ► Image2
├── ► Image3
├── ► ...

Add the UICircularLayoutGroup Component to the parent Panel (Assets/Scripts/UICircularLayoutGroup.cs).

and adjust the children size and padding in the component settings.

About

Arrange your UI elements in a circular form.

License:MIT License


Languages

Language:C# 100.0%