ProjectSettings.asset 24 KB

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