Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 657 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 657 Bytes

Unity-ToDo

How to use

This extentions parses you code to build task list so you need to use this syntax in your scripts: //YOURTAG YOURNOTE Something like "//BUG Incorrect position of new objects" There are two default tags TODO and BUG, but also you can add your own. To do this enter new tag name in field at the bottom of left panel and press add button. To open script on line where note is double click on todo in list.

If you want to use data path different from "Assets/Todo/todo.asset" change this line in ToDoEditor.cs

private string _dataPath = @"Assets/ToDo/todo.asset";

screenshot