TLabAltoh / Unity-SDF-UI-Toolkit

UI components for Unity that render shapes with outlines, shadows and rounded corners using signed distance functions (SDF). And an SDF texture editor that allows users to edit Bezier curves and convert them to SDF textures within the Unity editor.
MIT License
35 stars 1 forks source link

SDF quad editor PR #11

Closed AAAYaKo closed 3 months ago

AAAYaKo commented 3 months ago

More user-friendly UI. image Hide unnecessary settings. image Show them only if needed. image

AAAYaKo commented 3 months ago

Optimized vertex calculations via burst compilation.

TLabAltoh commented 3 months ago

Thanks for the pull request. Both custom inspector and burst optimization looks good, so I will merge them.