# Welcome

{% embed url="<https://bit.ly/Modular3DTextUnityAsset>" %}

{% hint style="info" %}
**This has been deprecated.**&#x20;

[**Please read the upgrade notes. (Link)**](https://tiny-giant-studio.gitbook.io/devtasks/etc./modular-to-do-list-upgrade-notes)
{% endhint %}

## Overview

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.

*It has two versions, one of them is paid and the other one is free. Although the free version includes everything required to function, the pro version adds some quality-of-life improvements and helps support the development of the asset.*

{% hint style="info" %}
*Please review the asset if you found it useful. As a solo developer with zero marketing skills, reviews are the only way for me to get discovered in the asset store.*
{% endhint %}

## Get Started

*There is no need for a setup. Just import and enjoy.*&#x20;

### 1. Find the asset window

The asset window is found in: Tools>Tiny Giant Studio>Modular To-do lists

<figure><img src="/files/1c6guYhrmy6a5Bzms1Ao" alt=""><figcaption></figcaption></figure>

### 2. Create Topic

Topics hold all the to-do lists regarding a single subject. You can create new topics by pressing the button at the bottom of the window.

<figure><img src="/files/itNBnNVpGxNK92criX3O" alt=""><figcaption></figcaption></figure>

### 3. Modifying a topic

After opening a topic, you can modify it by clicking the edit icon. The icon for the topic can be changed on this page by clicking on it.

<figure><img src="/files/YvO1MJOnuTcuTQ0J6Gg0" alt=""><figcaption></figcaption></figure>

### 4. To-do lists

Each topic can have unlimited to-do lists. Similar to a topic, to-do lists can be modified by clicking the edit icon beside its name.

<figure><img src="/files/TDc1LV5Jjs6oKQZIb3J7" alt=""><figcaption></figcaption></figure>

New to-do lists can be created by clicking the button at the bottom of the page after opening a topic.

<figure><img src="/files/Cj5aweEoiE0DzYcFdzVc" alt=""><figcaption></figcaption></figure>

### 5. Tasks

Tasks can be created by clicking the plus icon. Tasks can have references, and descriptions and be filtered according to their state.

<figure><img src="/files/kY7qdWDKUVAKFhx5pAyx" alt=""><figcaption></figcaption></figure>

### 6. Filters

The filters sidebar can be opened/closed by clicking the arrow icon at the left-top side of to-do lists.

![](/files/yvOpUlyD4m0AIujR83s2)

### 7. Options

{% hint style="success" %}
![](/files/0rLNqFgZR0gy5RelKnnv) This button can be used to get more options that you can do.
{% endhint %}

{% hint style="info" %}
You can delete the folder **Assets/Tiny Giant Studio/Modular to-do lists.**

This just contains the offline documentation, and a sample scene because of asset store requirements.&#x20;

All the files required to function are inside the plugins folder.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tiny-giant-studio.gitbook.io/modular-todo-lists/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
