Releases: immutable/unity-immutable-sdk
Releases · immutable/unity-immutable-sdk
v1.24.0
Features
- [DX-3060] Customers can now utilise any Windows WebView of their choice with the SDK, as long as it implements our specific
IWindowsWebBrowserClient
andIMMUTABLE_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
v1.22.0
v1.21.0
v1.20.0
v1.19.0
v1.18.0
v1.17.0
v1.16.6
v1.15.0
Features
- [DX-2809] Customers can now properly logout using the Unity SDK instead of the previous version, where logout wasn't working correctly. (#192)
Documentation
- [DX-2784] Updated documentation and sample code for
TransactionReceiptResponse
status
field now makes it easy to understand transaction status response while callingZkEvmGetTransactionReceipt
.
Chores
- Improve the contribution guide section in README (#189)