Skip to content

Commit 0790569

Browse files
committed
ver
1 parent 70fc69c commit 0790569

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Assets/Thirdweb/Runtime/Unity/ThirdwebManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public class ThirdwebManager : MonoBehaviour
164164

165165
public static ThirdwebManager Instance { get; private set; }
166166

167-
public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.6.1";
167+
public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.7.0";
168168

169169
private bool _initialized;
170170

ProjectSettings/ProjectSettings.asset

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ PlayerSettings:
5151
m_StereoRenderingPath: 0
5252
m_ActiveColorSpace: 0
5353
unsupportedMSAAFallback: 0
54+
m_SpriteBatchMaxVertexCount: 65535
5455
m_SpriteBatchVertexThreshold: 300
5556
m_MTRendering: 1
5657
mipStripping: 0
@@ -84,7 +85,6 @@ PlayerSettings:
8485
defaultIsNativeResolution: 0
8586
macRetinaSupport: 1
8687
runInBackground: 1
87-
captureSingleScreen: 0
8888
muteOtherAudioSources: 0
8989
Prepare IOS For Recording: 0
9090
Force IOS Speakers When Recording: 0
@@ -142,7 +142,7 @@ PlayerSettings:
142142
loadStoreDebugModeEnabled: 0
143143
visionOSBundleVersion: 1.0
144144
tvOSBundleVersion: 1.0
145-
bundleVersion: 5.6.1
145+
bundleVersion: 5.7.0
146146
preloadedAssets: []
147147
metroInputSource: 0
148148
wsaTransparentSwapchain: 0
@@ -583,6 +583,7 @@ PlayerSettings:
583583
playModeTestRunnerEnabled: 0
584584
runPlayModeTestAsEditModeTest: 0
585585
actionOnDotNetUnhandledException: 1
586+
editorGfxJobOverride: 1
586587
enableInternalProfiler: 0
587588
logObjCUncaughtExceptions: 1
588589
enableCrashReportAPI: 0

0 commit comments

Comments
 (0)