Home

Awesome

ColorPalettes for Unity

ColorPalette

is a plugin for Unity which let's you create ColorPalettes.

Palette UI preview

If you want to use only the ColorPaletts make sure to use following scripts from this repo:

Then add the Palette.cs on a gameobject and start creating your palette. Make sure to click on the Save-Button once you're finished!

To use the colors you have to do a little coding and access the myData.colors or myData.percentages via script.

Read here for more details

ColorPaletteImporter

supports loading in Palettes from www.pltts.me / www.colourlovers.com (by now)

PaletteImporter UI preview

If you want to use the ColorPalettImporter make sure to include the scripts above and the follwing:

Then simply add the ColorPaletteImporter.cs script on a gameObject. To Import Palettes do 3 steps:

The "load from file" will be called in the Awake of the ColorPalette script. If your using multiple gameobjects with ColorPalette scripts, make sure they have different names.

Read here for more details

KNOW ISSUES