It is a powerful and easy-to-use asset that lets you create, manage, and organize your projects in Unity entirely offline. It is suitable for small tasks and powerful enough to manage the entire project.
Features Easy Organization:
Easily organize your tasks, goals, and milestones by topic, lists, and tasks.
Offline: Work offline without any internet connection or cloud service. Everything is saved inside your project and just one click away. Source code: Full source code included in both free and pro version
Pro features
The pro version of the asset focuses on improving the ease of use of the asset. Among its many features, some are : Tags: Organize and keep better track of your tasks using tags. Search: Easily Search through your to-do lists for better productivity. Sorting: Sort your tasks by the due date, name, creation date, etc.
Version 1.2.0
Special thanks to David Slavik for a lot of constructive feedback about different aspects of the asset. A lot of the updates are based on that feedback.
Changed default font based on user feedback.
Added a setting to control font size.
Updated the breadcrumb links for better clarity.
Added a few more settings to control the look of the asset.
Will have to update the images to reflect the improvements now. Edit: Done.
Download the free version and it doesn’t create a topic when clicking the button. These are the errors I get using Unity 2021.2.3f1
Couldn’t create asset file!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
TinyGiantStudio.ModularToDoLists.AssetEditorWindow:CreateNewTopic () (at Assets/Imports/Tiny Giant Studio/Modular To Do List/Scripts/Editor/AssetEditorWindow.cs:3803)
TinyGiantStudio.ModularToDoLists.AssetEditorWindow:CreateNewTopicButton () (at Assets/Imports/Tiny Giant Studio/Modular To Do List/Scripts/Editor/AssetEditorWindow.cs:934)
TinyGiantStudio.ModularToDoLists.AssetEditorWindow:NoTopicPage () (at Assets/Imports/Tiny Giant Studio/Modular To Do List/Scripts/Editor/AssetEditorWindow.cs:284)
TinyGiantStudio.ModularToDoLists.AssetEditorWindow:OnGUI () (at Assets/Imports/Tiny Giant Studio/Modular To Do List/Scripts/Editor/AssetEditorWindow.cs:168)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
UnityException: Creating asset at path failed.
TinyGiantStudio.ModularToDoLists.AssetEditorWindow.CreateNewTopic () (at Assets/Imports/Tiny Giant Studio/Modular To Do List/Scripts/Editor/AssetEditorWindow.cs:3803)
TinyGiantStudio.ModularToDoLists.AssetEditorWindow.CreateNewTopicButton () (at Assets/Imports/Tiny Giant Studio/Modular To Do List/Scripts/Editor/AssetEditorWindow.cs:934)
TinyGiantStudio.ModularToDoLists.AssetEditorWindow.NoTopicPage () (at Assets/Imports/Tiny Giant Studio/Modular To Do List/Scripts/Editor/AssetEditorWindow.cs:284)
TinyGiantStudio.ModularToDoLists.AssetEditorWindow.OnGUI () (at Assets/Imports/Tiny Giant Studio/Modular To Do List/Scripts/Editor/AssetEditorWindow.cs:168)
Sorry about the trouble.
Did you move the asset files? I mean just the plugins folder.
You can delete the Tiny Assets/Giant Studio/Modular To Do List folder
Thanks for the suggestion.
We are working on this exact feature atm. Starting with export/import to a CSV file.
Hopefully, it will be ready within the next seven days.
Modular To Do List: v1.4.3 - Added the ability to export/import topics as CSV files. - You can use the shortcut ctrl+shift+t to open the to-do list now.