Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser




Quick Information

A time tracker plugin made to help you dedicate a set amount of "work time" to your project each day.It can even keep track of the current foreground window and automatically "block" the stopwatch when you get distracted and switch to a non-whitelisted window (this is Windows-only, at the moment). Whitelisted windows are defined using a comma-separated, case insensitive list of keywords, if the active window's title contains any of the keywords, it is considered "productive" and the stopwatch will keep counting, otherwise it will pause.This plugin only supports Windows and Linux. It should work on macOS if you comment out some code in stopwatch.gd
A time tracker plugin made to help you dedicate a set amount of "work time" to your project each day.
It can even keep track of the current foreground window and automatically "block" the stopwatch when you get distracted and switch to a non-whitelisted window (this is Windows-only, at the moment). Whitelisted windows are defined using a comma-separated, case insensitive list of keywords, if the active window's title contains any of the keywords, it is considered "productive" and the stopwatch will keep counting, otherwise it will pause.
This plugin only supports Windows and Linux. It should work on macOS if you comment out some code in stopwatch.gd
Reviews
Quick Information

A time tracker plugin made to help you dedicate a set amount of "work time" to your project each day.It can even keep track of the current foreground window and automatically "block" the stopwatch when you get distracted and switch to a non-whitelisted window (this is Windows-only, at the moment). Whitelisted windows are defined using a comma-separated, case insensitive list of keywords, if the active window's title contains any of the keywords, it is considered "productive" and the stopwatch will keep counting, otherwise it will pause.This plugin only supports Windows and Linux. It should work on macOS if you comment out some code in stopwatch.gd