VR Flight Simulator
SingleplayerSolo-built VR flight simulator on a rotating motion platform, made for a scientific study at ISAE-SUPAERO.
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.

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.