The Notion Board panel in the Unity editor, showing a synced task with comments
For the game Crease, I built a system to integrate our task tracking software notion into the engine to increase communication and productivity. The package uses Notions API to directly bring the Kanban board into Unity, while also offering a suite of additional communication features.
All data is saved in a private data field in the notion database, so it doesnt affect any unity scene or object code. This also means it has real-time concurrency with other team members.
Every GameObject has the ability to have a Notion task linked
Users can view the full task board, or filter it to just their tasks