We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcf002 commit 75c36cbCopy full SHA for 75c36cb
Assets/Thirdweb/Runtime/Unity/ThirdwebManager.cs
@@ -104,7 +104,7 @@ public class ThirdwebManager : MonoBehaviour
104
105
public static ThirdwebManager Instance { get; private set; }
106
107
- private const string THIRDWEB_UNITY_SDK_VERSION = "5.0.0-beta.1";
+ private const string THIRDWEB_UNITY_SDK_VERSION = "5.0.0-beta.2";
108
109
private bool _initialized;
110
ProjectSettings/ProjectSettings.asset
@@ -139,7 +139,7 @@ PlayerSettings:
139
vulkanEnableLateAcquireNextImage: 0
140
vulkanEnableCommandBufferRecycling: 1
141
loadStoreDebugModeEnabled: 0
142
- bundleVersion: 5.0.0-beta.1
+ bundleVersion: 5.0.0-beta.2
143
preloadedAssets: []
144
metroInputSource: 0
145
wsaTransparentSwapchain: 0
0 commit comments