We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6865871 commit 3846c67Copy full SHA for 3846c67
Assets/Thirdweb/Runtime/Unity/ThirdwebManagerBase.cs
@@ -232,7 +232,7 @@ public abstract class ThirdwebManagerBase : MonoBehaviour
232
233
public static ThirdwebManagerBase Instance { get; protected set; }
234
235
- public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.20.1";
+ public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.21.0";
236
237
protected const string THIRDWEB_AUTO_CONNECT_OPTIONS_KEY = "ThirdwebAutoConnectOptions";
238
ProjectSettings/ProjectSettings.asset
@@ -141,7 +141,7 @@ PlayerSettings:
141
loadStoreDebugModeEnabled: 0
142
visionOSBundleVersion: 1.0
143
tvOSBundleVersion: 1.0
144
- bundleVersion: 5.20.1
+ bundleVersion: 5.21.0
145
preloadedAssets: []
146
metroInputSource: 0
147
wsaTransparentSwapchain: 0
0 commit comments