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