# Unity Plugin

### <mark style="background-color:yellow;">WE ARE NOT CURRENTLY ACCEPTING NEW PLUGIN CLIENTS</mark>

### <mark style="background-color:yellow;">PLEASE CHECK AGAIN LATER (AFTER 9-2025)</mark>

### Text based creation and editing of 3D in Unity

The Unity plugin is the fastest way to get going with Sloyd text based creation inside your Unity project. It is mainly used for:

✅ **In-game creation tools** for your users

✅ **Pre-production** for quick prototyping

The difference between the Plugin and [Unity SDK](/documentation/other-products/deprecated-products/unity-sdk.md) is that the Plugin:

✅ Fully self-service

✅ Faster and simpler to integrate

❌  Does not include slider control (just text input)

❌ Does not support **Procedural games** with asset generation at runtime

### **This guide will help you with:**

{% stepper %}
{% step %}

### [Installation and Activation](/documentation/other-products/deprecated-products/unity-plugin/installation-and-activation.md)

{% endstep %}

{% step %}

### [Edit Mode](/documentation/other-products/deprecated-products/unity-plugin/edit-mode.md)

{% endstep %}

{% step %}

### [Runtime Usage](/documentation/other-products/deprecated-products/unity-plugin/runtime-usage.md)

{% endstep %}
{% endstepper %}

{% embed url="<https://github.com/Sloydai/UnityPlugin>" %}


---

# 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://sloyd.gitbook.io/documentation/other-products/deprecated-products/unity-plugin.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.
