We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f85ac commit c728323Copy full SHA for c728323
Assets/Thirdweb/Runtime/Unity/ThirdwebManager.cs
@@ -172,7 +172,7 @@ public class ThirdwebManager : MonoBehaviour
172
173
public static ThirdwebManager Instance { get; private set; }
174
175
- public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.13.1";
+ public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.14.0";
176
177
private bool _initialized;
178
ProjectSettings/ProjectSettings.asset
@@ -141,7 +141,7 @@ PlayerSettings:
141
loadStoreDebugModeEnabled: 0
142
visionOSBundleVersion: 1.0
143
tvOSBundleVersion: 1.0
144
- bundleVersion: 5.13.1
+ bundleVersion: 5.14.0
145
preloadedAssets: []
146
metroInputSource: 0
147
wsaTransparentSwapchain: 0
0 commit comments