ProjectSettings.asset 24 KB

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