Back to projects
Tools2025

Project Time Tracker - Unity Plugin

Unity Editor plugin to track development time with auto-save and multi-language support

Completed project

Detailed description

Unity Editor extension developed in C# to automatically monitor time spent on a Unity project. First Unity plugin created with a modular 3-component architecture: TimeTrackerCore (logic + persistence), ProjectTimeWindow (EditorWindow UI), and LocalizationManager (4 language support). Auto-saves every 10 seconds to a local text file. Intuitive interface with pause/resume, reset with confirmation, and initial time configuration. Supports Unity 6000.0.31f1+.

Key features

  • First published Unity plugin (February 2025)
  • Modular 3-component C# architecture
  • Auto-save every 10s (data persistence)
  • Multi-language support: EN, FR, DE, RU
  • Native EditorWindow interface with pause/resume
  • Customizable initial time management
  • Reset with confirmation to prevent accidental loss

Technologies used

C#Unity EditorEditorWindow APILocalization