Skip to content

Commit 198ce4a

Browse files
committed
type error
1 parent 2b5ada2 commit 198ce4a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Assets/AndroidIl2cppPatchDemo/Editor/AndroidBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public static void BuildAll()
405405

406406
if (!BuildIl2cppSoLib())
407407
{
408-
Debug.LogError("failed to BuildIl2cppSoLig");
408+
Debug.LogError("failed to BuildIl2cppSoLib");
409409
return;
410410
}
411411

@@ -446,7 +446,7 @@ public static void BuildWithoutPatch()
446446

447447
if (!BuildIl2cppSoLib())
448448
{
449-
Debug.LogError("failed to BuildIl2cppSoLig");
449+
Debug.LogError("failed to BuildIl2cppSoLib");
450450
return;
451451
}
452452

@@ -488,7 +488,7 @@ public static void BuildPatch()
488488

489489
if (!BuildIl2cppSoLib())
490490
{
491-
Debug.LogError("failed to BuildIl2cppSoLig");
491+
Debug.LogError("failed to BuildIl2cppSoLib");
492492
return;
493493
}
494494

ProjectSettings/ProjectSettings.asset

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,15 @@ PlayerSettings:
7777
androidMinimumWindowHeight: 300
7878
androidFullscreenMode: 1
7979
androidAutoRotationBehavior: 1
80+
androidPredictiveBackSupport: 1
8081
defaultIsNativeResolution: 1
8182
macRetinaSupport: 1
8283
runInBackground: 0
8384
captureSingleScreen: 0
8485
muteOtherAudioSources: 0
8586
Prepare IOS For Recording: 0
8687
Force IOS Speakers When Recording: 0
88+
audioSpatialExperience: 0
8789
deferSystemGesturesMode: 0
8890
hideHomeButton: 0
8991
submitAnalytics: 1
@@ -186,8 +188,10 @@ PlayerSettings:
186188
strictShaderVariantMatching: 0
187189
VertexChannelCompressionMask: 214
188190
iPhoneSdkVersion: 988
191+
iOSSimulatorArchitecture: 0
189192
iOSTargetOSVersionString: 12.0
190193
tvOSSdkVersion: 0
194+
tvOSSimulatorArchitecture: 0
191195
tvOSRequireExtendedGameController: 0
192196
tvOSTargetOSVersionString: 12.0
193197
VisionOSSdkVersion: 0
@@ -234,6 +238,7 @@ PlayerSettings:
234238
iOSMetalForceHardShadows: 0
235239
metalEditorSupport: 1
236240
metalAPIValidation: 1
241+
metalCompileShaderBinary: 0
237242
iOSRenderExtraFrameOnPause: 0
238243
iosCopyPluginsCodeInsteadOfSymlink: 0
239244
appleDeveloperTeamID:
@@ -608,6 +613,7 @@ PlayerSettings:
608613
switchSocketBufferEfficiency: 4
609614
switchSocketInitializeEnabled: 1
610615
switchNetworkInterfaceManagerInitializeEnabled: 1
616+
switchDisableHTCSPlayerConnection: 0
611617
switchUseNewStyleFilepaths: 0
612618
switchUseLegacyFmodPriorities: 1
613619
switchUseMicroSleepForYield: 1
@@ -772,6 +778,7 @@ PlayerSettings:
772778
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628,
773779
a: 1}
774780
metroSplashScreenUseBackgroundColor: 0
781+
syncCapabilities: 0
775782
platformCapabilities: {}
776783
metroTargetDeviceFamilies: {}
777784
metroFTAName:

0 commit comments

Comments
 (0)