Color swatch picker

Hey everyone, I’m a unity newbie. I have written 3 iOS apps using 3D (OpenGL-es), but this is my first attempt at creating a unity game. I’d like to replicate in Unity the color picker from one of my apps. It’s not the typical color picker with hue and saturation, etc. I want to display color swatches (buttons) in a scrollview. I looked for a prefab solution in the Unity asset store, but couldn’t find what I needed.

Here’s an example of what I’m looking for (though this is for IOS):

I don’t need the popover just colored buttons.

I’m curious if you guys have any tips on the best way to create this. Thanks.

Valerie

Look at unitys UI:
http://docs.unity3d.com/Manual/UISystem.html

There are alot of tutorials on it .

For touch input look through the Script reference: