ProjectSettings.asset 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936
  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: 0038927ab1e791a4fb7a6652ca7e1aec
  8. AndroidProfiler: 0
  9. AndroidFilterTouchesWhenObscured: 0
  10. AndroidEnableSustainedPerformanceMode: 0
  11. defaultScreenOrientation: 4
  12. targetDevice: 2
  13. useOnDemandResources: 0
  14. accelerometerFrequency: 60
  15. companyName: JssF
  16. productName: "WONDERFITTER \u8FD0\u52A8"
  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: 0
  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: 0
  61. allowedAutorotateToPortraitUpsideDown: 0
  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: 1
  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: 1
  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: 0
  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: 2.3.3
  141. preloadedAssets:
  142. - {fileID: 11400000, guid: 8ecb9c5da30ac7d4db9243c684f470ea, type: 2}
  143. metroInputSource: 0
  144. wsaTransparentSwapchain: 0
  145. m_HolographicPauseOnTrackingLoss: 1
  146. xboxOneDisableKinectGpuReservation: 1
  147. xboxOneEnable7thCore: 1
  148. vrSettings:
  149. enable360StereoCapture: 0
  150. isWsaHolographicRemotingEnabled: 0
  151. enableFrameTimingStats: 0
  152. enableOpenGLProfilerGPURecorders: 1
  153. useHDRDisplay: 0
  154. D3DHDRBitDepth: 0
  155. m_ColorGamuts: 00000000
  156. targetPixelDensity: 30
  157. resolutionScalingMode: 0
  158. resetResolutionOnWindowResize: 0
  159. androidSupportedAspectRatio: 1
  160. androidMaxAspectRatio: 2.1
  161. applicationIdentifier:
  162. Android: com.xmjssvr.BowArrow.mi
  163. Standalone: com.JssF.BowArrow
  164. iPhone: com.xmjssvr.BowArrow
  165. buildNumber:
  166. Bratwurst: 0
  167. Standalone: 0
  168. iPhone: 0
  169. tvOS: 0
  170. overrideDefaultApplicationIdentifier: 1
  171. AndroidBundleVersionCode: 13
  172. AndroidMinSdkVersion: 23
  173. AndroidTargetSdkVersion: 33
  174. AndroidPreferredInstallLocation: 1
  175. aotOptions:
  176. stripEngineCode: 1
  177. iPhoneStrippingLevel: 0
  178. iPhoneScriptCallOptimization: 0
  179. ForceInternetPermission: 0
  180. ForceSDCardPermission: 0
  181. CreateWallpaper: 0
  182. APKExpansionFiles: 0
  183. keepLoadedShadersAlive: 0
  184. StripUnusedMeshComponents: 1
  185. VertexChannelCompressionMask: 4054
  186. iPhoneSdkVersion: 988
  187. iOSTargetOSVersionString: 17.6
  188. tvOSSdkVersion: 0
  189. tvOSRequireExtendedGameController: 0
  190. tvOSTargetOSVersionString: 13.0
  191. uIPrerenderedIcon: 0
  192. uIRequiresPersistentWiFi: 0
  193. uIRequiresFullScreen: 1
  194. uIStatusBarHidden: 1
  195. uIExitOnSuspend: 0
  196. uIStatusBarStyle: 0
  197. appleTVSplashScreen: {fileID: 0}
  198. appleTVSplashScreen2x: {fileID: 0}
  199. tvOSSmallIconLayers: []
  200. tvOSSmallIconLayers2x: []
  201. tvOSLargeIconLayers: []
  202. tvOSLargeIconLayers2x: []
  203. tvOSTopShelfImageLayers: []
  204. tvOSTopShelfImageLayers2x: []
  205. tvOSTopShelfImageWideLayers: []
  206. tvOSTopShelfImageWideLayers2x: []
  207. iOSLaunchScreenType: 0
  208. iOSLaunchScreenPortrait: {fileID: 0}
  209. iOSLaunchScreenLandscape: {fileID: 0}
  210. iOSLaunchScreenBackgroundColor:
  211. serializedVersion: 2
  212. rgba: 0
  213. iOSLaunchScreenFillPct: 100
  214. iOSLaunchScreenSize: 100
  215. iOSLaunchScreenCustomXibPath:
  216. iOSLaunchScreeniPadType: 0
  217. iOSLaunchScreeniPadImage: {fileID: 0}
  218. iOSLaunchScreeniPadBackgroundColor:
  219. serializedVersion: 2
  220. rgba: 0
  221. iOSLaunchScreeniPadFillPct: 100
  222. iOSLaunchScreeniPadSize: 100
  223. iOSLaunchScreeniPadCustomXibPath:
  224. iOSLaunchScreenCustomStoryboardPath:
  225. iOSLaunchScreeniPadCustomStoryboardPath:
  226. iOSDeviceRequirements: []
  227. iOSURLSchemes: []
  228. macOSURLSchemes: []
  229. iOSBackgroundModes: 0
  230. iOSMetalForceHardShadows: 0
  231. metalEditorSupport: 1
  232. metalAPIValidation: 1
  233. iOSRenderExtraFrameOnPause: 0
  234. iosCopyPluginsCodeInsteadOfSymlink: 0
  235. appleDeveloperTeamID: WR7WD35237
  236. iOSManualSigningProvisioningProfileID:
  237. tvOSManualSigningProvisioningProfileID:
  238. iOSManualSigningProvisioningProfileType: 1
  239. tvOSManualSigningProvisioningProfileType: 0
  240. appleEnableAutomaticSigning: 1
  241. iOSRequireARKit: 0
  242. iOSAutomaticallyDetectAndAddCapabilities: 1
  243. appleEnableProMotion: 0
  244. shaderPrecisionModel: 0
  245. clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea
  246. templatePackageId: com.unity.template.3d@5.0.3
  247. templateDefaultScene: Assets/Scenes/SampleScene.unity
  248. useCustomMainManifest: 1
  249. useCustomLauncherManifest: 0
  250. useCustomMainGradleTemplate: 0
  251. useCustomLauncherGradleManifest: 0
  252. useCustomBaseGradleTemplate: 0
  253. useCustomGradlePropertiesTemplate: 0
  254. useCustomGradleSettingsTemplate: 0
  255. useCustomProguardFile: 1
  256. AndroidTargetArchitectures: 2
  257. AndroidTargetDevices: 0
  258. AndroidSplashScreenScale: 0
  259. androidSplashScreen: {fileID: 0}
  260. AndroidKeystoreName: "{inproject}: Documents/App\u79C1\u94A5/2022-11-17/smartbow.keystore"
  261. AndroidKeyaliasName: smartbow
  262. AndroidBuildApkPerCpuArchitecture: 0
  263. AndroidTVCompatibility: 0
  264. AndroidIsGame: 1
  265. AndroidEnableTango: 0
  266. androidEnableBanner: 1
  267. androidUseLowAccuracyLocation: 0
  268. androidUseCustomKeystore: 1
  269. m_AndroidBanners:
  270. - width: 320
  271. height: 180
  272. banner: {fileID: 0}
  273. androidGamepadSupportLevel: 0
  274. chromeosInputEmulation: 1
  275. AndroidMinifyRelease: 0
  276. AndroidMinifyDebug: 0
  277. AndroidValidateAppBundleSize: 1
  278. AndroidAppBundleSizeToValidate: 200
  279. m_BuildTargetIcons:
  280. - m_BuildTarget:
  281. m_Icons:
  282. - serializedVersion: 2
  283. m_Icon: {fileID: 2800000, guid: e1485575cd9962247a6d7cc46fd6d6a9, type: 3}
  284. m_Width: 128
  285. m_Height: 128
  286. m_Kind: 0
  287. m_BuildTargetPlatformIcons:
  288. - m_BuildTarget: Android
  289. m_Icons:
  290. - m_Textures: []
  291. m_Width: 192
  292. m_Height: 192
  293. m_Kind: 1
  294. m_SubKind:
  295. - m_Textures: []
  296. m_Width: 144
  297. m_Height: 144
  298. m_Kind: 1
  299. m_SubKind:
  300. - m_Textures: []
  301. m_Width: 96
  302. m_Height: 96
  303. m_Kind: 1
  304. m_SubKind:
  305. - m_Textures: []
  306. m_Width: 72
  307. m_Height: 72
  308. m_Kind: 1
  309. m_SubKind:
  310. - m_Textures: []
  311. m_Width: 48
  312. m_Height: 48
  313. m_Kind: 1
  314. m_SubKind:
  315. - m_Textures: []
  316. m_Width: 36
  317. m_Height: 36
  318. m_Kind: 1
  319. m_SubKind:
  320. - m_Textures: []
  321. m_Width: 432
  322. m_Height: 432
  323. m_Kind: 2
  324. m_SubKind:
  325. - m_Textures: []
  326. m_Width: 324
  327. m_Height: 324
  328. m_Kind: 2
  329. m_SubKind:
  330. - m_Textures: []
  331. m_Width: 216
  332. m_Height: 216
  333. m_Kind: 2
  334. m_SubKind:
  335. - m_Textures: []
  336. m_Width: 162
  337. m_Height: 162
  338. m_Kind: 2
  339. m_SubKind:
  340. - m_Textures: []
  341. m_Width: 108
  342. m_Height: 108
  343. m_Kind: 2
  344. m_SubKind:
  345. - m_Textures: []
  346. m_Width: 81
  347. m_Height: 81
  348. m_Kind: 2
  349. m_SubKind:
  350. - m_Textures: []
  351. m_Width: 192
  352. m_Height: 192
  353. m_Kind: 0
  354. m_SubKind:
  355. - m_Textures: []
  356. m_Width: 144
  357. m_Height: 144
  358. m_Kind: 0
  359. m_SubKind:
  360. - m_Textures: []
  361. m_Width: 96
  362. m_Height: 96
  363. m_Kind: 0
  364. m_SubKind:
  365. - m_Textures: []
  366. m_Width: 72
  367. m_Height: 72
  368. m_Kind: 0
  369. m_SubKind:
  370. - m_Textures: []
  371. m_Width: 48
  372. m_Height: 48
  373. m_Kind: 0
  374. m_SubKind:
  375. - m_Textures: []
  376. m_Width: 36
  377. m_Height: 36
  378. m_Kind: 0
  379. m_SubKind:
  380. - m_BuildTarget: iPhone
  381. m_Icons:
  382. - m_Textures: []
  383. m_Width: 120
  384. m_Height: 120
  385. m_Kind: 3
  386. m_SubKind: iPhone
  387. - m_Textures: []
  388. m_Width: 80
  389. m_Height: 80
  390. m_Kind: 3
  391. m_SubKind: iPhone
  392. - m_Textures: []
  393. m_Width: 80
  394. m_Height: 80
  395. m_Kind: 3
  396. m_SubKind: iPad
  397. - m_Textures: []
  398. m_Width: 40
  399. m_Height: 40
  400. m_Kind: 3
  401. m_SubKind: iPad
  402. - m_Textures: []
  403. m_Width: 87
  404. m_Height: 87
  405. m_Kind: 1
  406. m_SubKind: iPhone
  407. - m_Textures: []
  408. m_Width: 58
  409. m_Height: 58
  410. m_Kind: 1
  411. m_SubKind: iPhone
  412. - m_Textures: []
  413. m_Width: 29
  414. m_Height: 29
  415. m_Kind: 1
  416. m_SubKind: iPhone
  417. - m_Textures: []
  418. m_Width: 58
  419. m_Height: 58
  420. m_Kind: 1
  421. m_SubKind: iPad
  422. - m_Textures: []
  423. m_Width: 29
  424. m_Height: 29
  425. m_Kind: 1
  426. m_SubKind: iPad
  427. - m_Textures: []
  428. m_Width: 60
  429. m_Height: 60
  430. m_Kind: 2
  431. m_SubKind: iPhone
  432. - m_Textures: []
  433. m_Width: 40
  434. m_Height: 40
  435. m_Kind: 2
  436. m_SubKind: iPhone
  437. - m_Textures: []
  438. m_Width: 40
  439. m_Height: 40
  440. m_Kind: 2
  441. m_SubKind: iPad
  442. - m_Textures: []
  443. m_Width: 20
  444. m_Height: 20
  445. m_Kind: 2
  446. m_SubKind: iPad
  447. - m_Textures: []
  448. m_Width: 1024
  449. m_Height: 1024
  450. m_Kind: 4
  451. m_SubKind: App Store
  452. - m_Textures: []
  453. m_Width: 180
  454. m_Height: 180
  455. m_Kind: 0
  456. m_SubKind: iPhone
  457. - m_Textures: []
  458. m_Width: 120
  459. m_Height: 120
  460. m_Kind: 0
  461. m_SubKind: iPhone
  462. - m_Textures: []
  463. m_Width: 167
  464. m_Height: 167
  465. m_Kind: 0
  466. m_SubKind: iPad
  467. - m_Textures: []
  468. m_Width: 152
  469. m_Height: 152
  470. m_Kind: 0
  471. m_SubKind: iPad
  472. - m_Textures: []
  473. m_Width: 76
  474. m_Height: 76
  475. m_Kind: 0
  476. m_SubKind: iPad
  477. m_BuildTargetBatching:
  478. - m_BuildTarget: Standalone
  479. m_StaticBatching: 1
  480. m_DynamicBatching: 0
  481. - m_BuildTarget: tvOS
  482. m_StaticBatching: 1
  483. m_DynamicBatching: 0
  484. - m_BuildTarget: Android
  485. m_StaticBatching: 1
  486. m_DynamicBatching: 0
  487. - m_BuildTarget: iPhone
  488. m_StaticBatching: 1
  489. m_DynamicBatching: 0
  490. - m_BuildTarget: WebGL
  491. m_StaticBatching: 0
  492. m_DynamicBatching: 0
  493. m_BuildTargetShaderSettings: []
  494. m_BuildTargetGraphicsJobs:
  495. - m_BuildTarget: MacStandaloneSupport
  496. m_GraphicsJobs: 0
  497. - m_BuildTarget: Switch
  498. m_GraphicsJobs: 1
  499. - m_BuildTarget: MetroSupport
  500. m_GraphicsJobs: 1
  501. - m_BuildTarget: AppleTVSupport
  502. m_GraphicsJobs: 0
  503. - m_BuildTarget: BJMSupport
  504. m_GraphicsJobs: 1
  505. - m_BuildTarget: LinuxStandaloneSupport
  506. m_GraphicsJobs: 1
  507. - m_BuildTarget: PS4Player
  508. m_GraphicsJobs: 1
  509. - m_BuildTarget: iOSSupport
  510. m_GraphicsJobs: 0
  511. - m_BuildTarget: WindowsStandaloneSupport
  512. m_GraphicsJobs: 1
  513. - m_BuildTarget: XboxOnePlayer
  514. m_GraphicsJobs: 1
  515. - m_BuildTarget: LuminSupport
  516. m_GraphicsJobs: 0
  517. - m_BuildTarget: AndroidPlayer
  518. m_GraphicsJobs: 0
  519. - m_BuildTarget: WebGLSupport
  520. m_GraphicsJobs: 0
  521. m_BuildTargetGraphicsJobMode:
  522. - m_BuildTarget: PS4Player
  523. m_GraphicsJobMode: 0
  524. - m_BuildTarget: XboxOnePlayer
  525. m_GraphicsJobMode: 0
  526. m_BuildTargetGraphicsAPIs:
  527. - m_BuildTarget: AndroidPlayer
  528. m_APIs: 0b000000
  529. m_Automatic: 0
  530. - m_BuildTarget: iOSSupport
  531. m_APIs: 10000000
  532. m_Automatic: 1
  533. - m_BuildTarget: AppleTVSupport
  534. m_APIs: 10000000
  535. m_Automatic: 1
  536. - m_BuildTarget: WebGLSupport
  537. m_APIs: 0b000000
  538. m_Automatic: 1
  539. m_BuildTargetVRSettings:
  540. - m_BuildTarget: Standalone
  541. m_Enabled: 0
  542. m_Devices:
  543. - Oculus
  544. - OpenVR
  545. m_DefaultShaderChunkSizeInMB: 16
  546. m_DefaultShaderChunkCount: 0
  547. openGLRequireES31: 1
  548. openGLRequireES31AEP: 1
  549. openGLRequireES32: 1
  550. m_TemplateCustomTags: {}
  551. mobileMTRendering:
  552. Android: 1
  553. iPhone: 1
  554. tvOS: 1
  555. m_BuildTargetGroupLightmapEncodingQuality:
  556. - m_BuildTarget: Android
  557. m_EncodingQuality: 0
  558. m_BuildTargetGroupLightmapSettings: []
  559. m_BuildTargetNormalMapEncoding:
  560. - m_BuildTarget: Android
  561. m_Encoding: 0
  562. m_BuildTargetDefaultTextureCompressionFormat:
  563. - m_BuildTarget: Android
  564. m_Format: 1
  565. playModeTestRunnerEnabled: 0
  566. runPlayModeTestAsEditModeTest: 0
  567. actionOnDotNetUnhandledException: 1
  568. enableInternalProfiler: 0
  569. logObjCUncaughtExceptions: 1
  570. enableCrashReportAPI: 0
  571. cameraUsageDescription: "App\u9700\u8981\u60A8\u7684\u540C\u610F,\u624D\u80FD\u8BBF\u95EE\u7167\u76F8\u673A"
  572. locationUsageDescription: "\u6211\u4EEC\u9700\u8981\u901A\u8FC7\u60A8\u7684\u5730\u7406\u4F4D\u7F6E\u4FE1\u606F\u83B7\u53D6\u60A8\u5468\u8FB9\u7684\u76F8\u5173\u6570\u636E"
  573. microphoneUsageDescription:
  574. bluetoothUsageDescription:
  575. switchNMETAOverride:
  576. switchNetLibKey:
  577. switchSocketMemoryPoolSize: 6144
  578. switchSocketAllocatorPoolSize: 128
  579. switchSocketConcurrencyLimit: 14
  580. switchScreenResolutionBehavior: 2
  581. switchUseCPUProfiler: 0
  582. switchEnableFileSystemTrace: 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. switchSupportedLanguagesMask: 0
  660. switchLogoType: 0
  661. switchApplicationErrorCodeCategory:
  662. switchUserAccountSaveDataSize: 0
  663. switchUserAccountSaveDataJournalSize: 0
  664. switchApplicationAttribute: 0
  665. switchCardSpecSize: -1
  666. switchCardSpecClock: -1
  667. switchRatingsMask: 0
  668. switchRatingsInt_0: 0
  669. switchRatingsInt_1: 0
  670. switchRatingsInt_2: 0
  671. switchRatingsInt_3: 0
  672. switchRatingsInt_4: 0
  673. switchRatingsInt_5: 0
  674. switchRatingsInt_6: 0
  675. switchRatingsInt_7: 0
  676. switchRatingsInt_8: 0
  677. switchRatingsInt_9: 0
  678. switchRatingsInt_10: 0
  679. switchRatingsInt_11: 0
  680. switchRatingsInt_12: 0
  681. switchLocalCommunicationIds_0:
  682. switchLocalCommunicationIds_1:
  683. switchLocalCommunicationIds_2:
  684. switchLocalCommunicationIds_3:
  685. switchLocalCommunicationIds_4:
  686. switchLocalCommunicationIds_5:
  687. switchLocalCommunicationIds_6:
  688. switchLocalCommunicationIds_7:
  689. switchParentalControl: 0
  690. switchAllowsScreenshot: 1
  691. switchAllowsVideoCapturing: 1
  692. switchAllowsRuntimeAddOnContentInstall: 0
  693. switchDataLossConfirmation: 0
  694. switchUserAccountLockEnabled: 0
  695. switchSystemResourceMemory: 16777216
  696. switchSupportedNpadStyles: 22
  697. switchNativeFsCacheSize: 32
  698. switchIsHoldTypeHorizontal: 0
  699. switchSupportedNpadCount: 8
  700. switchEnableTouchScreen: 1
  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. switchUseNewStyleFilepaths: 0
  712. switchUseLegacyFmodPriorities: 1
  713. switchUseMicroSleepForYield: 1
  714. switchEnableRamDiskSupport: 0
  715. switchMicroSleepForYieldTime: 25
  716. switchRamDiskSpaceSize: 12
  717. ps4NPAgeRating: 12
  718. ps4NPTitleSecret:
  719. ps4NPTrophyPackPath:
  720. ps4ParentalLevel: 11
  721. ps4ContentID: ED1633-NPXX51362_00-0000000000000000
  722. ps4Category: 0
  723. ps4MasterVersion: 01.00
  724. ps4AppVersion: 01.00
  725. ps4AppType: 0
  726. ps4ParamSfxPath:
  727. ps4VideoOutPixelFormat: 0
  728. ps4VideoOutInitialWidth: 1920
  729. ps4VideoOutBaseModeInitialWidth: 1920
  730. ps4VideoOutReprojectionRate: 60
  731. ps4PronunciationXMLPath:
  732. ps4PronunciationSIGPath:
  733. ps4BackgroundImagePath:
  734. ps4StartupImagePath:
  735. ps4StartupImagesFolder:
  736. ps4IconImagesFolder:
  737. ps4SaveDataImagePath:
  738. ps4SdkOverride:
  739. ps4BGMPath:
  740. ps4ShareFilePath:
  741. ps4ShareOverlayImagePath:
  742. ps4PrivacyGuardImagePath:
  743. ps4ExtraSceSysFile:
  744. ps4NPtitleDatPath:
  745. ps4RemotePlayKeyAssignment: -1
  746. ps4RemotePlayKeyMappingDir:
  747. ps4PlayTogetherPlayerCount: 0
  748. ps4EnterButtonAssignment: 1
  749. ps4ApplicationParam1: 0
  750. ps4ApplicationParam2: 0
  751. ps4ApplicationParam3: 0
  752. ps4ApplicationParam4: 0
  753. ps4DownloadDataSize: 0
  754. ps4GarlicHeapSize: 2048
  755. ps4ProGarlicHeapSize: 2560
  756. playerPrefsMaxSize: 32768
  757. ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ
  758. ps4pnSessions: 1
  759. ps4pnPresence: 1
  760. ps4pnFriends: 1
  761. ps4pnGameCustomData: 1
  762. playerPrefsSupport: 0
  763. enableApplicationExit: 0
  764. resetTempFolder: 1
  765. restrictedAudioUsageRights: 0
  766. ps4UseResolutionFallback: 0
  767. ps4ReprojectionSupport: 0
  768. ps4UseAudio3dBackend: 0
  769. ps4UseLowGarlicFragmentationMode: 1
  770. ps4SocialScreenEnabled: 0
  771. ps4ScriptOptimizationLevel: 0
  772. ps4Audio3dVirtualSpeakerCount: 14
  773. ps4attribCpuUsage: 0
  774. ps4PatchPkgPath:
  775. ps4PatchLatestPkgPath:
  776. ps4PatchChangeinfoPath:
  777. ps4PatchDayOne: 0
  778. ps4attribUserManagement: 0
  779. ps4attribMoveSupport: 0
  780. ps4attrib3DSupport: 0
  781. ps4attribShareSupport: 0
  782. ps4attribExclusiveVR: 0
  783. ps4disableAutoHideSplash: 0
  784. ps4videoRecordingFeaturesUsed: 0
  785. ps4contentSearchFeaturesUsed: 0
  786. ps4CompatibilityPS5: 0
  787. ps4AllowPS5Detection: 0
  788. ps4GPU800MHz: 1
  789. ps4attribEyeToEyeDistanceSettingVR: 0
  790. ps4IncludedModules: []
  791. ps4attribVROutputEnabled: 0
  792. monoEnv:
  793. splashScreenBackgroundSourceLandscape: {fileID: 0}
  794. splashScreenBackgroundSourcePortrait: {fileID: 0}
  795. blurSplashScreenBackground: 1
  796. spritePackerPolicy:
  797. webGLMemorySize: 16
  798. webGLExceptionSupport: 1
  799. webGLNameFilesAsHashes: 0
  800. webGLDataCaching: 1
  801. webGLDebugSymbols: 0
  802. webGLEmscriptenArgs:
  803. webGLModulesDirectory:
  804. webGLTemplate: APPLICATION:Default
  805. webGLAnalyzeBuildSize: 0
  806. webGLUseEmbeddedResources: 0
  807. webGLCompressionFormat: 1
  808. webGLWasmArithmeticExceptions: 0
  809. webGLLinkerTarget: 1
  810. webGLThreadsSupport: 0
  811. webGLDecompressionFallback: 0
  812. webGLPowerPreference: 2
  813. scriptingDefineSymbols:
  814. Android: CROSS_PLATFORM_INPUT;MOBILE_INPUT
  815. Standalone: CROSS_PLATFORM_INPUT
  816. Windows Store Apps: MOBILE_INPUT
  817. iPhone: CROSS_PLATFORM_INPUT;MOBILE_INPUT
  818. additionalCompilerArguments: {}
  819. platformArchitecture: {}
  820. scriptingBackend:
  821. Android: 1
  822. Standalone: 0
  823. il2cppCompilerConfiguration:
  824. Standalone: 1
  825. managedStrippingLevel:
  826. Android: 1
  827. EmbeddedLinux: 1
  828. GameCoreScarlett: 1
  829. GameCoreXboxOne: 1
  830. Lumin: 1
  831. Nintendo Switch: 1
  832. PS4: 1
  833. PS5: 1
  834. Stadia: 1
  835. WebGL: 1
  836. Windows Store Apps: 1
  837. XboxOne: 1
  838. iPhone: 1
  839. tvOS: 1
  840. incrementalIl2cppBuild: {}
  841. suppressCommonWarnings: 1
  842. allowUnsafeCode: 0
  843. useDeterministicCompilation: 1
  844. enableRoslynAnalyzers: 1
  845. additionalIl2CppArgs:
  846. scriptingRuntimeVersion: 1
  847. gcIncremental: 1
  848. assemblyVersionValidation: 1
  849. gcWBarrierValidation: 0
  850. apiCompatibilityLevelPerPlatform:
  851. Android: 6
  852. Standalone: 3
  853. m_RenderingPath: 1
  854. m_MobileRenderingPath: 1
  855. metroPackageName: Template_3D
  856. metroPackageVersion:
  857. metroCertificatePath:
  858. metroCertificatePassword:
  859. metroCertificateSubject:
  860. metroCertificateIssuer:
  861. metroCertificateNotAfter: 0000000000000000
  862. metroApplicationDescription: Template_3D
  863. wsaImages: {}
  864. metroTileShortName:
  865. metroTileShowName: 0
  866. metroMediumTileShowName: 0
  867. metroLargeTileShowName: 0
  868. metroWideTileShowName: 0
  869. metroSupportStreamingInstall: 0
  870. metroLastRequiredScene: 0
  871. metroDefaultTileSize: 1
  872. metroTileForegroundText: 2
  873. metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
  874. metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
  875. metroSplashScreenUseBackgroundColor: 0
  876. syncCapabilities: 0
  877. platformCapabilities: {}
  878. metroTargetDeviceFamilies: {}
  879. metroFTAName:
  880. metroFTAFileTypes: []
  881. metroProtocolName:
  882. vcxProjDefaultLanguage:
  883. XboxOneProductId:
  884. XboxOneUpdateKey:
  885. XboxOneSandboxId:
  886. XboxOneContentId:
  887. XboxOneTitleId:
  888. XboxOneSCId:
  889. XboxOneGameOsOverridePath:
  890. XboxOnePackagingOverridePath:
  891. XboxOneAppManifestOverridePath:
  892. XboxOneVersion: 1.0.0.0
  893. XboxOnePackageEncryption: 0
  894. XboxOnePackageUpdateGranularity: 2
  895. XboxOneDescription:
  896. XboxOneLanguage:
  897. - enus
  898. XboxOneCapability: []
  899. XboxOneGameRating: {}
  900. XboxOneIsContentPackage: 0
  901. XboxOneEnhancedXboxCompatibilityMode: 0
  902. XboxOneEnableGPUVariability: 1
  903. XboxOneSockets: {}
  904. XboxOneSplashScreen: {fileID: 0}
  905. XboxOneAllowedProductIds: []
  906. XboxOnePersistentLocalStorageSize: 0
  907. XboxOneXTitleMemory: 8
  908. XboxOneOverrideIdentityName:
  909. XboxOneOverrideIdentityPublisher:
  910. vrEditorSettings: {}
  911. cloudServicesEnabled:
  912. UNet: 1
  913. luminIcon:
  914. m_Name:
  915. m_ModelFolderPath:
  916. m_PortalFolderPath:
  917. luminCert:
  918. m_CertPath:
  919. m_SignPackage: 1
  920. luminIsChannelApp: 0
  921. luminVersion:
  922. m_VersionCode: 1
  923. m_VersionName:
  924. apiCompatibilityLevel: 6
  925. activeInputHandler: 0
  926. windowsGamepadBackendHint: 0
  927. cloudProjectId:
  928. framebufferDepthMemorylessMode: 0
  929. qualitySettingsNames: []
  930. projectName:
  931. organizationId:
  932. cloudEnabled: 0
  933. legacyClampBlendShapeWeights: 0
  934. playerDataPath:
  935. forceSRGBBlit: 1
  936. virtualTexturingSupportEnabled: 0