Releases: judah4/HSV-Color-Picker-Unity
Releases · judah4/HSV-Color-Picker-Unity
V3.3.0 Unity 2020.3 LTS
v3.3.0 Unity 2020.3 LTS Prerelease
- Update to Unity 2020.3 LTS.
- moved color picker to packages folder to prep for using OpenUPM.
Color Picker 3.2.2
- Emergency fix for #59 to remove the UnityEditor refernce. Do not use v3.2.1.
- Last update for Unity 2019 LTS!
Full Changelog: v3.2.1...v3.2.2
Color Picker 3.2.1
- Fixed picker enabling and loading order.
- Last update for Unity 2019 LTS!
Full Changelog: v3.1.0...v3.2.1
Color Picker 3.1.0
- Unity 2019 LTS updates
- Event and slider fixes!
Full Changelog: v3.0.1...v3.1.0
Color Picker 3.0.1
Bugfix for color serialization in the editor.
Color Picker 3.0.0
A brand new release!
- Moved to 2019.4 LTS.
- Text changed to Text Mesh Pro. Supports TMPro 2.0.1 and up.
- All classes moved to namespace HSVPicker.
- Simple Editor change to be able to set color in the Unity inspector.
- Full Unity Package Manager support.
Color Picker 2.2.1
- Unity Version 2019.1.X. (Older Unity version are in the other branches)
- Added an AssignColor(Color color) Method in addition to setting the CurrentColor property.
Color Picker 2.2.0
- Sharing color presets between color pickers.
- Setup toggle and auto resizing the picker.
Color Picker 2.1.0
- Added compute shader support for extra speed (disabled on android).
- No longer pre-renders the box texture and waits until running.
- Unity 2018 is now the default on master.
- Now supported in asset bundles.