Skip to content

Commit 57c68db

Browse files
committed
v6.0.2
1 parent 0758fa6 commit 57c68db

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Assets/Thirdweb/Runtime/Unity/ThirdwebManagerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public abstract class ThirdwebManagerBase : MonoBehaviour
266266

267267
public static ThirdwebManagerBase Instance { get; protected set; }
268268

269-
public static readonly string THIRDWEB_UNITY_SDK_VERSION = "6.0.1";
269+
public static readonly string THIRDWEB_UNITY_SDK_VERSION = "6.0.2";
270270

271271
protected const string THIRDWEB_AUTO_CONNECT_OPTIONS_KEY = "ThirdwebAutoConnectOptions";
272272

ProjectSettings/ProjectSettings.asset

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,15 @@ PlayerSettings:
7979
androidMinimumWindowHeight: 300
8080
androidFullscreenMode: 1
8181
androidAutoRotationBehavior: 1
82+
androidPredictiveBackSupport: 1
8283
defaultIsNativeResolution: 0
8384
macRetinaSupport: 1
8485
runInBackground: 1
8586
captureSingleScreen: 0
8687
muteOtherAudioSources: 0
8788
Prepare IOS For Recording: 0
8889
Force IOS Speakers When Recording: 0
90+
audioSpatialExperience: 0
8991
deferSystemGesturesMode: 0
9092
hideHomeButton: 0
9193
submitAnalytics: 1
@@ -141,7 +143,7 @@ PlayerSettings:
141143
loadStoreDebugModeEnabled: 0
142144
visionOSBundleVersion: 1.0
143145
tvOSBundleVersion: 1.0
144-
bundleVersion: 6.0.1
146+
bundleVersion: 6.0.2
145147
preloadedAssets: []
146148
metroInputSource: 0
147149
wsaTransparentSwapchain: 0
@@ -189,8 +191,10 @@ PlayerSettings:
189191
strictShaderVariantMatching: 0
190192
VertexChannelCompressionMask: 4054
191193
iPhoneSdkVersion: 988
194+
iOSSimulatorArchitecture: 0
192195
iOSTargetOSVersionString: 13.0
193196
tvOSSdkVersion: 0
197+
tvOSSimulatorArchitecture: 0
194198
tvOSRequireExtendedGameController: 0
195199
tvOSTargetOSVersionString: 13.0
196200
VisionOSSdkVersion: 0
@@ -727,6 +731,7 @@ PlayerSettings:
727731
switchSocketBufferEfficiency: 4
728732
switchSocketInitializeEnabled: 1
729733
switchNetworkInterfaceManagerInitializeEnabled: 1
734+
switchDisableHTCSPlayerConnection: 0
730735
switchUseNewStyleFilepaths: 0
731736
switchUseLegacyFmodPriorities: 1
732737
switchUseMicroSleepForYield: 1

0 commit comments

Comments
 (0)