Modular To-do lists [Released]

Introducing,
Modular To-Do Lists
Offline Project Management Tool
:star: Documentation:star:
Free version | Pro version

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
:zap:Easy Organization:
Easily organize your tasks, goals, and milestones by topic, lists, and tasks.

:zap:Unity References:
Add any Unity file, such as scenes, prefabs, scripts, and even folders as a reference for your tasks.

:zap:Customization:
Easily modify the look and feel of your topics/tasks by changing colors and icons.

:zap:Offline: Work offline without any internet connection or cloud service. Everything is saved inside your project and just one click away.
:zap: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 :
:zap:Tags: Organize and keep better track of your tasks using tags.
:zap:Search: Easily Search through your to-do lists for better productivity.
:zap:Sorting: Sort your tasks by the due date, name, creation date, etc.

[Reserved for later]

(Reserved for later)

[New update released]

Version 1.0.1

  • Fixed a typo that caused the pro editor not to load correctly. No impact on the free version.

[New update released]

Version 1.1.0

  • Added a task view page that shows details about a single task.
  • Added a settings page to control how the window looks.

[New update released]

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.

Version 1.3.0

  • Added filter to hide folder icons.
  • Added lock button to hide name/description edits. Tasks can be completed, failed, etc even with it on.
  • Minor visual updates to a few elements.

Version 1.3.1

  • Due date bug fix.
  • Added a setting to add hours to the default due date when creating a new task.

Version 1.4.0

  • Tasks are reorderable by dragging their index.
  • Updated visuals of the progress bar.
  • Added tooltips for the progress bar.

Version 1.4.2

  • Added a color schema system to modify the colors of tasks depending on their state. Color schemes can be assigned when modifying topics

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)

Hi. I bought the pro version.
Is really what I need. Thank you for having made it.
I would like to ask for a couple of feature:

  1. Nestled Sub-Tasks: are very useful to breakout a complex one
  2. Drag and drop between tabs ( To Do, Doing, Review, Done, etc)
  3. Automatically set the state while drag-dropping a task (if I move to doing, so the state should be “doing”)
  4. Automatically move to next tab when state changed (ex. if I set for “Finished in Doing”, should be “waiting in Review”)
  5. Custom define the workflow for automatic moving in other tabs (ex. to do → doing → Test → Done or to do → doing → done)
  6. possibility to add hyperlinks to websites in description
    Too much? :smile:
    But it will be perfect! :slight_smile:
1 Like

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 suggestions.
I think I can implement them. I will try my best.

1 Like

Super. :slight_smile:
Thank you very much. :slight_smile:

1 Like

It would also be super great if there was the ability to export to excel ,rtf, word etc…
Thank you!

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.

Done for CSV format.

Thank you so much!

1 Like

My pleasure!