-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
14 lines (14 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "com.unity.todotree",
"displayName":"TODO Tree",
"version": "1.0.0",
"unity": "2019.4",
"keywords": ["todo",
"tree",
"todotree"
],
"category": "Todo",
"description": "The TODO Tree for Unity\n\n* Support Features:\n\n 1. Tag\t\t(TODO, FIXME)\n 2. Prority\t(Minor, Medium, Major)\n 3. Progress\t(Active, On-Hold, Completed)\n 4. Reorder\t(Drag & Drop the todo)\n\n* How To Use:\n\nOpen TODO Tree editor located in 'Window -> TODO Tree' at the top bar.\n\nYou can edit settings in the TODOTree window or manually add more custom items (tag, priority, progress) to the TodoConfig asset.\n\nIf you want to hide todo buttons in each inspector, you can turn off the 'Inspector GUI' on the TodoConfig asset.",
"dependencies": {
}
}