> For the complete documentation index, see [llms.txt](https://docs.mychips.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mychips.io/unity.md).

# 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 %}
