ProjectSettings.asset 24 KB

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