MCBTay / XLGearModifier

A mod to add custom meshes into the gear menu of SkaterXL, allowing the ability to custom texture these meshes through the Gear folder.
8 stars 6 forks source link

Add color-slider UI #33

Open redgouf opened 3 years ago

redgouf commented 3 years ago

In order to help cut-down on the amount of textures needed across ALL of the hair and ALL of the facial hair options via textures, we should implement a color slider picker flag.

Example: Screenshot_22

Requirements:

  1. Sliders:
    1. HUE slider 1-255
    2. Saturation slider 1-255
    3. Value slider 1-255
      1. Show number values for each slider ( this helps the user be able to remember 3 numbers to use across multiple items to hit the same value without guessing.)2. Add UI to display (pop-in) below (or near) "What's Equipped?" GUI.
  2. Bind color-picker to be controller useable (most likely after we pick the texture, the color picker becomes controller focused and highlights)
redgouf commented 3 years ago

Instead of making this specific to hair/facial hair, we should include a 'color slider' flag on the Clothing script.

MCBTay commented 2 years ago

Where does this stand currently? Didn't you kind of start on an asset for this? Is that in the repo somewhere? Maybe I could pick it up and do the coding side of it

redgouf commented 2 years ago

I was attempting to customize and use this unity package: https://github.com/judah4/HSV-Color-Picker-Unity However, I did not know how to integrate it further into the project besides seeing it on my 2d canvas, therefore I scrapped it. The only work I really did was customized the interface to suit what my vision was, which was out of the box functionality for this script.

Screenshot_5