# Unity SDK

### March 23rd, 2026 (v4.0.0)

* Feature: Add PostFeedback API for user feedback submission (#114)
* Bug Fix: Log truncation on Mac, Linux, WSA (#113)

### July 17th, 2025 (v3.2.1)

* Fix: README caret typo&#x20;
* Fix: Truncate large log files

### May 29th, 2025 (v3.2.0)

* Feature: Upload line number mappings

### May 19th, 2025 (v3.1.4)

* Fix: add Dictionary TryAdd extension for Unity 2021

### April 17th, 2025 (v3.1.3)

* Fix: Symbol uploads for non-android builds in Unity 6
* Fix: Windows build
* Chore: Download symbol-upload just-in-time

### March 14th, 2025 (v3.1.2)

* Fix: Crash loop prevention

### March 14th, 2025 (v3.1.1)

* Fix: Unregister logMessageReceived on destruction

### March 14th, 2025 (v3.1.0)

* Feature: Attributes

### April 16th, 2024 (v2.5.4)

* Improved android symbol uploads

### April 16th, 2024 (v2.5.3)

* Fixed: windows DotNetExceptionReporter build error

### March 6th, 2024 (v2.5.2)

* Fixed: Android symbols

### March 5th, 2024 (v2.5.1)

* Fixed: screenshots

### March 5th, 2024 (v2.5.0)

* Added: Android symbol uploads
* Fixed: ignore errors parsing guids

### January 27th, 2023 (v2.4.0)

* Added: iOS and Android native support
* Added: support for "Notes" field

{% hint style="warning" %}
Not seeing what you're looking for? You can browse archived changelogs from 2022-2015 [here](/changelog.md).
{% endhint %}


---

# 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://changelog.bugsplat.com/framework-integrations/unity-sdk.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.
