Two packages from the DAWG engine are now available on the Unity Asset Store.
OKLab Color Inspector Pro
A full implementation of Bjorn Ottosson's OKLab perceptual color space for Unity. The same color science behind CSS Color Level 4, Figma, and Chrome DevTools.
- Perceptual color blending without muddy midpoints or hue shifts
- WCAG contrast checking and automatic text color selection
- Palette generation from a single accent color (5 harmony modes, constrained ramps, one click UI themes)
- Two editor windows: Color Inspector and Palette Builder with export to .hex, .gpl, C#, or ScriptableObject
Get OKLab Color Inspector Pro on the Asset Store
Smooth Pro
Frame rate independent smoothing. The drop in fix for the most common Unity mistake: using Lerp(value, target, 0.1f) every frame.
- Exponential smoothing for float, Vector2, Vector3, Quaternion, and Color
- Spring dampers: critically damped, bouncy, and general second order
- 30+ easing functions with In, Out, and InOut variants
- Editor tools: live comparison graphs, spring response curves, dt stress testing, migration helper
Get Smooth Pro on the Asset Store
Why these first
Both packages solve problems that come up in almost every Unity project. Colors that blend correctly and animations that look the same at any frame rate. They have zero external dependencies, include editor tooling, and work with Unity 2021.3 LTS or newer.
More packages are in development, including DSP Primitives Pro, Text Animator Pro, and X-Ray Pro. All extracted from the same codebase that powers DAWG.