@@ -17,6 +17,7 @@ This includes security related updates like requiring fixed Unity versions and i
1717
1818### Changed
1919
20+ - ** Android Support** : Better dependency handling through gradle processor integration. Removal of included files where possible.
2021- ** Android Target SDK:** Increased to 35 to meet Google Play requirements per Nov 1, 2025.
2122- ** Unity Minimum Versions:** The Unity minimum versions have been updated to match ` CVE-2025-59489 ` fix versions.
2223- ** Code Style** : Examples and scripts have been aligned on style.
@@ -26,6 +27,9 @@ This includes security related updates like requiring fixed Unity versions and i
2627- ** Unity API:** ` OnMaximumVolumeChanged ` event to notify when the games maximum volume must be changed.
2728- ** Android:** After the last device disconnects, the webview is reset along the game state.
2829- ** Android:** Add support to override the game version used in a previously built android game through intent extras with adb.
30+ - ** Android:** The support for native game sizing is communicated
31+ - ** Android Audio Focus:** Improvements to match the expected behavior on Android Automotive.
32+ - ** Android Audio Focus:** Drive maximum volume based on Android system requirements to avoid pausing when losing audio focus.
2933
3034### Removed
3135
@@ -161,15 +165,15 @@ For completeness as this is a 2.5.0 rerelease, the 2.5.0 release notes are repea
161165 #71 )
162166- Added :gift_heart : : Partner specific highscore
163167 - New rank ` partner ` for ` RequestHighScores ` that will limit the response to highscores the player has achieve on the same partner. See
164- the [ partner specific high score section of the high score guide] ( https://developers.airconsole.com/#!/guides/highscore#partner )
168+ the [ partner specific high score section of the high score guide] ( https://developers.airconsole.com/#!/guides/highscore#partner )
165169- Added :gift_heart : : Multi-screen multiplayer
166170 API [ see Multi-screen multiplayer guide] ( https://developers.airconsole.com/#!/guides/multiplayer )
167171 - provides information to enable online multiplayer matchmaking against screens in the same car as well screens in the same type of
168- partner environment (e.g. car brand).
172+ partner environment (e.g. car brand).
169173- Added :gift_heart : : New capability: Player
170174 Silencing [ see Handling Players connecting guide] ( https://developers.airconsole.com/#!/guides/player_silencing )
171175 - Support for Player Silencing in the AirConsole component. For more information visit
172- the [ AirConsole Player Silencing Guide] ( https://developers.airconsole.com/#!/guides/player_silencing ) .
176+ the [ AirConsole Player Silencing Guide] ( https://developers.airconsole.com/#!/guides/player_silencing ) .
173177- Added :gift_heart : : Support for EMSDK_PYTHON when building for WebGL in Unity 2019 which requires python2 that needs to be manually
174178 installed on OSX Ventura / Sonoma. If your python2 is not in ` /usr/local/bin/python2 ` you can update the path in the AirConsole Settings
175179 window.
@@ -202,15 +206,15 @@ Gameplay rounds are controlled through AirConsole's setActivePlayers API.
202206
203207- Added :gift_heart : : Partner specific highscore
204208 - New rank ` partner ` for ` RequestHighScores ` that will limit the response to highscores the player has achieve on the same partner. See
205- the [ partner specific high score section of the high score guide] ( https://developers.airconsole.com/#!/guides/highscore#partner )
209+ the [ partner specific high score section of the high score guide] ( https://developers.airconsole.com/#!/guides/highscore#partner )
206210- Added :gift_heart : : Multi-screen multiplayer
207211 API [ see Multi-screen multiplayer guide] ( https://developers.airconsole.com/#!/guides/multiplayer )
208212 - provides information to enable online multiplayer matchmaking against screens in the same car as well screens in the same type of
209- partner environment (e.g. car brand).
213+ partner environment (e.g. car brand).
210214- Added :gift_heart : : New capability: Player
211215 Silencing [ see Handling Players connecting guide] ( https://developers.airconsole.com/#!/guides/player_silencing )
212216 - Support for Player Silencing in the AirConsole component. For more information visit
213- the [ AirConsole Player Silencing Guide] ( https://developers.airconsole.com/#!/guides/player_silencing ) .
217+ the [ AirConsole Player Silencing Guide] ( https://developers.airconsole.com/#!/guides/player_silencing ) .
214218- Added :gift_heart : : Support for EMSDK_PYTHON when building for WebGL in Unity 2019 which requires python2 that needs to be manually
215219 installed on OSX Ventura / Sonoma. If your python2 is not in ` /usr/local/bin/python2 ` you can update the path in the AirConsole Settings
216220 window.
0 commit comments