/ColoredProjectFolders

Make special folders in Unity's Project View look colorful

Primary LanguageC#MIT LicenseMIT

ColoredProjectFolders

Give colors to folders in Project View

ColoredProjectFolders is a simple plugin that color some special folders in the Project View so that you can find them more easily. It is inspired by Rainbow Folders.

There's only 1 script Assets/ColoredProjectFolder/Editor/ColoredProjectFolder.cs. You can modify it to add more hard-coded folder names. You can add or modify folder icons in the same folders. This could be made into a customizable setting, but I feel the usage is the same as just modifying the script directly.

screenshot

Setup

  1. Clone this repo and use it as a base for your new project

  2. Install npm and yarn

  3. Update package.json to include ColoredProjectFolders like so

        "ColoredProjectFolders": "ssh://github.com/minhhh/ColoredProjectFolders.git#v0.0.1"
    
  4. Run npm run unity and wait for it to install all necessary packages

Changelog

0.0.3

  • Fixes
    • Fix incorrect plugin foldername

0.0.2

  • Fixes
    • Fix incorrect plugin foldername
    • Support 5.4.3f1

0.0.1

  • Initial commit