Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Easy UI Color Picker

Discussion in 'Assets and Asset Store' started by stefan_s_from_h, Feb 11, 2019.

  1. stefan_s_from_h

    stefan_s_from_h

    Joined:
    Nov 26, 2017
    Posts:
    72


    Selecting a color from a subset of colors. 8 shades of 8 base colors.

    Very simple API with callback. You can integrate this color picker within a few minutes into your UI.

    Documentation and multiple example scenes with easy to understand source code.

    See in Asset Store with multiple videos and screenshots.

    WebGL Demo

    Changelog
    1.2
    (2019-02-11)
    • Documentation comments for API code.
    • Boolean interactable to disable the color selector.
    • Example 03-Three-Objects-Three-Colors-Always-Visible now disables all other color selectors when you select a base color in one of them. Enables them again when you select the color.

    1.1 (2018-11-14)
    • Namespace for examples changed from EasyUIColorPicker.Examples to Examples_EasyUIColorPicker. The examples now have “using EasyUIColorPicker;” and are easier to understand for new users to C#.
    • Property baseColor to access the base color as soon as it is selected.
    • Callback OnBaseColorSelect gets called when a base color gets selected.
     
    Last edited: Feb 11, 2019