Dat Color Picker - A simple color picker for Unity

A simple color picker. It uses Unity’s GUI class to render everything necessary, making it compatible with pretty much any GUI implementation you may be using. Source code is included so you can easily change it if you need to.

Feel free to ask any questions here.

Demo

Asset store link

hello, is compatible with ngui? if I save arbg data could show them again easily?

Sorry, missed this. Was quite certain I had email notifications enabled. Will have to check that up.

As for the question - It should be. The color picker doesn’t use NGUI, it uses Unity’s built in GUI system for rendering. When the color changes, you get an instance of Color sent to you with the selected color.

In its current form, the color picker does not allow you to set the color, only get.