We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eed385 commit 60141b9Copy full SHA for 60141b9
Assets/Thirdweb/Runtime/Unity/ThirdwebManager.cs
@@ -167,7 +167,7 @@ public class ThirdwebManager : MonoBehaviour
167
168
public static ThirdwebManager Instance { get; private set; }
169
170
- public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.9.1";
+ public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.9.2";
171
172
private bool _initialized;
173
ProjectSettings/ProjectSettings.asset
@@ -141,7 +141,7 @@ PlayerSettings:
141
loadStoreDebugModeEnabled: 0
142
visionOSBundleVersion: 1.0
143
tvOSBundleVersion: 1.0
144
- bundleVersion: 5.9.1
+ bundleVersion: 5.9.2
145
preloadedAssets: []
146
metroInputSource: 0
147
wsaTransparentSwapchain: 0
0 commit comments