Frames
A set of Framer-esque UI elements and tools for Unity 2020.1+.
Frame
Frames are containers
- Round and smooth corners
- Instant mesh update on all changes
- Uniform corner radius
- Split corner radii
- Level of detail (as vertices per corner)
Stack
Stacks are easier-to-understand versions of Unity's linear Layout Group components
- Horizontal and vertical stacks
- Start, Center, End, Space Between, Space Around, and Even Spacing
- Left (Top), Center, and Right (Bottom) alignment
- Reorderable contents list
- Padding
Page
Page between frames with easy-to-create transitions
- Horizontal and vertical pages
- Left (Top), Center, and Right (Bottom) alignment
- Linear and Pile page animations
- Transition length
- Spacing between pages
- Reorderable contents list
Usage
Drop into a project's Plugins folder
Dependencies
Triangulator.cs - runevision
Unity-Easings - me