Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shelleylowe/unity-colourlovers-importer
Unity editor tool to load colours and palettes directly from COLOURlovers.com
https://github.com/shelleylowe/unity-colourlovers-importer
colourlovers unity unity3d unity3d-plugin
Last synced: 3 months ago
JSON representation
Unity editor tool to load colours and palettes directly from COLOURlovers.com
- Host: GitHub
- URL: https://github.com/shelleylowe/unity-colourlovers-importer
- Owner: shelleylowe
- Created: 2018-02-12T00:32:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T08:40:48.000Z (almost 5 years ago)
- Last Synced: 2024-09-30T18:02:22.552Z (4 months ago)
- Topics: colourlovers, unity, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 105
- Watchers: 10
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity3d - unity-colourlovers-importer - Unity editor tool to load colours and palettes directly from COLOURlovers.com (Open Source Repositories / Editor)
- awesome-opensource-unity - unity-colourlovers-importer - Unity editor tool to load colours and palettes directly from COLOURlovers.com. (Open Source Packages / Editor)
- awesome-unity-open-source-on-github - unity-colourlovers-importer - Load colours and palettes directly from COLOURlovers.com (Color)
README
# Unity ColourLovers Importer
A simple editor tool to search and load colours and palettes directly from [COLOURlovers](http://www.colourlovers.com).
Hooks into the COLOURlovers API documented [here](http://www.colourlovers.com/api).There are options to edit and save the palettes returned. Saving a colour palette will create an asset in the Assets/Editor folder. Unfortunately Unity doesn't expose the ColorPresetLibrary so the preset assets are generated based on a text asset (ITS SO BAD BUT HEY IT WORKS).
Hopefully this is a handy little tool for prototyping/creating placeholder assets or UI to give you easy access to nice colour combinations instead of using default/random colours.
Open importer under Window > ColourLovers Importer
Tested on Unity 5.6, 2017 and 2018 and seems to work correctly.
#### Link to download unity package available [here](http://shelleylowe.com/unity-colourlovers-importer/).
### Demo
![demo](http://shelleylowe.com/unity-colourlovers-importer/img/Example.gif)
![presets](http://shelleylowe.com/unity-colourlovers-importer/img/SavedPresets.png)
Options for loading the latest/top/random palettes and colours
![results](http://shelleylowe.com/unity-colourlovers-importer/img/Results.png)