We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dd5a7 commit fc656b0Copy full SHA for fc656b0
Assets/Thirdweb/Runtime/Unity/ThirdwebManager.cs
@@ -160,7 +160,7 @@ public class ThirdwebManager : MonoBehaviour
160
161
public static ThirdwebManager Instance { get; private set; }
162
163
- public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.2.0";
+ public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.2.1";
164
165
private bool _initialized;
166
ProjectSettings/ProjectSettings.asset
@@ -141,7 +141,7 @@ PlayerSettings:
141
loadStoreDebugModeEnabled: 0
142
visionOSBundleVersion: 1.0
143
tvOSBundleVersion: 1.0
144
- bundleVersion: 5.2.0
+ bundleVersion: 5.2.1
145
preloadedAssets: []
146
metroInputSource: 0
147
wsaTransparentSwapchain: 0
0 commit comments