Back to Game Projects
UnityGame

Git Status Overlay for Unity

ToolOpen-source Unity Editor extension that shows Git status icons directly in the Project window.

Git Status Overlay is a Unity Editor extension I maintain under Caesium Games. It draws overlay icons in the Project window so you can see at a glance which assets are added, modified, renamed, ignored, changed on the remote or ready to push, and warns about potential conflicts.

  • Tooling
  • Open source
  • Git
Git Status Overlay for Unity - Screenshot 1

Overview

Git Status Overlay is a Unity Editor extension I maintain under Caesium Games. It draws overlay icons in the Project window so you can see at a glance which assets are added, modified, renamed, ignored, changed on the remote or ready to push, and warns about potential conflicts.

It never modifies the repository: the only Git interaction is a fetch plus reading the status output, which keeps it safe to use on any project. It installs through the Unity Package Manager from its Git URL.

Features

  • Overlay icons for added, modified, renamed, ignored and remote-changed files
  • Optional folder status and automatic remote fetching with a configurable interval
  • Configurable icon size, opacity and position through an editor window
  • Read-only by design: no pull, push or commit