Skip to content

Commit 02ccc83

Browse files
committed
apiCompatibilityLevel从.net standard2改成4.x,因为.NET Standard 2.0不支持emit会导致xlua某些CSharpCallLua注册失败
1 parent 4727c3e commit 02ccc83

File tree

1 file changed

+79
-32
lines changed

1 file changed

+79
-32
lines changed

KSFramework/ProjectSettings/ProjectSettings.asset

Lines changed: 79 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!129 &1
44
PlayerSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 15
6+
serializedVersion: 20
77
productGUID: 7fc518c829a9ffa4a903a89607a803cc
88
AndroidProfiler: 0
99
AndroidFilterTouchesWhenObscured: 0
@@ -52,8 +52,7 @@ PlayerSettings:
5252
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
5353
iosShowActivityIndicatorOnLoading: -1
5454
androidShowActivityIndicatorOnLoading: -1
55-
iosAppInBackgroundBehavior: 0
56-
displayResolutionDialog: 1
55+
iosUseCustomAppBackgroundBehavior: 0
5756
iosAllowHTTPDownload: 1
5857
allowedAutorotateToPortrait: 1
5958
allowedAutorotateToPortraitUpsideDown: 1
@@ -65,6 +64,7 @@ PlayerSettings:
6564
disableDepthAndStencilBuffers: 0
6665
androidStartInFullscreen: 1
6766
androidRenderOutsideSafeArea: 0
67+
androidUseSwappy: 0
6868
androidBlitType: 0
6969
defaultIsNativeResolution: 1
7070
macRetinaSupport: 1
@@ -79,19 +79,18 @@ PlayerSettings:
7979
usePlayerLog: 1
8080
bakeCollisionMeshes: 0
8181
forceSingleInstance: 0
82+
useFlipModelSwapchain: 1
8283
resizableWindow: 0
8384
useMacAppStoreValidation: 0
8485
macAppStoreCategory: public.app-category.games
8586
gpuSkinning: 0
86-
graphicsJobs: 0
8787
xboxPIXTextureCapture: 0
8888
xboxEnableAvatar: 0
8989
xboxEnableKinect: 0
9090
xboxEnableKinectAutoTracking: 0
9191
xboxEnableFitness: 0
9292
visibleInBackground: 0
9393
allowFullscreenSwitch: 1
94-
graphicsJobMode: 0
9594
fullscreenMode: 1
9695
xboxSpeechDB: 0
9796
xboxEnableHeadOrientation: 0
@@ -104,13 +103,15 @@ PlayerSettings:
104103
xboxOneMonoLoggingLevel: 0
105104
xboxOneLoggingLevel: 1
106105
xboxOneDisableEsram: 0
106+
xboxOneEnableTypeOptimization: 0
107107
xboxOnePresentImmediateThreshold: 0
108108
switchQueueCommandMemory: 0
109109
switchQueueControlMemory: 16384
110110
switchQueueComputeMemory: 262144
111111
switchNVNShaderPoolsGranularity: 33554432
112112
switchNVNDefaultPoolsGranularity: 16777216
113113
switchNVNOtherPoolsGranularity: 16777216
114+
vulkanNumSwapchainBuffers: 3
114115
vulkanEnableSetSRGBWrite: 0
115116
m_SupportedAspectRatios:
116117
4:3: 1
@@ -125,7 +126,6 @@ PlayerSettings:
125126
m_HolographicPauseOnTrackingLoss: 1
126127
xboxOneDisableKinectGpuReservation: 0
127128
xboxOneEnable7thCore: 1
128-
isWsaHolographicRemotingEnabled: 0
129129
vrSettings:
130130
cardboard:
131131
depthFormat: 0
@@ -140,13 +140,23 @@ PlayerSettings:
140140
hololens:
141141
depthFormat: 1
142142
depthBufferSharingEnabled: 0
143+
lumin:
144+
depthFormat: 0
145+
frameTiming: 2
146+
enableGLCache: 0
147+
glCacheMaxBlobSize: 524288
148+
glCacheMaxFileSize: 8388608
143149
oculus:
144150
sharedDepthBuffer: 0
145151
dashSupport: 0
152+
lowOverheadMode: 0
153+
protectedContext: 0
154+
v2Signing: 1
146155
enable360StereoCapture: 0
147-
protectGraphicsMemory: 0
156+
isWsaHolographicRemotingEnabled: 0
148157
enableFrameTimingStats: 0
149158
useHDRDisplay: 0
159+
D3DHDRBitDepth: 0
150160
m_ColorGamuts: 00000000
151161
targetPixelDensity: 30
152162
resolutionScalingMode: 0
@@ -155,12 +165,12 @@ PlayerSettings:
155165
applicationIdentifier:
156166
Android: com.github.KSFramework
157167
Standalone: org.ksframework
158-
iOS: com.github.KSFramework
168+
iPhone: com.github.KSFramework
159169
tvOS: com.github.KSFramework
160170
buildNumber:
161-
iOS: 0
171+
iPhone: 0
162172
AndroidBundleVersionCode: 1
163-
AndroidMinSdkVersion: 16
173+
AndroidMinSdkVersion: 19
164174
AndroidTargetSdkVersion: 21
165175
AndroidPreferredInstallLocation: 1
166176
aotOptions:
@@ -175,10 +185,10 @@ PlayerSettings:
175185
StripUnusedMeshComponents: 0
176186
VertexChannelCompressionMask: 214
177187
iPhoneSdkVersion: 988
178-
iOSTargetOSVersionString: 9.0
188+
iOSTargetOSVersionString: 10.0
179189
tvOSSdkVersion: 0
180190
tvOSRequireExtendedGameController: 0
181-
tvOSTargetOSVersionString: 9.0
191+
tvOSTargetOSVersionString: 10.0
182192
uIPrerenderedIcon: 0
183193
uIRequiresPersistentWiFi: 0
184194
uIRequiresFullScreen: 1
@@ -197,6 +207,10 @@ PlayerSettings:
197207
iPadHighResPortraitSplashScreen: {fileID: 0}
198208
iPadLandscapeSplashScreen: {fileID: 0}
199209
iPadHighResLandscapeSplashScreen: {fileID: 0}
210+
iPhone65inPortraitSplashScreen: {fileID: 0}
211+
iPhone65inLandscapeSplashScreen: {fileID: 0}
212+
iPhone61inPortraitSplashScreen: {fileID: 0}
213+
iPhone61inLandscapeSplashScreen: {fileID: 0}
200214
appleTVSplashScreen: {fileID: 0}
201215
appleTVSplashScreen2x: {fileID: 0}
202216
tvOSSmallIconLayers: []
@@ -240,27 +254,30 @@ PlayerSettings:
240254
tvOSManualSigningProvisioningProfileType: 0
241255
appleEnableAutomaticSigning: 0
242256
iOSRequireARKit: 0
257+
iOSAutomaticallyDetectAndAddCapabilities: 1
243258
appleEnableProMotion: 0
244259
clonedFromGUID: 00000000000000000000000000000000
245260
templatePackageId:
246261
templateDefaultScene:
247262
AndroidTargetArchitectures: 5
248263
AndroidSplashScreenScale: 0
249264
androidSplashScreen: {fileID: 0}
250-
AndroidKeystoreName:
265+
AndroidKeystoreName: '{inproject}: '
251266
AndroidKeyaliasName:
252267
AndroidBuildApkPerCpuArchitecture: 0
253268
AndroidTVCompatibility: 1
254269
AndroidIsGame: 1
255270
AndroidEnableTango: 0
256271
androidEnableBanner: 1
257272
androidUseLowAccuracyLocation: 0
273+
androidUseCustomKeystore: 0
258274
m_AndroidBanners:
259275
- width: 320
260276
height: 180
261277
banner: {fileID: 0}
262278
androidGamepadSupportLevel: 0
263-
resolutionDialogBanner: {fileID: 0}
279+
AndroidValidateAppBundleSize: 1
280+
AndroidAppBundleSizeToValidate: 150
264281
m_BuildTargetIcons:
265282
- m_BuildTarget:
266283
m_Icons:
@@ -363,6 +380,38 @@ PlayerSettings:
363380
m_Kind: 1
364381
m_SubKind:
365382
m_BuildTargetBatching: []
383+
m_BuildTargetGraphicsJobs:
384+
- m_BuildTarget: MacStandaloneSupport
385+
m_GraphicsJobs: 0
386+
- m_BuildTarget: Switch
387+
m_GraphicsJobs: 0
388+
- m_BuildTarget: MetroSupport
389+
m_GraphicsJobs: 0
390+
- m_BuildTarget: AppleTVSupport
391+
m_GraphicsJobs: 0
392+
- m_BuildTarget: BJMSupport
393+
m_GraphicsJobs: 0
394+
- m_BuildTarget: LinuxStandaloneSupport
395+
m_GraphicsJobs: 0
396+
- m_BuildTarget: PS4Player
397+
m_GraphicsJobs: 0
398+
- m_BuildTarget: iOSSupport
399+
m_GraphicsJobs: 0
400+
- m_BuildTarget: WindowsStandaloneSupport
401+
m_GraphicsJobs: 0
402+
- m_BuildTarget: XboxOnePlayer
403+
m_GraphicsJobs: 0
404+
- m_BuildTarget: LuminSupport
405+
m_GraphicsJobs: 0
406+
- m_BuildTarget: AndroidPlayer
407+
m_GraphicsJobs: 0
408+
- m_BuildTarget: WebGLSupport
409+
m_GraphicsJobs: 0
410+
m_BuildTargetGraphicsJobMode:
411+
- m_BuildTarget: PS4Player
412+
m_GraphicsJobMode: 0
413+
- m_BuildTarget: XboxOnePlayer
414+
m_GraphicsJobMode: 0
366415
m_BuildTargetGraphicsAPIs:
367416
- m_BuildTarget: AndroidPlayer
368417
m_APIs: 08000000
@@ -372,7 +421,7 @@ PlayerSettings:
372421
m_Enabled: 0
373422
m_Devices:
374423
- Oculus
375-
- m_BuildTarget: Metro
424+
- m_BuildTarget: Windows Store Apps
376425
m_Enabled: 0
377426
m_Devices: []
378427
- m_BuildTarget: N3DS
@@ -416,15 +465,15 @@ PlayerSettings:
416465
- m_BuildTarget: XboxOne
417466
m_Enabled: 0
418467
m_Devices: []
419-
- m_BuildTarget: iOS
468+
- m_BuildTarget: iPhone
420469
m_Enabled: 0
421470
m_Devices: []
422471
- m_BuildTarget: tvOS
423472
m_Enabled: 0
424473
m_Devices: []
425-
m_BuildTargetEnableVuforiaSettings: []
426474
openGLRequireES31: 0
427475
openGLRequireES31AEP: 0
476+
openGLRequireES32: 0
428477
m_TemplateCustomTags: {}
429478
mobileMTRendering:
430479
iPhone: 1
@@ -545,6 +594,7 @@ PlayerSettings:
545594
switchRatingsInt_9: 0
546595
switchRatingsInt_10: 0
547596
switchRatingsInt_11: 0
597+
switchRatingsInt_12: 0
548598
switchLocalCommunicationIds_0:
549599
switchLocalCommunicationIds_1:
550600
switchLocalCommunicationIds_2:
@@ -613,6 +663,7 @@ PlayerSettings:
613663
ps4DownloadDataSize: 0
614664
ps4GarlicHeapSize: 2048
615665
ps4ProGarlicHeapSize: 2560
666+
playerPrefsMaxSize: 32768
616667
ps4Passcode: F69AzBlax3CF3EDNhm3soLBPh71Yexui
617668
ps4pnSessions: 1
618669
ps4pnPresence: 1
@@ -643,9 +694,11 @@ PlayerSettings:
643694
ps4contentSearchFeaturesUsed: 0
644695
ps4attribEyeToEyeDistanceSettingVR: 0
645696
ps4IncludedModules: []
697+
ps4attribVROutputEnabled: 0
646698
monoEnv:
647699
splashScreenBackgroundSourceLandscape: {fileID: 0}
648700
splashScreenBackgroundSourcePortrait: {fileID: 0}
701+
blurSplashScreenBackground: 1
649702
spritePackerPolicy:
650703
webGLMemorySize: 256
651704
webGLExceptionSupport: 1
@@ -660,23 +713,26 @@ PlayerSettings:
660713
webGLCompressionFormat: 1
661714
webGLLinkerTarget: 1
662715
webGLThreadsSupport: 0
716+
webGLWasmStreaming: 0
663717
scriptingDefineSymbols:
664718
1: xLua
665719
4: xLua
666720
7: xLua
667721
platformArchitecture:
668-
iOS: 2
722+
iPhone: 2
669723
scriptingBackend:
670724
Android: 0
671725
Standalone: 0
672-
iOS: 1
726+
iPhone: 1
673727
il2cppCompilerConfiguration: {}
674728
managedStrippingLevel: {}
675729
incrementalIl2cppBuild:
676-
iOS: 1
730+
iPhone: 1
677731
allowUnsafeCode: 0
678732
additionalIl2CppArgs:
679-
scriptingRuntimeVersion: 0
733+
scriptingRuntimeVersion: 1
734+
gcIncremental: 0
735+
gcWBarrierValidation: 0
680736
apiCompatibilityLevelPerPlatform: {}
681737
m_RenderingPath: 1
682738
m_MobileRenderingPath: 1
@@ -706,7 +762,6 @@ PlayerSettings:
706762
metroFTAName:
707763
metroFTAFileTypes: []
708764
metroProtocolName:
709-
metroCompilationOverrides: 1
710765
XboxOneProductId:
711766
XboxOneUpdateKey:
712767
XboxOneSandboxId:
@@ -731,7 +786,6 @@ PlayerSettings:
731786
XboxOneAllowedProductIds: []
732787
XboxOnePersistentLocalStorageSize: 0
733788
XboxOneXTitleMemory: 8
734-
xboxOneScriptCompiler: 0
735789
XboxOneOverrideIdentityName:
736790
vrEditorSettings:
737791
daydream:
@@ -753,19 +807,12 @@ PlayerSettings:
753807
m_PortalFolderPath:
754808
luminCert:
755809
m_CertPath:
756-
m_PrivateKeyPath:
810+
m_SignPackage: 1
757811
luminIsChannelApp: 0
758812
luminVersion:
759813
m_VersionCode: 1
760814
m_VersionName:
761-
facebookSdkVersion: 7.9.4
762-
facebookAppId:
763-
facebookCookies: 1
764-
facebookLogging: 1
765-
facebookStatus: 1
766-
facebookXfbml: 0
767-
facebookFrictionlessRequests: 1
768-
apiCompatibilityLevel: 2
815+
apiCompatibilityLevel: 6
769816
cloudProjectId:
770817
framebufferDepthMemorylessMode: 0
771818
projectName:

0 commit comments

Comments
 (0)