ProjectSettings.asset 23 KB

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