Feature List

The entire asset is made with an adaptable UI system to switch on/off icons, labels, and other content to fit the size of the window you prefer.

The quick shortcut Control + Shift + T means you are always just a moment away from whatever you want.

Topic-based Tasks

Do not lose focus switching out of Unity. Organize and manage your Unity project directly inside Unity by creating topics, lists, and tasks.

Take advantage of being directly integrated into Unity. Add any Unity file or folder as a reference for your Tasks. Add reminders and due dates that integrate into the Unity Application.

Click here to learn more.

Code Tasks

We often see issues when writing codes and leave a note for later. But unfortunately, forgetting about them and searching for each can be time-consuming.

Streamline code management by identifying, categorizing, and tracking these comments across your codebase, ensuring no critical tasks or reminders are overlooked.

The straightforward UI will give you a quick overview of every script you want. Waste less time and improve your productivity.

Click here to learn more.

Example of Code Comments turning to Code Tasks in the Unity Asset DevTasks.

File List

  • Sort all codes by their namespaces, names, lines, comments, and directories. Find which code requires more comments or which code is better served in a different namespace. Optionally hide the namespace column if you do not use them for any reason. You can also swap between viewing lines count and effective count from the menu button on the top-right corner of the files list. Effective line count ignores all the empty lines in a code file.

  • You can also get information about folders, empty folders, textures, namespaces, C# files, lines, and comments.

Click here to learn more.

Project File Analysis Example in DevTasks

Last updated