Folder Color is a lightweight Unity Editor tool for color-coding folders in the Project window.
It helps keep large Unity projects easier to scan by letting you assign colors to folders like Scripts, Art, Scenes, UI, Audio, Prefabs, and more directly from the right-click context menu.
- Right-click folder menu:
Folder Color > Red / Orange / Yellow / Green / Blue / Purple / Gray Clearoption to remove a folder color- Editor-only package
- No runtime dependencies
- Local preferences per developer
In Unity:
- Open
Window > Package Manager. - Click
+. - Choose
Add package from git URL.... - Paste:
https://github.com/JohanJimenex/unity-folder-color.git#v1.0.0
For the latest development version:
https://github.com/JohanJimenex/unity-folder-color.git
- Right-click a folder in the Project window.
- Open
Folder Color. - Choose a color.
Use Folder Color > Clear to remove the color.
Colors are saved using Unity EditorPrefs, so they are local to each developer machine and are not committed to your project.
- Unity 2022.3 or newer
Contributions are welcome. Please open an issue before large changes so the scope is clear.
MIT
