unity-color-palettes

A system to keep UnityEngine.Graphic colors consistent throughout a project.

BSD-3-CLAUSE License

Downloads
22
Stars
3

unity-color-palettes

Please see the readme in the package directory for information on all of the included scripts.

How To Install

The color-palettes package uses the scoped registry feature to import dependent packages. Please add the following sections to the package manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "DSS",
  "url": "https://registry.npmjs.com",
  "scopes": [ "com.dss" ]
}

To the dependencies section:

"com.dss.color-palettes": "1.3.2"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "DSS",
      "url": "https://registry.npmjs.com",
      "scopes": [ "com.dss" ]
    }
  ],
  "dependencies": {
    "com.dss.color-palettes": "1.3.2",
    ...
Package Rankings
Top 38.75% on Npmjs.org
Related Projects