# Read me first

{% embed url="<https://assetstore.unity.com/packages/3d/gui/modular-3d-text-in-game-3d-ui-system-247241?aid=1011ljxWe>" fullWidth="false" %}
Easily create texts as 3D meshes and build a complete 3D UI system.
{% endembed %}

### <mark style="color:yellow;">**How to create**</mark>&#x20;

<figure><img src="/files/yDemxq6NkluT7hq9pgOI" alt="How to create 3D text inside unity using Modular 3D Text"><figcaption><p>How to create 3D text inside unity using Modular 3D Text</p></figcaption></figure>

###

### <mark style="color:yellow;">Asset window</mark>&#x20;

![Contains font creation and some other useful tools/resources.](/files/-Mg0zX_YD-nU-daTEP5H)

### <mark style="color:yellow;">Importing Packages</mark>

Open the package importer and import the packages you want.

<figure><img src="/files/ve3KuPRYNZqQLKZXD2D7" alt=""><figcaption><p>How to open TGS Package Importer</p></figcaption></figure>

<figure><img src="/files/WoM5paC7SxjmfRkmzO8z" alt=""><figcaption><p>TGS Package Importer Window</p></figcaption></figure>

###

### <mark style="color:yellow;">Removable files</mark>

*All the scripts are in Assets/Plugins/Tiny Giant Studio.* \
\
*You <mark style="color:green;">**can delete**</mark> the folder Assets/Tiny Giant Studio.*\
*The purpose of the asset being separated this way is for it to be easily **Removable**.*

***It contains:***

&#x20;  *1. Sample scenes*\
&#x20;  *2. Materials: You can set your own default materials from the asset window.*\
&#x20;  *3. Setup file to install the assembly definition file and switch pipeline of the sample scene. If you are done with them, they aren't needed.*&#x20;

## <mark style="color:yellow;">Get Information</mark>

{% hint style="success" %}
***You can hover your mouse and check tooltips for information.***

<img src="/files/5VubWJ81vdpLSuPM0ADt" alt="" data-size="original">
{% endhint %}

{% hint style="success" %}
***Click the Question mark to open the documentation about that component.***\
![](/files/Ksjqu6lWeetROYC8ONTt)
{% endhint %}

{% hint style="success" %}
***Click the open book icon to open the documentation about that section.***\
![](/files/y7nCEGzJLjWCU9Bt6lYl)

*Any part of the asset that might require some clarification about its function, has that icon to access the documentation about it.*
{% endhint %}

**If you find any part of the documentation lacking, unclear, or in need of an example, feel free to reach out to me via email or the forum. User feedback is invaluable for enhancing both the asset and the documentation. 😊**


---

# Agent Instructions: 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://ferdowsur.gitbook.io/modular-3d-text/master.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.
