ProjectSettings.asset 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!129 &1
  4. PlayerSettings:
  5. m_ObjectHideFlags: 0
  6. serializedVersion: 28
  7. productGUID: 93053a57a5b33ba4b9e4d9b4df8aaf90
  8. AndroidProfiler: 0
  9. AndroidFilterTouchesWhenObscured: 0
  10. AndroidEnableSustainedPerformanceMode: 0
  11. defaultScreenOrientation: 4
  12. targetDevice: 2
  13. useOnDemandResources: 0
  14. accelerometerFrequency: 60
  15. companyName: DefaultCompany
  16. productName: SpaceCraft.Unity
  17. defaultCursor: {fileID: 0}
  18. cursorHotspot: {x: 0, y: 0}
  19. m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
  20. m_ShowUnitySplashScreen: 1
  21. m_ShowUnitySplashLogo: 1
  22. m_SplashScreenOverlayOpacity: 1
  23. m_SplashScreenAnimation: 1
  24. m_SplashScreenLogoStyle: 1
  25. m_SplashScreenDrawMode: 0
  26. m_SplashScreenBackgroundAnimationZoom: 1
  27. m_SplashScreenLogoAnimationZoom: 1
  28. m_SplashScreenBackgroundLandscapeAspect: 1
  29. m_SplashScreenBackgroundPortraitAspect: 1
  30. m_SplashScreenBackgroundLandscapeUvs:
  31. serializedVersion: 2
  32. x: 0
  33. y: 0
  34. width: 1
  35. height: 1
  36. m_SplashScreenBackgroundPortraitUvs:
  37. serializedVersion: 2
  38. x: 0
  39. y: 0
  40. width: 1
  41. height: 1
  42. m_SplashScreenLogos: []
  43. m_VirtualRealitySplashScreen: {fileID: 0}
  44. m_HolographicTrackingLossScreen: {fileID: 0}
  45. defaultScreenWidth: 1024
  46. defaultScreenHeight: 768
  47. defaultScreenWidthWeb: 960
  48. defaultScreenHeightWeb: 600
  49. m_StereoRenderingPath: 0
  50. m_ActiveColorSpace: 1
  51. unsupportedMSAAFallback: 0
  52. m_SpriteBatchMaxVertexCount: 65535
  53. m_SpriteBatchVertexThreshold: 300
  54. m_MTRendering: 1
  55. mipStripping: 0
  56. numberOfMipsStripped: 0
  57. numberOfMipsStrippedPerMipmapLimitGroup: {}
  58. m_StackTraceTypes: 010000000100000001000000010000000100000001000000
  59. iosShowActivityIndicatorOnLoading: -1
  60. androidShowActivityIndicatorOnLoading: -1
  61. iosUseCustomAppBackgroundBehavior: 0
  62. allowedAutorotateToPortrait: 1
  63. allowedAutorotateToPortraitUpsideDown: 1
  64. allowedAutorotateToLandscapeRight: 1
  65. allowedAutorotateToLandscapeLeft: 1
  66. useOSAutorotation: 1
  67. use32BitDisplayBuffer: 1
  68. preserveFramebufferAlpha: 0
  69. disableDepthAndStencilBuffers: 0
  70. androidStartInFullscreen: 1
  71. androidRenderOutsideSafeArea: 1
  72. androidUseSwappy: 0
  73. androidDisplayOptions: 1
  74. androidBlitType: 0
  75. androidResizeableActivity: 1
  76. androidDefaultWindowWidth: 1920
  77. androidDefaultWindowHeight: 1080
  78. androidMinimumWindowWidth: 400
  79. androidMinimumWindowHeight: 300
  80. androidFullscreenMode: 1
  81. androidAutoRotationBehavior: 1
  82. androidPredictiveBackSupport: 1
  83. androidApplicationEntry: 2
  84. defaultIsNativeResolution: 1
  85. macRetinaSupport: 1
  86. runInBackground: 0
  87. muteOtherAudioSources: 0
  88. Prepare IOS For Recording: 0
  89. Force IOS Speakers When Recording: 0
  90. audioSpatialExperience: 0
  91. deferSystemGesturesMode: 0
  92. hideHomeButton: 0
  93. submitAnalytics: 1
  94. usePlayerLog: 1
  95. dedicatedServerOptimizations: 1
  96. bakeCollisionMeshes: 0
  97. forceSingleInstance: 0
  98. useFlipModelSwapchain: 1
  99. resizableWindow: 0
  100. useMacAppStoreValidation: 0
  101. macAppStoreCategory: public.app-category.games
  102. gpuSkinning: 1
  103. meshDeformation: 2
  104. xboxPIXTextureCapture: 0
  105. xboxEnableAvatar: 0
  106. xboxEnableKinect: 0
  107. xboxEnableKinectAutoTracking: 0
  108. xboxEnableFitness: 0
  109. visibleInBackground: 1
  110. allowFullscreenSwitch: 1
  111. fullscreenMode: 1
  112. xboxSpeechDB: 0
  113. xboxEnableHeadOrientation: 0
  114. xboxEnableGuest: 0
  115. xboxEnablePIXSampling: 0
  116. metalFramebufferOnly: 0
  117. xboxOneResolution: 0
  118. xboxOneSResolution: 0
  119. xboxOneXResolution: 3
  120. xboxOneMonoLoggingLevel: 0
  121. xboxOneLoggingLevel: 1
  122. xboxOneDisableEsram: 0
  123. xboxOneEnableTypeOptimization: 0
  124. xboxOnePresentImmediateThreshold: 0
  125. switchQueueCommandMemory: 1048576
  126. switchQueueControlMemory: 16384
  127. switchQueueComputeMemory: 262144
  128. switchNVNShaderPoolsGranularity: 33554432
  129. switchNVNDefaultPoolsGranularity: 16777216
  130. switchNVNOtherPoolsGranularity: 16777216
  131. switchGpuScratchPoolGranularity: 2097152
  132. switchAllowGpuScratchShrinking: 0
  133. switchNVNMaxPublicTextureIDCount: 0
  134. switchNVNMaxPublicSamplerIDCount: 0
  135. switchMaxWorkerMultiple: 8
  136. switchNVNGraphicsFirmwareMemory: 32
  137. switchGraphicsJobsSyncAfterKick: 1
  138. vulkanNumSwapchainBuffers: 3
  139. vulkanEnableSetSRGBWrite: 0
  140. vulkanEnablePreTransform: 1
  141. vulkanEnableLateAcquireNextImage: 0
  142. vulkanEnableCommandBufferRecycling: 1
  143. loadStoreDebugModeEnabled: 0
  144. visionOSBundleVersion: 1.0
  145. tvOSBundleVersion: 1.0
  146. bundleVersion: 0.1.0
  147. preloadedAssets: []
  148. metroInputSource: 0
  149. wsaTransparentSwapchain: 0
  150. m_HolographicPauseOnTrackingLoss: 1
  151. xboxOneDisableKinectGpuReservation: 1
  152. xboxOneEnable7thCore: 1
  153. vrSettings:
  154. enable360StereoCapture: 0
  155. isWsaHolographicRemotingEnabled: 0
  156. enableFrameTimingStats: 0
  157. enableOpenGLProfilerGPURecorders: 1
  158. allowHDRDisplaySupport: 0
  159. useHDRDisplay: 0
  160. hdrBitDepth: 0
  161. m_ColorGamuts: 00000000
  162. targetPixelDensity: 30
  163. resolutionScalingMode: 0
  164. resetResolutionOnWindowResize: 0
  165. androidSupportedAspectRatio: 1
  166. androidMaxAspectRatio: 2.4
  167. androidMinAspectRatio: 1
  168. applicationIdentifier:
  169. Android: com.UnityTechnologies.com.unity.template.urpblank
  170. Standalone: com.Unity-Technologies.com.unity.template.urp-blank
  171. iPhone: com.Unity-Technologies.com.unity.template.urp-blank
  172. buildNumber:
  173. Standalone: 0
  174. VisionOS: 0
  175. iPhone: 0
  176. tvOS: 0
  177. overrideDefaultApplicationIdentifier: 1
  178. AndroidBundleVersionCode: 1
  179. AndroidMinSdkVersion: 25
  180. AndroidTargetSdkVersion: 0
  181. AndroidPreferredInstallLocation: 1
  182. AndroidPreferredDataLocation: 1
  183. aotOptions:
  184. stripEngineCode: 1
  185. iPhoneStrippingLevel: 0
  186. iPhoneScriptCallOptimization: 0
  187. ForceInternetPermission: 0
  188. ForceSDCardPermission: 0
  189. CreateWallpaper: 0
  190. androidSplitApplicationBinary: 0
  191. keepLoadedShadersAlive: 0
  192. StripUnusedMeshComponents: 0
  193. strictShaderVariantMatching: 0
  194. VertexChannelCompressionMask: 4054
  195. iPhoneSdkVersion: 988
  196. iOSSimulatorArchitecture: 0
  197. iOSTargetOSVersionString: 15.0
  198. tvOSSdkVersion: 0
  199. tvOSSimulatorArchitecture: 0
  200. tvOSRequireExtendedGameController: 0
  201. tvOSTargetOSVersionString: 15.0
  202. VisionOSSdkVersion: 0
  203. VisionOSTargetOSVersionString: 1.0
  204. uIPrerenderedIcon: 0
  205. uIRequiresPersistentWiFi: 0
  206. uIRequiresFullScreen: 1
  207. uIStatusBarHidden: 1
  208. uIExitOnSuspend: 0
  209. uIStatusBarStyle: 0
  210. appleTVSplashScreen: {fileID: 0}
  211. appleTVSplashScreen2x: {fileID: 0}
  212. tvOSSmallIconLayers: []
  213. tvOSSmallIconLayers2x: []
  214. tvOSLargeIconLayers: []
  215. tvOSLargeIconLayers2x: []
  216. tvOSTopShelfImageLayers: []
  217. tvOSTopShelfImageLayers2x: []
  218. tvOSTopShelfImageWideLayers: []
  219. tvOSTopShelfImageWideLayers2x: []
  220. iOSLaunchScreenType: 0
  221. iOSLaunchScreenPortrait: {fileID: 0}
  222. iOSLaunchScreenLandscape: {fileID: 0}
  223. iOSLaunchScreenBackgroundColor:
  224. serializedVersion: 2
  225. rgba: 0
  226. iOSLaunchScreenFillPct: 100
  227. iOSLaunchScreenSize: 100
  228. iOSLaunchScreeniPadType: 0
  229. iOSLaunchScreeniPadImage: {fileID: 0}
  230. iOSLaunchScreeniPadBackgroundColor:
  231. serializedVersion: 2
  232. rgba: 0
  233. iOSLaunchScreeniPadFillPct: 100
  234. iOSLaunchScreeniPadSize: 100
  235. iOSLaunchScreenCustomStoryboardPath:
  236. iOSLaunchScreeniPadCustomStoryboardPath:
  237. iOSDeviceRequirements: []
  238. iOSURLSchemes: []
  239. macOSURLSchemes: []
  240. iOSBackgroundModes: 0
  241. iOSMetalForceHardShadows: 0
  242. metalEditorSupport: 1
  243. metalAPIValidation: 1
  244. metalCompileShaderBinary: 0
  245. iOSRenderExtraFrameOnPause: 0
  246. iosCopyPluginsCodeInsteadOfSymlink: 0
  247. appleDeveloperTeamID:
  248. iOSManualSigningProvisioningProfileID:
  249. tvOSManualSigningProvisioningProfileID:
  250. VisionOSManualSigningProvisioningProfileID:
  251. iOSManualSigningProvisioningProfileType: 0
  252. tvOSManualSigningProvisioningProfileType: 0
  253. VisionOSManualSigningProvisioningProfileType: 0
  254. appleEnableAutomaticSigning: 0
  255. iOSRequireARKit: 0
  256. iOSAutomaticallyDetectAndAddCapabilities: 1
  257. appleEnableProMotion: 0
  258. shaderPrecisionModel: 0
  259. clonedFromGUID: 3c72c65a16f0acb438eed22b8b16c24a
  260. templatePackageId: com.unity.template.urp-blank@17.1.0
  261. templateDefaultScene: Assets/Scenes/SampleScene.unity
  262. useCustomMainManifest: 0
  263. useCustomLauncherManifest: 0
  264. useCustomMainGradleTemplate: 0
  265. useCustomLauncherGradleManifest: 0
  266. useCustomBaseGradleTemplate: 0
  267. useCustomGradlePropertiesTemplate: 0
  268. useCustomGradleSettingsTemplate: 0
  269. useCustomProguardFile: 0
  270. AndroidTargetArchitectures: 2
  271. AndroidAllowedArchitectures: -13
  272. AndroidSplashScreenScale: 0
  273. androidSplashScreen: {fileID: 0}
  274. AndroidKeystoreName:
  275. AndroidKeyaliasName:
  276. AndroidEnableArmv9SecurityFeatures: 0
  277. AndroidEnableArm64MTE: 0
  278. AndroidBuildApkPerCpuArchitecture: 0
  279. AndroidTVCompatibility: 0
  280. AndroidIsGame: 1
  281. androidAppCategory: 3
  282. useAndroidAppCategory: 1
  283. androidAppCategoryOther:
  284. AndroidEnableTango: 0
  285. androidEnableBanner: 1
  286. androidUseLowAccuracyLocation: 0
  287. androidUseCustomKeystore: 0
  288. m_AndroidBanners:
  289. - width: 320
  290. height: 180
  291. banner: {fileID: 0}
  292. androidGamepadSupportLevel: 0
  293. AndroidMinifyRelease: 0
  294. AndroidMinifyDebug: 0
  295. AndroidValidateAppBundleSize: 1
  296. AndroidAppBundleSizeToValidate: 150
  297. AndroidReportGooglePlayAppDependencies: 1
  298. androidSymbolsSizeThreshold: 800
  299. m_BuildTargetIcons: []
  300. m_BuildTargetPlatformIcons:
  301. - m_BuildTarget: iPhone
  302. m_Icons:
  303. - m_Textures: []
  304. m_Width: 180
  305. m_Height: 180
  306. m_Kind: 0
  307. m_SubKind: iPhone
  308. - m_Textures: []
  309. m_Width: 120
  310. m_Height: 120
  311. m_Kind: 0
  312. m_SubKind: iPhone
  313. - m_Textures: []
  314. m_Width: 167
  315. m_Height: 167
  316. m_Kind: 0
  317. m_SubKind: iPad
  318. - m_Textures: []
  319. m_Width: 152
  320. m_Height: 152
  321. m_Kind: 0
  322. m_SubKind: iPad
  323. - m_Textures: []
  324. m_Width: 76
  325. m_Height: 76
  326. m_Kind: 0
  327. m_SubKind: iPad
  328. - m_Textures: []
  329. m_Width: 120
  330. m_Height: 120
  331. m_Kind: 3
  332. m_SubKind: iPhone
  333. - m_Textures: []
  334. m_Width: 80
  335. m_Height: 80
  336. m_Kind: 3
  337. m_SubKind: iPhone
  338. - m_Textures: []
  339. m_Width: 80
  340. m_Height: 80
  341. m_Kind: 3
  342. m_SubKind: iPad
  343. - m_Textures: []
  344. m_Width: 40
  345. m_Height: 40
  346. m_Kind: 3
  347. m_SubKind: iPad
  348. - m_Textures: []
  349. m_Width: 87
  350. m_Height: 87
  351. m_Kind: 1
  352. m_SubKind: iPhone
  353. - m_Textures: []
  354. m_Width: 58
  355. m_Height: 58
  356. m_Kind: 1
  357. m_SubKind: iPhone
  358. - m_Textures: []
  359. m_Width: 29
  360. m_Height: 29
  361. m_Kind: 1
  362. m_SubKind: iPhone
  363. - m_Textures: []
  364. m_Width: 58
  365. m_Height: 58
  366. m_Kind: 1
  367. m_SubKind: iPad
  368. - m_Textures: []
  369. m_Width: 29
  370. m_Height: 29
  371. m_Kind: 1
  372. m_SubKind: iPad
  373. - m_Textures: []
  374. m_Width: 60
  375. m_Height: 60
  376. m_Kind: 2
  377. m_SubKind: iPhone
  378. - m_Textures: []
  379. m_Width: 40
  380. m_Height: 40
  381. m_Kind: 2
  382. m_SubKind: iPhone
  383. - m_Textures: []
  384. m_Width: 40
  385. m_Height: 40
  386. m_Kind: 2
  387. m_SubKind: iPad
  388. - m_Textures: []
  389. m_Width: 20
  390. m_Height: 20
  391. m_Kind: 2
  392. m_SubKind: iPad
  393. - m_Textures: []
  394. m_Width: 1024
  395. m_Height: 1024
  396. m_Kind: 4
  397. m_SubKind: App Store
  398. - m_BuildTarget: Android
  399. m_Icons:
  400. - m_Textures: []
  401. m_Width: 432
  402. m_Height: 432
  403. m_Kind: 2
  404. m_SubKind:
  405. - m_Textures: []
  406. m_Width: 324
  407. m_Height: 324
  408. m_Kind: 2
  409. m_SubKind:
  410. - m_Textures: []
  411. m_Width: 216
  412. m_Height: 216
  413. m_Kind: 2
  414. m_SubKind:
  415. - m_Textures: []
  416. m_Width: 162
  417. m_Height: 162
  418. m_Kind: 2
  419. m_SubKind:
  420. - m_Textures: []
  421. m_Width: 108
  422. m_Height: 108
  423. m_Kind: 2
  424. m_SubKind:
  425. - m_Textures: []
  426. m_Width: 81
  427. m_Height: 81
  428. m_Kind: 2
  429. m_SubKind:
  430. - m_Textures: []
  431. m_Width: 192
  432. m_Height: 192
  433. m_Kind: 1
  434. m_SubKind:
  435. - m_Textures: []
  436. m_Width: 144
  437. m_Height: 144
  438. m_Kind: 1
  439. m_SubKind:
  440. - m_Textures: []
  441. m_Width: 96
  442. m_Height: 96
  443. m_Kind: 1
  444. m_SubKind:
  445. - m_Textures: []
  446. m_Width: 72
  447. m_Height: 72
  448. m_Kind: 1
  449. m_SubKind:
  450. - m_Textures: []
  451. m_Width: 48
  452. m_Height: 48
  453. m_Kind: 1
  454. m_SubKind:
  455. - m_Textures: []
  456. m_Width: 36
  457. m_Height: 36
  458. m_Kind: 1
  459. m_SubKind:
  460. - m_Textures: []
  461. m_Width: 192
  462. m_Height: 192
  463. m_Kind: 0
  464. m_SubKind:
  465. - m_Textures: []
  466. m_Width: 144
  467. m_Height: 144
  468. m_Kind: 0
  469. m_SubKind:
  470. - m_Textures: []
  471. m_Width: 96
  472. m_Height: 96
  473. m_Kind: 0
  474. m_SubKind:
  475. - m_Textures: []
  476. m_Width: 72
  477. m_Height: 72
  478. m_Kind: 0
  479. m_SubKind:
  480. - m_Textures: []
  481. m_Width: 48
  482. m_Height: 48
  483. m_Kind: 0
  484. m_SubKind:
  485. - m_Textures: []
  486. m_Width: 36
  487. m_Height: 36
  488. m_Kind: 0
  489. m_SubKind:
  490. - m_BuildTarget: tvOS
  491. m_Icons:
  492. - m_Textures: []
  493. m_Width: 1280
  494. m_Height: 768
  495. m_Kind: 0
  496. m_SubKind:
  497. - m_Textures: []
  498. m_Width: 800
  499. m_Height: 480
  500. m_Kind: 0
  501. m_SubKind:
  502. - m_Textures: []
  503. m_Width: 400
  504. m_Height: 240
  505. m_Kind: 0
  506. m_SubKind:
  507. - m_Textures: []
  508. m_Width: 4640
  509. m_Height: 1440
  510. m_Kind: 1
  511. m_SubKind:
  512. - m_Textures: []
  513. m_Width: 2320
  514. m_Height: 720
  515. m_Kind: 1
  516. m_SubKind:
  517. - m_Textures: []
  518. m_Width: 3840
  519. m_Height: 1440
  520. m_Kind: 1
  521. m_SubKind:
  522. - m_Textures: []
  523. m_Width: 1920
  524. m_Height: 720
  525. m_Kind: 1
  526. m_SubKind:
  527. m_BuildTargetBatching: []
  528. m_BuildTargetShaderSettings: []
  529. m_BuildTargetGraphicsJobs: []
  530. m_BuildTargetGraphicsJobMode: []
  531. m_BuildTargetGraphicsAPIs:
  532. - m_BuildTarget: iOSSupport
  533. m_APIs: 10000000
  534. m_Automatic: 1
  535. - m_BuildTarget: AndroidPlayer
  536. m_APIs: 150000000b000000
  537. m_Automatic: 0
  538. m_BuildTargetVRSettings: []
  539. m_DefaultShaderChunkSizeInMB: 16
  540. m_DefaultShaderChunkCount: 0
  541. openGLRequireES31: 0
  542. openGLRequireES31AEP: 0
  543. openGLRequireES32: 0
  544. m_TemplateCustomTags: {}
  545. mobileMTRendering:
  546. Android: 1
  547. iPhone: 1
  548. tvOS: 1
  549. m_BuildTargetGroupLightmapEncodingQuality:
  550. - serializedVersion: 2
  551. m_BuildTarget: Android
  552. m_EncodingQuality: 1
  553. m_BuildTargetGroupHDRCubemapEncodingQuality: []
  554. m_BuildTargetGroupLightmapSettings: []
  555. m_BuildTargetGroupLoadStoreDebugModeSettings: []
  556. m_BuildTargetNormalMapEncoding:
  557. - m_BuildTarget: Android
  558. m_Encoding: 1
  559. m_BuildTargetDefaultTextureCompressionFormat:
  560. - serializedVersion: 3
  561. m_BuildTarget: Android
  562. m_Formats: 03000000
  563. playModeTestRunnerEnabled: 0
  564. runPlayModeTestAsEditModeTest: 0
  565. actionOnDotNetUnhandledException: 1
  566. editorGfxJobOverride: 1
  567. enableInternalProfiler: 0
  568. logObjCUncaughtExceptions: 1
  569. enableCrashReportAPI: 0
  570. cameraUsageDescription:
  571. locationUsageDescription:
  572. microphoneUsageDescription:
  573. bluetoothUsageDescription:
  574. macOSTargetOSVersion: 12.0
  575. switchNMETAOverride:
  576. switchNetLibKey:
  577. switchSocketMemoryPoolSize: 6144
  578. switchSocketAllocatorPoolSize: 128
  579. switchSocketConcurrencyLimit: 14
  580. switchScreenResolutionBehavior: 2
  581. switchUseCPUProfiler: 0
  582. switchEnableFileSystemTrace: 0
  583. switchLTOSetting: 0
  584. switchApplicationID: 0x01004b9000490000
  585. switchNSODependencies:
  586. switchCompilerFlags:
  587. switchTitleNames_0:
  588. switchTitleNames_1:
  589. switchTitleNames_2:
  590. switchTitleNames_3:
  591. switchTitleNames_4:
  592. switchTitleNames_5:
  593. switchTitleNames_6:
  594. switchTitleNames_7:
  595. switchTitleNames_8:
  596. switchTitleNames_9:
  597. switchTitleNames_10:
  598. switchTitleNames_11:
  599. switchTitleNames_12:
  600. switchTitleNames_13:
  601. switchTitleNames_14:
  602. switchTitleNames_15:
  603. switchPublisherNames_0:
  604. switchPublisherNames_1:
  605. switchPublisherNames_2:
  606. switchPublisherNames_3:
  607. switchPublisherNames_4:
  608. switchPublisherNames_5:
  609. switchPublisherNames_6:
  610. switchPublisherNames_7:
  611. switchPublisherNames_8:
  612. switchPublisherNames_9:
  613. switchPublisherNames_10:
  614. switchPublisherNames_11:
  615. switchPublisherNames_12:
  616. switchPublisherNames_13:
  617. switchPublisherNames_14:
  618. switchPublisherNames_15:
  619. switchIcons_0: {fileID: 0}
  620. switchIcons_1: {fileID: 0}
  621. switchIcons_2: {fileID: 0}
  622. switchIcons_3: {fileID: 0}
  623. switchIcons_4: {fileID: 0}
  624. switchIcons_5: {fileID: 0}
  625. switchIcons_6: {fileID: 0}
  626. switchIcons_7: {fileID: 0}
  627. switchIcons_8: {fileID: 0}
  628. switchIcons_9: {fileID: 0}
  629. switchIcons_10: {fileID: 0}
  630. switchIcons_11: {fileID: 0}
  631. switchIcons_12: {fileID: 0}
  632. switchIcons_13: {fileID: 0}
  633. switchIcons_14: {fileID: 0}
  634. switchIcons_15: {fileID: 0}
  635. switchSmallIcons_0: {fileID: 0}
  636. switchSmallIcons_1: {fileID: 0}
  637. switchSmallIcons_2: {fileID: 0}
  638. switchSmallIcons_3: {fileID: 0}
  639. switchSmallIcons_4: {fileID: 0}
  640. switchSmallIcons_5: {fileID: 0}
  641. switchSmallIcons_6: {fileID: 0}
  642. switchSmallIcons_7: {fileID: 0}
  643. switchSmallIcons_8: {fileID: 0}
  644. switchSmallIcons_9: {fileID: 0}
  645. switchSmallIcons_10: {fileID: 0}
  646. switchSmallIcons_11: {fileID: 0}
  647. switchSmallIcons_12: {fileID: 0}
  648. switchSmallIcons_13: {fileID: 0}
  649. switchSmallIcons_14: {fileID: 0}
  650. switchSmallIcons_15: {fileID: 0}
  651. switchManualHTML:
  652. switchAccessibleURLs:
  653. switchLegalInformation:
  654. switchMainThreadStackSize: 1048576
  655. switchPresenceGroupId:
  656. switchLogoHandling: 0
  657. switchReleaseVersion: 0
  658. switchDisplayVersion: 1.0.0
  659. switchStartupUserAccount: 0
  660. switchSupportedLanguagesMask: 0
  661. switchLogoType: 0
  662. switchApplicationErrorCodeCategory:
  663. switchUserAccountSaveDataSize: 0
  664. switchUserAccountSaveDataJournalSize: 0
  665. switchApplicationAttribute: 0
  666. switchCardSpecSize: -1
  667. switchCardSpecClock: -1
  668. switchRatingsMask: 0
  669. switchRatingsInt_0: 0
  670. switchRatingsInt_1: 0
  671. switchRatingsInt_2: 0
  672. switchRatingsInt_3: 0
  673. switchRatingsInt_4: 0
  674. switchRatingsInt_5: 0
  675. switchRatingsInt_6: 0
  676. switchRatingsInt_7: 0
  677. switchRatingsInt_8: 0
  678. switchRatingsInt_9: 0
  679. switchRatingsInt_10: 0
  680. switchRatingsInt_11: 0
  681. switchRatingsInt_12: 0
  682. switchLocalCommunicationIds_0:
  683. switchLocalCommunicationIds_1:
  684. switchLocalCommunicationIds_2:
  685. switchLocalCommunicationIds_3:
  686. switchLocalCommunicationIds_4:
  687. switchLocalCommunicationIds_5:
  688. switchLocalCommunicationIds_6:
  689. switchLocalCommunicationIds_7:
  690. switchParentalControl: 0
  691. switchAllowsScreenshot: 1
  692. switchAllowsVideoCapturing: 1
  693. switchAllowsRuntimeAddOnContentInstall: 0
  694. switchDataLossConfirmation: 0
  695. switchUserAccountLockEnabled: 0
  696. switchSystemResourceMemory: 16777216
  697. switchSupportedNpadStyles: 22
  698. switchNativeFsCacheSize: 32
  699. switchIsHoldTypeHorizontal: 0
  700. switchSupportedNpadCount: 8
  701. switchEnableTouchScreen: 1
  702. switchSocketConfigEnabled: 0
  703. switchTcpInitialSendBufferSize: 32
  704. switchTcpInitialReceiveBufferSize: 64
  705. switchTcpAutoSendBufferSizeMax: 256
  706. switchTcpAutoReceiveBufferSizeMax: 256
  707. switchUdpSendBufferSize: 9
  708. switchUdpReceiveBufferSize: 42
  709. switchSocketBufferEfficiency: 4
  710. switchSocketInitializeEnabled: 1
  711. switchNetworkInterfaceManagerInitializeEnabled: 1
  712. switchDisableHTCSPlayerConnection: 0
  713. switchUseNewStyleFilepaths: 0
  714. switchUseLegacyFmodPriorities: 0
  715. switchUseMicroSleepForYield: 1
  716. switchEnableRamDiskSupport: 0
  717. switchMicroSleepForYieldTime: 25
  718. switchRamDiskSpaceSize: 12
  719. switchUpgradedPlayerSettingsToNMETA: 0
  720. ps4NPAgeRating: 12
  721. ps4NPTitleSecret:
  722. ps4NPTrophyPackPath:
  723. ps4ParentalLevel: 11
  724. ps4ContentID: ED1633-NPXX51362_00-0000000000000000
  725. ps4Category: 0
  726. ps4MasterVersion: 01.00
  727. ps4AppVersion: 01.00
  728. ps4AppType: 0
  729. ps4ParamSfxPath:
  730. ps4VideoOutPixelFormat: 0
  731. ps4VideoOutInitialWidth: 1920
  732. ps4VideoOutBaseModeInitialWidth: 1920
  733. ps4VideoOutReprojectionRate: 60
  734. ps4PronunciationXMLPath:
  735. ps4PronunciationSIGPath:
  736. ps4BackgroundImagePath:
  737. ps4StartupImagePath:
  738. ps4StartupImagesFolder:
  739. ps4IconImagesFolder:
  740. ps4SaveDataImagePath:
  741. ps4SdkOverride:
  742. ps4BGMPath:
  743. ps4ShareFilePath:
  744. ps4ShareOverlayImagePath:
  745. ps4PrivacyGuardImagePath:
  746. ps4ExtraSceSysFile:
  747. ps4NPtitleDatPath:
  748. ps4RemotePlayKeyAssignment: -1
  749. ps4RemotePlayKeyMappingDir:
  750. ps4PlayTogetherPlayerCount: 0
  751. ps4EnterButtonAssignment: 2
  752. ps4ApplicationParam1: 0
  753. ps4ApplicationParam2: 0
  754. ps4ApplicationParam3: 0
  755. ps4ApplicationParam4: 0
  756. ps4DownloadDataSize: 0
  757. ps4GarlicHeapSize: 2048
  758. ps4ProGarlicHeapSize: 2560
  759. playerPrefsMaxSize: 32768
  760. ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ
  761. ps4pnSessions: 1
  762. ps4pnPresence: 1
  763. ps4pnFriends: 1
  764. ps4pnGameCustomData: 1
  765. playerPrefsSupport: 0
  766. enableApplicationExit: 0
  767. resetTempFolder: 1
  768. restrictedAudioUsageRights: 0
  769. ps4UseResolutionFallback: 0
  770. ps4ReprojectionSupport: 0
  771. ps4UseAudio3dBackend: 0
  772. ps4UseLowGarlicFragmentationMode: 1
  773. ps4SocialScreenEnabled: 0
  774. ps4ScriptOptimizationLevel: 2
  775. ps4Audio3dVirtualSpeakerCount: 14
  776. ps4attribCpuUsage: 0
  777. ps4PatchPkgPath:
  778. ps4PatchLatestPkgPath:
  779. ps4PatchChangeinfoPath:
  780. ps4PatchDayOne: 0
  781. ps4attribUserManagement: 0
  782. ps4attribMoveSupport: 0
  783. ps4attrib3DSupport: 0
  784. ps4attribShareSupport: 0
  785. ps4attribExclusiveVR: 0
  786. ps4disableAutoHideSplash: 0
  787. ps4videoRecordingFeaturesUsed: 0
  788. ps4contentSearchFeaturesUsed: 0
  789. ps4CompatibilityPS5: 0
  790. ps4AllowPS5Detection: 0
  791. ps4GPU800MHz: 1
  792. ps4attribEyeToEyeDistanceSettingVR: 0
  793. ps4IncludedModules: []
  794. ps4attribVROutputEnabled: 0
  795. monoEnv:
  796. splashScreenBackgroundSourceLandscape: {fileID: 0}
  797. splashScreenBackgroundSourcePortrait: {fileID: 0}
  798. blurSplashScreenBackground: 1
  799. spritePackerPolicy:
  800. webGLMemorySize: 32
  801. webGLExceptionSupport: 1
  802. webGLNameFilesAsHashes: 0
  803. webGLShowDiagnostics: 0
  804. webGLDataCaching: 1
  805. webGLDebugSymbols: 0
  806. webGLEmscriptenArgs:
  807. webGLModulesDirectory:
  808. webGLTemplate: APPLICATION:Default
  809. webGLAnalyzeBuildSize: 0
  810. webGLUseEmbeddedResources: 0
  811. webGLCompressionFormat: 0
  812. webGLWasmArithmeticExceptions: 0
  813. webGLLinkerTarget: 1
  814. webGLThreadsSupport: 0
  815. webGLDecompressionFallback: 0
  816. webGLInitialMemorySize: 32
  817. webGLMaximumMemorySize: 2048
  818. webGLMemoryGrowthMode: 2
  819. webGLMemoryLinearGrowthStep: 16
  820. webGLMemoryGeometricGrowthStep: 0.2
  821. webGLMemoryGeometricGrowthCap: 96
  822. webGLPowerPreference: 2
  823. webGLWebAssemblyTable: 0
  824. webGLWebAssemblyBigInt: 0
  825. webGLCloseOnQuit: 0
  826. webWasm2023: 0
  827. webEnableSubmoduleStrippingCompatibility: 0
  828. scriptingDefineSymbols: {}
  829. additionalCompilerArguments: {}
  830. platformArchitecture: {}
  831. scriptingBackend:
  832. Android: 1
  833. il2cppCompilerConfiguration: {}
  834. il2cppCodeGeneration: {}
  835. il2cppStacktraceInformation: {}
  836. managedStrippingLevel: {}
  837. incrementalIl2cppBuild: {}
  838. suppressCommonWarnings: 1
  839. allowUnsafeCode: 0
  840. useDeterministicCompilation: 1
  841. additionalIl2CppArgs:
  842. scriptingRuntimeVersion: 1
  843. gcIncremental: 1
  844. gcWBarrierValidation: 0
  845. apiCompatibilityLevelPerPlatform: {}
  846. editorAssembliesCompatibilityLevel: 1
  847. m_RenderingPath: 1
  848. m_MobileRenderingPath: 1
  849. metroPackageName: SpaceCraft.Unity
  850. metroPackageVersion:
  851. metroCertificatePath:
  852. metroCertificatePassword:
  853. metroCertificateSubject:
  854. metroCertificateIssuer:
  855. metroCertificateNotAfter: 0000000000000000
  856. metroApplicationDescription: SpaceCraft.Unity
  857. wsaImages: {}
  858. metroTileShortName:
  859. metroTileShowName: 0
  860. metroMediumTileShowName: 0
  861. metroLargeTileShowName: 0
  862. metroWideTileShowName: 0
  863. metroSupportStreamingInstall: 0
  864. metroLastRequiredScene: 0
  865. metroDefaultTileSize: 1
  866. metroTileForegroundText: 2
  867. metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
  868. metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
  869. metroSplashScreenUseBackgroundColor: 0
  870. syncCapabilities: 0
  871. platformCapabilities: {}
  872. metroTargetDeviceFamilies: {}
  873. metroFTAName:
  874. metroFTAFileTypes: []
  875. metroProtocolName:
  876. vcxProjDefaultLanguage:
  877. XboxOneProductId:
  878. XboxOneUpdateKey:
  879. XboxOneSandboxId:
  880. XboxOneContentId:
  881. XboxOneTitleId:
  882. XboxOneSCId:
  883. XboxOneGameOsOverridePath:
  884. XboxOnePackagingOverridePath:
  885. XboxOneAppManifestOverridePath:
  886. XboxOneVersion: 1.0.0.0
  887. XboxOnePackageEncryption: 0
  888. XboxOnePackageUpdateGranularity: 2
  889. XboxOneDescription:
  890. XboxOneLanguage:
  891. - enus
  892. XboxOneCapability: []
  893. XboxOneGameRating: {}
  894. XboxOneIsContentPackage: 0
  895. XboxOneEnhancedXboxCompatibilityMode: 0
  896. XboxOneEnableGPUVariability: 1
  897. XboxOneSockets: {}
  898. XboxOneSplashScreen: {fileID: 0}
  899. XboxOneAllowedProductIds: []
  900. XboxOnePersistentLocalStorageSize: 0
  901. XboxOneXTitleMemory: 8
  902. XboxOneOverrideIdentityName:
  903. XboxOneOverrideIdentityPublisher:
  904. vrEditorSettings: {}
  905. cloudServicesEnabled: {}
  906. luminIcon:
  907. m_Name:
  908. m_ModelFolderPath:
  909. m_PortalFolderPath:
  910. luminCert:
  911. m_CertPath:
  912. m_SignPackage: 1
  913. luminIsChannelApp: 0
  914. luminVersion:
  915. m_VersionCode: 1
  916. m_VersionName:
  917. hmiPlayerDataPath:
  918. hmiForceSRGBBlit: 1
  919. embeddedLinuxEnableGamepadInput: 0
  920. hmiCpuConfiguration:
  921. hmiLogStartupTiming: 0
  922. qnxGraphicConfPath:
  923. apiCompatibilityLevel: 6
  924. captureStartupLogs: {}
  925. activeInputHandler: 1
  926. windowsGamepadBackendHint: 0
  927. cloudProjectId:
  928. framebufferDepthMemorylessMode: 0
  929. qualitySettingsNames: []
  930. projectName:
  931. organizationId:
  932. cloudEnabled: 0
  933. legacyClampBlendShapeWeights: 0
  934. hmiLoadingImage: {fileID: 0}
  935. platformRequiresReadableAssets: 0
  936. virtualTexturingSupportEnabled: 0
  937. insecureHttpOption: 0
  938. androidVulkanDenyFilterList: []
  939. androidVulkanAllowFilterList: []
  940. androidVulkanDeviceFilterListAsset: {fileID: 0}
  941. d3d12DeviceFilterListAsset: {fileID: 0}
  942. allowedHttpConnections: 3