Skip to content

Releases: judah4/HSV-Color-Picker-Unity

V3.3.0 Unity 2020.3 LTS

21 Oct 03:24
d43f8e3
Compare
Choose a tag to compare
  • Update to Unity 2020.3 LTS.
  • moved color picker to packages folder to prep for using OpenUPM.

v3.3.0 Unity 2020.3 LTS Prerelease

20 Oct 14:45
d43f8e3
Compare
Choose a tag to compare
Pre-release
  • Update to Unity 2020.3 LTS.
  • moved color picker to packages folder to prep for using OpenUPM.

Color Picker 3.2.2

15 Oct 15:20
Compare
Choose a tag to compare
  • 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

21 Sep 05:23
Compare
Choose a tag to compare
  • 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

10 Oct 22:42
Compare
Choose a tag to compare
  • Unity 2019 LTS updates
  • Event and slider fixes!

Full Changelog: v3.0.1...v3.1.0

Color Picker 3.0.1

30 Sep 17:32
Compare
Choose a tag to compare

Bugfix for color serialization in the editor.

Color Picker 3.0.0

30 Sep 01:28
Compare
Choose a tag to compare

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

20 Aug 20:50
Compare
Choose a tag to compare
  • 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

27 Jan 21:23
Compare
Choose a tag to compare
  • Sharing color presets between color pickers.
  • Setup toggle and auto resizing the picker.

Color Picker 2.1.0

27 Jan 21:11
831f292
Compare
Choose a tag to compare
  • 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.