DEV Community

Cover image for Folder Color: A Lightweight Unity Editor Tool to Color-Code Project Folders
Johan Jiménez
Johan Jiménez

Posted on

Folder Color: A Lightweight Unity Editor Tool to Color-Code Project Folders

Folder Color

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.

Features

  • Right-click any folder and choose a color
  • Includes Red, Orange, Yellow, Green, Blue, Purple, and Gray
  • Clear option to remove a folder color
  • Editor-only package
  • No runtime dependencies
  • Local preferences per developer

Installation

Install it from Unity Package Manager using this Git URL:

https://github.com/JohanJimenex/unity-folder-color.git#v1.0.0

Usage

Right-click a folder in the Project window, open Folder Color, and choose a color.

Use Folder Color > Clear to remove the color.

Notes

Colors are saved using Unity EditorPrefs, so they are local to each developer machine and are not committed to your project.

GitHub:
https://github.com/JohanJimenex/unity-folder-color

Top comments (0)