fkate / Unity_ColorWheel

Color Picker Element for the newer Unity GUI System
BSD 3-Clause "New" or "Revised" License
39 stars 7 forks source link

graphical glitch while dragging the cursor over the color wheel #1

Open nonameboy opened 6 years ago

nonameboy commented 6 years ago

untitled-1 See attached screenshot. Please help on how to fix. Thanks

WiemeJarne commented 6 months ago

Is there a fix for this issue?

fkate commented 5 months ago

This is written with a very old version of Unity and a lot has changed since then so I wouldn't recommend using it any more. The issue here in particular might stem from the missing "ZTest [unity_GUIZTestMode]" inside the shaders but that's just guessing since I don't have an environment to test it with atm.

For newer Unity versions I would highly recommend using a VisualElements UI system instead.