IMGUI Animated Elements

Animation Effects For Unity IMGUI

Add animated effects to your Editor UI elements

Services

UI & UX Animation

This tool remedies the lack of out of the box IMGUI animations by integrating native IMGUI code with custom implementations to supply easy to use code extensions Useful for your own Editor tooling

Context-sensitive animations, adaptable to the size of the container UI element

//Input parameters: IMGUI Element, Duration, Direction
Move(Box, 1, Vector2.right);
Reveal(Box, 1, Vector2.right);

//Input parameters: IMGUI Element, Duration, Distance
Pulse(Box, 2, 3);

//Input parameters: IMGUI Element, Color Array
Color(Box, 2, new Color[] {Color.red, Color.green, Color.blue

Easy to use API calls Compatible with Unity IMGUI code