# Unity

### 4.4.0 - (February 04, 2026)

* feat: iOS & Android: TCF2.3 compliance :rocket:
  * \[iOS]: migrate to the latest 4.9.11, see iOS release notes for details
  * \[ANDROID]: migrate to the latest 5.9.0, see Android release notes for details

***

### 4.3.1 - (May 26, 2025)

* Chore: \[ANDROID] Upgrade Android SDK from 5.5.4 to 5.5.5

***

### 4.3.0 - (October 24, 2024)[​](https://docs.sfbx.io/help/release-notes/index.html#430---october-24-2024) <a href="#id-430---october-24-2024" id="id-430---october-24-2024"></a>

* Chore: \[ANDROID] Upgrade Android SDK from 5.5.3 to 5.5.4
* Feat: \[ANDROID] Add FullScreen Mode to android (layer1)

***

### 4.2.2 - (August 29, 2024)

* Chore: \[ANDROID] Upgrade Android SDK from 5.5.0 to 5.5.3

***

### 4.2.1 - (August 02, 2024)

* fix: change default `forceApplyGDPR` from `true` to `false` to avoid displaying CMP in non-GDR regions

***

### 4.2.0 - (July 05, 2024)

* feat: Upgrade Android SDK from 5.4.0 to 5.5.0

***

### 4.1.0 - (June 25, 2024)

* feat: added support for dedicated endpoint on iOS
* feat: added support for fullscreen on iOS
* feat: updated iOS Native dependency to 4.9.0, see iOS release notes for details

<details>

<summary>Old release-notes</summary>

### 4.0.3 - (June 19, 2024)

* Chore: \[ANDROID] Upgrade Android SDK from 5.1.4 to 5.4.0

***

### 4.0.2 - (June 04, 2024)

* fix: updated iOS Native dependency to 4.8.3, see iOS release notes for details

***

### 4.0.1 - (March 28, 2024)

* Fix: The type or namespace name 'DllImportAttribute' could not be found
* Fix: The type or namespace name 'DllImport' could not be found

***

### 4.0.0 - (January 23, 2024)

* BREAKING\_CHANGE: Reformat methods to convention naming C#
* \[ANDROID] Upgrade to Android 5.1.4
* \[ANDROID] New feature to propose a callback to know when the user has completed the consent process.
* Add new method InitACNotice to separate Instanciation and Init (on Android)

***

### 3.1.3 - (December 22, 2023)

* \[ANDROID] Upgrade to Android 5.1.3
* Chore: \[ANDROID] Update internal Logger module
* Fix: \[ANDROID] RuntimeException when several WebView instances in different processes are used. Added SDK startup check and full explanatory log in the event of a problem when integrating a third-party library that runs before the application and uses a WebView in a dedicated process.
* Fix: \[ANDROID] Display size problem on tablet in Dialog mode
* Fix: \[ANDROID] Significant reduction in SDK size
* Fix: \[ANDROID] In some cases, we had difficulty detecting the language set on the user's device and displayed the default selected language

***

### 3.1.2 - (December 13, 2023)

* \[ANDROID] Upgrade to Android 5.1.2

***

### 3.1.1 - (November 21, 2023)

* \[ANDROID] Upgrade to Android 5.1.1
* \[ANDROID] Change module name from library imported : Unity -> appconsent-unity

***

### 3.1.0 - (November 20, 2023)

* \[ANDROID] Upgrade to Android 5.1.0

***

### 3.0.0 - (September 20, 2023)

* \[ANDROID] Upgrade to Android 5.0.0

***

### 2.0.1 - (September 20, 2023)

* \[ANDROID] Remove unused dependences

***

### 2.0.0 - (September 19, 2023)

* \[ANDROID] Upgrade sdk version to 4.0.1 (include TCF2.2)

***

### 1.0.16 - (September 15, 2023)

* \[iOS] Upgrade appconsent-unity-ios-bridge to version 1.0.2

***

### 1.0.15 - (April 11, 2023)

* \[ANDROID] Upgrade sdk version to 2.0.15
* \[ANDROID] New library version Unity-1.0.5.aar

</details>


---

# 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.sfbx.io/help/release-notes/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.
