# Unity

<details>

<summary>Release Note</summary>

### **Version:** 1.2.6 (current)

Date: 2025-10-29

New Feature – Age and Gender Parameters

This version adds support for sending **Age** and **Gender** values through the SDK.

**Usage Example:**

```csharp
// Age
MCOfferwallObject.Instance.SetAge(30);

// Gender
MCOfferwallObject.Instance.SetGender(MCGenderEnum.Male);
```

</details>

{% content-ref url="/spaces/8FPXPNk0nLIRsJsg3nxP/pages/NrA6dzqs8xnnA8F1dEo3" %}
[Install SDK](/unity/install-sdk.md)
{% endcontent-ref %}

{% content-ref url="/spaces/8FPXPNk0nLIRsJsg3nxP/pages/paCNFqxbvCszI5hnGiqO" %}
[Reward User](/unity/reward-user.md)
{% endcontent-ref %}

{% content-ref url="/spaces/8FPXPNk0nLIRsJsg3nxP/pages/LrrqPjajgasn9FJtXQN9" %}
[FAQ](/unity/faq.md)
{% endcontent-ref %}


---

# 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://docs.mychips.io/unity.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.
