Releases: Lachee/unity-utilities
Releases · Lachee/unity-utilities
Release v1.6.2
Added Unity YAML Parser / Writer
Release v1.6.1
Added RandomListInt
Release v1.6.0
added IndexOf Perhaps i should also include a array variant to avoid boxing?
Release v1.5.6
added RectTransform extensions
Release v1.5.5
experimental: added empherial singletons they are regular singletons just with destry on load.
Release v1.5.4
Added Sprite Extension
Release v1.5.3
Updated Toggle Drawer, Attribtue Drawer, and Slide Drawer.
Release v1.5.2
Fixed the slider to the bottom so it doesn't clip.
Release v1.5.1
Added support for sliders. Use the `[Slider]` attribute in place of `Range` for MinMax support on Vector2 and also labeling support.
Release v1.5.0
Full Changelog: v1.4.5...v1.5.0
[Scene]
attribute for better selection of scenes[Label]
attribute to give a field a different name (supports tooltips).- Made
UnityEvent
collapsible. (it was annoying me).