We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a021fa1 commit 9224507Copy full SHA for 9224507
Assets/Thirdweb/Runtime/Unity/ThirdwebManager.cs
@@ -117,7 +117,7 @@ public class ThirdwebManager : MonoBehaviour
117
118
public static ThirdwebManager Instance { get; private set; }
119
120
- private const string THIRDWEB_UNITY_SDK_VERSION = "5.0.0-beta.3";
+ private const string THIRDWEB_UNITY_SDK_VERSION = "5.0.0-beta.4";
121
122
private bool _initialized;
123
ProjectSettings/ProjectSettings.asset
@@ -141,7 +141,7 @@ PlayerSettings:
141
loadStoreDebugModeEnabled: 0
142
visionOSBundleVersion: 1.0
143
tvOSBundleVersion: 1.0
144
- bundleVersion: 5.0.0-beta.3
+ bundleVersion: 5.0.0-beta.4
145
preloadedAssets: []
146
metroInputSource: 0
147
wsaTransparentSwapchain: 0
0 commit comments