Skip to content

Releases: immutable/unity-immutable-sdk

v1.26.0

24 Sep 22:30
fa82619
Compare
Choose a tag to compare

Chores

  • Update game bridge to 1.53.2 (#288)

Game bridge built from Immutable Typescript SDK version 1.53.2

v1.25.3

20 Sep 01:45
9d2a2b6
Compare
Choose a tag to compare

Features

  • [DX-3221] Previously, logging out using the Device Code Auth flow redirected users to a localhost page. With this PR, users can now set a logoutRedirectUri without needing to configure the redirectUri (typically used in the PKCE flow), allowing them to choose the page they are redirected to after a successful logout. (#284)

Fixes

  • [SDK-3266] Fixed Gree WebView clashing if the game also uses the Gree WebView library (#286)

Game bridge built from Immutable Typescript SDK version 1.51.3

v1.25.2

16 Aug 00:33
b3cb334
Compare
Choose a tag to compare

Chores

  • Update game bridge to 1.47.8 (#279)

Game bridge built from Immutable Typescript SDK version 1.47.8

v1.25.1

13 Aug 03:01
52f8664
Compare
Choose a tag to compare

Features

  • [DX-3051] Added support for configuring log levels, allowing finer control over the verbosity of log messages in the SDK. (#275)

Game bridge built from Immutable Typescript SDK version 1.47.1

v1.25.0

08 Aug 00:56
d2749af
Compare
Choose a tag to compare

Features

  • [DX-3076] Use the SDK with Domain Reloading disabled (#273)

Game bridge built from Immutable Typescript SDK version 1.46.13

v1.24.1

07 Aug 00:13
7cee73b
Compare
Choose a tag to compare

Fixes

  • Fixed the issue where the SDK could not load the game bridge file when running in the Unity Editor and targeting iOS. (#270)

Game bridge built from Immutable Typescript SDK version 1.46.13

v1.24.0

05 Aug 23:24
3e508fb
Compare
Choose a tag to compare

Features

  • [DX-3060] Customers can now utilise any Windows WebView of their choice with the SDK, as long as it implements our specific IWindowsWebBrowserClient and IMMUTABLE_CUSTOM_BROWSER is added to their game's Scripting Define Symbols. Please refer to our documentation for detailed instructions here. (#260)

Fixes

  • Fix compilation errors on MacOS (#249)

Chores

  • chore: update game bridge to 1.46.13 (#265)

Game bridge built from Immutable Typescript SDK version 1.46.13

v1.23.0

25 Jul 05:34
d6c93ed
Compare
Choose a tag to compare

Chores

  • Update game bridge (build from ts-immutable-sdk version 1.46.0) (#246)

v1.22.0

23 Jul 04:43
ce0a71e
Compare
Choose a tag to compare

Fixes

  • Switched from localStorage to IndexedDB for storing OIDC data, resolving token persistence issues when reopening games and ensuring more reliable authentication across platforms. (#241)

v1.21.0

19 Jul 04:09
2e2beb1
Compare
Choose a tag to compare

Chore

  • [DX-3019] chore: Nullify passport on quit (#238)