ProjectSettings.asset 24 KB

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