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.
-
Clone this repo and use it as a base for your new project
-
Install
npm
andyarn
-
Update
package.json
to includeColoredProjectFolders
like so"ColoredProjectFolders": "ssh://github.com/minhhh/ColoredProjectFolders.git#v0.0.1"
-
Run
npm run unity
and wait for it to install all necessary packages
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