Visual Kanban board. Drag-drop tasks, Git-friendly, templates, time tracking and more! Boost your productivity!
Now everything stays in Unity.Task Canvas is a Kanban board that lives inside the Unity Editor. No more alt-tabbing to Trello or Notion.I built this because I was tired of losing focus every time I needed to update a task. Going to update the task in Trello and ending by watching a YouTube video.What makes it different:Each card and column is stored as a separate JSON file. This means when you and your team use Git, you won't get merge conflicts on a giant monolithic file. Cards merge cleanly.Performance was a priority. The board uses lazy loading and an LRU cache, so even if you have hundreds of cards, only the visible ones are loaded.What you can do:Drag cards between columns (with smooth animations)Add tags, assignees, due dates, and checklists to cardsTrack time on tasks with the built-in timerLink Unity assets to cards - click to select them in ProjectPress Ctrl+T to create cards without opening the main windowStart from templates: Kanban, Sprint, Bug Tracking, or emptySetup:Open Window > Task Canvas or use Ctrl Alt T to open the Task Canvas window and create your first board. Cards are saved to a configurable folder (default: Assets/TaskCanvasData). Change it in Settings if you prefer another location.Nothing is included in your builds.For bug reports or anything else, feel free to contact me!Visual Kanban board with intuitive drag-and-drop for cards and columnsGit-friendly storage: each card and column saved as separate JSON files to minimize merge conflictsLazy loading with LRU cache for optimal performance on large projectsBuilt-in time tracking with start/stop timer per cardRich card content: tags, assignees, priorities, due dates, checklists, commentsUnity asset linking: drag-drop project assets directly onto cardsQuick Create window (Ctrl+T) for rapid card creation from anywhere5 board templates: Blank, Kanban, Sprint, Bug Tracking, Feature DevelopmentFilter bar with tag, assignee, and priority filteringExternal file change detection for seamless Git workflowConfigurable boards folder location with migration supportDark themeKeyboard shortcuts configurable via Unity's Shortcut ManagerNo external dependencies, no internet required, editor-only tool

