ProjectSettings.asset 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  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: SinglePoint
  17. defaultCursor: {fileID: 0}
  18. cursorHotspot: {x: 0, y: 0}
  19. m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
  20. m_ShowUnitySplashScreen: 1
  21. m_ShowUnitySplashLogo: 1
  22. m_SplashScreenOverlayOpacity: 1
  23. m_SplashScreenAnimation: 1
  24. m_SplashScreenLogoStyle: 1
  25. m_SplashScreenDrawMode: 0
  26. m_SplashScreenBackgroundAnimationZoom: 1
  27. m_SplashScreenLogoAnimationZoom: 1
  28. m_SplashScreenBackgroundLandscapeAspect: 1
  29. m_SplashScreenBackgroundPortraitAspect: 1
  30. m_SplashScreenBackgroundLandscapeUvs:
  31. serializedVersion: 2
  32. x: 0
  33. y: 0
  34. width: 1
  35. height: 1
  36. m_SplashScreenBackgroundPortraitUvs:
  37. serializedVersion: 2
  38. x: 0
  39. y: 0
  40. width: 1
  41. height: 1
  42. m_SplashScreenLogos: []
  43. m_VirtualRealitySplashScreen: {fileID: 0}
  44. m_ShowUnitySplashAds: 0
  45. m_AdsAndroidGameId:
  46. m_AdsIosGameId:
  47. m_ShowSplashAdsSlogan: 0
  48. m_SloganImage: {fileID: 0}
  49. m_SloganHeight: 150
  50. m_HolographicTrackingLossScreen: {fileID: 0}
  51. defaultScreenWidth: 1024
  52. defaultScreenHeight: 768
  53. defaultScreenWidthWeb: 960
  54. defaultScreenHeightWeb: 600
  55. m_StereoRenderingPath: 0
  56. m_ActiveColorSpace: 0
  57. m_MTRendering: 1
  58. mipStripping: 0
  59. numberOfMipsStripped: 0
  60. m_StackTraceTypes: 010000000100000001000000010000000100000001000000
  61. iosShowActivityIndicatorOnLoading: -1
  62. androidShowActivityIndicatorOnLoading: -1
  63. iosUseCustomAppBackgroundBehavior: 0
  64. iosAllowHTTPDownload: 1
  65. allowedAutorotateToPortrait: 0
  66. allowedAutorotateToPortraitUpsideDown: 0
  67. allowedAutorotateToLandscapeRight: 1
  68. allowedAutorotateToLandscapeLeft: 0
  69. useOSAutorotation: 1
  70. use32BitDisplayBuffer: 1
  71. preserveFramebufferAlpha: 0
  72. disableDepthAndStencilBuffers: 0
  73. androidStartInFullscreen: 1
  74. androidRenderOutsideSafeArea: 1
  75. androidUseSwappy: 1
  76. androidBlitType: 0
  77. androidResizableWindow: 0
  78. androidDefaultWindowWidth: 1920
  79. androidDefaultWindowHeight: 1080
  80. androidMinimumWindowWidth: 400
  81. androidMinimumWindowHeight: 300
  82. androidFullscreenMode: 1
  83. defaultIsNativeResolution: 1
  84. macRetinaSupport: 1
  85. runInBackground: 1
  86. captureSingleScreen: 0
  87. muteOtherAudioSources: 0
  88. Prepare IOS For Recording: 0
  89. Force IOS Speakers When Recording: 0
  90. deferSystemGesturesMode: 0
  91. hideHomeButton: 0
  92. submitAnalytics: 1
  93. usePlayerLog: 1
  94. autoStreaming: 0
  95. useAnimationStreaming: 0
  96. useFontStreaming: 0
  97. autoStreamingId:
  98. instantGameAppId:
  99. bakeCollisionMeshes: 0
  100. forceSingleInstance: 0
  101. useFlipModelSwapchain: 1
  102. resizableWindow: 0
  103. useMacAppStoreValidation: 0
  104. macAppStoreCategory: public.app-category.games
  105. gpuSkinning: 1
  106. xboxPIXTextureCapture: 0
  107. xboxEnableAvatar: 0
  108. xboxEnableKinect: 0
  109. xboxEnableKinectAutoTracking: 0
  110. xboxEnableFitness: 0
  111. visibleInBackground: 1
  112. allowFullscreenSwitch: 1
  113. fullscreenMode: 1
  114. xboxSpeechDB: 0
  115. xboxEnableHeadOrientation: 0
  116. xboxEnableGuest: 0
  117. xboxEnablePIXSampling: 0
  118. metalFramebufferOnly: 0
  119. xboxOneResolution: 0
  120. xboxOneSResolution: 0
  121. xboxOneXResolution: 3
  122. xboxOneMonoLoggingLevel: 0
  123. xboxOneLoggingLevel: 1
  124. xboxOneDisableEsram: 0
  125. xboxOneEnableTypeOptimization: 0
  126. xboxOnePresentImmediateThreshold: 0
  127. switchQueueCommandMemory: 0
  128. switchQueueControlMemory: 16384
  129. switchQueueComputeMemory: 262144
  130. switchNVNShaderPoolsGranularity: 33554432
  131. switchNVNDefaultPoolsGranularity: 16777216
  132. switchNVNOtherPoolsGranularity: 16777216
  133. switchNVNMaxPublicTextureIDCount: 0
  134. switchNVNMaxPublicSamplerIDCount: 0
  135. stadiaPresentMode: 0
  136. stadiaTargetFramerate: 0
  137. vulkanNumSwapchainBuffers: 3
  138. vulkanEnableSetSRGBWrite: 0
  139. vulkanEnablePreTransform: 0
  140. vulkanEnableLateAcquireNextImage: 0
  141. vulkanEnableCommandBufferRecycling: 1
  142. m_SupportedAspectRatios:
  143. 4:3: 1
  144. 5:4: 1
  145. 16:10: 1
  146. 16:9: 1
  147. Others: 1
  148. bundleVersion: 1.1.1
  149. preloadedAssets: []
  150. metroInputSource: 0
  151. wsaTransparentSwapchain: 0
  152. m_HolographicPauseOnTrackingLoss: 1
  153. xboxOneDisableKinectGpuReservation: 1
  154. xboxOneEnable7thCore: 1
  155. vrSettings:
  156. enable360StereoCapture: 0
  157. isWsaHolographicRemotingEnabled: 0
  158. enableFrameTimingStats: 0
  159. enableOpenGLProfilerGPURecorders: 1
  160. useHDRDisplay: 0
  161. D3DHDRBitDepth: 0
  162. m_ColorGamuts: 00000000
  163. targetPixelDensity: 30
  164. resolutionScalingMode: 0
  165. resetResolutionOnWindowResize: 0
  166. androidSupportedAspectRatio: 1
  167. androidMaxAspectRatio: 2.1
  168. applicationIdentifier:
  169. Android: com.JssF.DuckTest
  170. Standalone: com.JssF.BowArrow
  171. iPhone: com.xmjssvr.BowArrow
  172. buildNumber:
  173. Standalone: 0
  174. iPhone: 0
  175. tvOS: 0
  176. overrideDefaultApplicationIdentifier: 1
  177. AndroidBundleVersionCode: 11
  178. AndroidMinSdkVersion: 23
  179. AndroidTargetSdkVersion: 0
  180. AndroidPreferredInstallLocation: 1
  181. aotOptions:
  182. stripEngineCode: 1
  183. iPhoneStrippingLevel: 0
  184. iPhoneScriptCallOptimization: 0
  185. ForceInternetPermission: 0
  186. ForceSDCardPermission: 0
  187. CreateWallpaper: 0
  188. APKExpansionFiles: 0
  189. keepLoadedShadersAlive: 0
  190. StripUnusedMeshComponents: 1
  191. VertexChannelCompressionMask: 4054
  192. iPhoneSdkVersion: 988
  193. iOSTargetOSVersionString: 12.0
  194. tvOSSdkVersion: 0
  195. tvOSRequireExtendedGameController: 0
  196. tvOSTargetOSVersionString: 12.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. iOSRenderExtraFrameOnPause: 0
  240. iosCopyPluginsCodeInsteadOfSymlink: 0
  241. appleDeveloperTeamID:
  242. iOSManualSigningProvisioningProfileID:
  243. tvOSManualSigningProvisioningProfileID:
  244. iOSManualSigningProvisioningProfileType: 1
  245. tvOSManualSigningProvisioningProfileType: 0
  246. appleEnableAutomaticSigning: 2
  247. iOSRequireARKit: 0
  248. iOSAutomaticallyDetectAndAddCapabilities: 1
  249. appleEnableProMotion: 0
  250. shaderPrecisionModel: 0
  251. clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea
  252. templatePackageId: com.unity.template.3d@5.0.3
  253. templateDefaultScene: Assets/Scenes/SampleScene.unity
  254. useCustomMainManifest: 1
  255. useCustomLauncherManifest: 0
  256. useCustomMainGradleTemplate: 0
  257. useCustomLauncherGradleManifest: 0
  258. useCustomBaseGradleTemplate: 1
  259. useCustomGradlePropertiesTemplate: 0
  260. useCustomProguardFile: 1
  261. AndroidTargetArchitectures: 2
  262. AndroidTargetDevices: 0
  263. AndroidSplashScreenScale: 0
  264. androidSplashScreen: {fileID: 0}
  265. AndroidKeystoreName: "{inproject}: Documents/App\u79C1\u94A5/2022-11-17/smartbow.keystore"
  266. AndroidKeyaliasName: smartbow
  267. AndroidBuildApkPerCpuArchitecture: 0
  268. AndroidTVCompatibility: 0
  269. AndroidIsGame: 1
  270. AndroidEnableTango: 0
  271. androidEnableBanner: 1
  272. androidUseLowAccuracyLocation: 0
  273. androidUseCustomKeystore: 0
  274. m_AndroidBanners:
  275. - width: 320
  276. height: 180
  277. banner: {fileID: 0}
  278. androidGamepadSupportLevel: 0
  279. chromeosInputEmulation: 1
  280. AndroidMinifyWithR8: 0
  281. AndroidMinifyRelease: 0
  282. AndroidMinifyDebug: 0
  283. AndroidValidateAppBundleSize: 1
  284. AndroidAppBundleSizeToValidate: 200
  285. m_BuildTargetIcons:
  286. - m_BuildTarget:
  287. m_Icons:
  288. - serializedVersion: 2
  289. m_Icon: {fileID: 2800000, guid: 360b85c5568c69d438055e94028d34fa, type: 3}
  290. m_Width: 128
  291. m_Height: 128
  292. m_Kind: 0
  293. m_BuildTargetPlatformIcons:
  294. - m_BuildTarget: Android
  295. m_Icons:
  296. - m_Textures: []
  297. m_Width: 432
  298. m_Height: 432
  299. m_Kind: 2
  300. m_SubKind:
  301. - m_Textures: []
  302. m_Width: 324
  303. m_Height: 324
  304. m_Kind: 2
  305. m_SubKind:
  306. - m_Textures: []
  307. m_Width: 216
  308. m_Height: 216
  309. m_Kind: 2
  310. m_SubKind:
  311. - m_Textures: []
  312. m_Width: 162
  313. m_Height: 162
  314. m_Kind: 2
  315. m_SubKind:
  316. - m_Textures: []
  317. m_Width: 108
  318. m_Height: 108
  319. m_Kind: 2
  320. m_SubKind:
  321. - m_Textures: []
  322. m_Width: 81
  323. m_Height: 81
  324. m_Kind: 2
  325. m_SubKind:
  326. - m_Textures: []
  327. m_Width: 192
  328. m_Height: 192
  329. m_Kind: 1
  330. m_SubKind:
  331. - m_Textures: []
  332. m_Width: 144
  333. m_Height: 144
  334. m_Kind: 1
  335. m_SubKind:
  336. - m_Textures: []
  337. m_Width: 96
  338. m_Height: 96
  339. m_Kind: 1
  340. m_SubKind:
  341. - m_Textures: []
  342. m_Width: 72
  343. m_Height: 72
  344. m_Kind: 1
  345. m_SubKind:
  346. - m_Textures: []
  347. m_Width: 48
  348. m_Height: 48
  349. m_Kind: 1
  350. m_SubKind:
  351. - m_Textures: []
  352. m_Width: 36
  353. m_Height: 36
  354. m_Kind: 1
  355. m_SubKind:
  356. - m_Textures: []
  357. m_Width: 192
  358. m_Height: 192
  359. m_Kind: 0
  360. m_SubKind:
  361. - m_Textures: []
  362. m_Width: 144
  363. m_Height: 144
  364. m_Kind: 0
  365. m_SubKind:
  366. - m_Textures: []
  367. m_Width: 96
  368. m_Height: 96
  369. m_Kind: 0
  370. m_SubKind:
  371. - m_Textures: []
  372. m_Width: 72
  373. m_Height: 72
  374. m_Kind: 0
  375. m_SubKind:
  376. - m_Textures: []
  377. m_Width: 48
  378. m_Height: 48
  379. m_Kind: 0
  380. m_SubKind:
  381. - m_Textures: []
  382. m_Width: 36
  383. m_Height: 36
  384. m_Kind: 0
  385. m_SubKind:
  386. - m_BuildTarget: iPhone
  387. m_Icons:
  388. - m_Textures: []
  389. m_Width: 120
  390. m_Height: 120
  391. m_Kind: 3
  392. m_SubKind: iPhone
  393. - m_Textures: []
  394. m_Width: 80
  395. m_Height: 80
  396. m_Kind: 3
  397. m_SubKind: iPhone
  398. - m_Textures: []
  399. m_Width: 80
  400. m_Height: 80
  401. m_Kind: 3
  402. m_SubKind: iPad
  403. - m_Textures: []
  404. m_Width: 40
  405. m_Height: 40
  406. m_Kind: 3
  407. m_SubKind: iPad
  408. - m_Textures: []
  409. m_Width: 87
  410. m_Height: 87
  411. m_Kind: 1
  412. m_SubKind: iPhone
  413. - m_Textures: []
  414. m_Width: 58
  415. m_Height: 58
  416. m_Kind: 1
  417. m_SubKind: iPhone
  418. - m_Textures: []
  419. m_Width: 29
  420. m_Height: 29
  421. m_Kind: 1
  422. m_SubKind: iPhone
  423. - m_Textures: []
  424. m_Width: 58
  425. m_Height: 58
  426. m_Kind: 1
  427. m_SubKind: iPad
  428. - m_Textures: []
  429. m_Width: 29
  430. m_Height: 29
  431. m_Kind: 1
  432. m_SubKind: iPad
  433. - m_Textures: []
  434. m_Width: 60
  435. m_Height: 60
  436. m_Kind: 2
  437. m_SubKind: iPhone
  438. - m_Textures: []
  439. m_Width: 40
  440. m_Height: 40
  441. m_Kind: 2
  442. m_SubKind: iPhone
  443. - m_Textures: []
  444. m_Width: 40
  445. m_Height: 40
  446. m_Kind: 2
  447. m_SubKind: iPad
  448. - m_Textures: []
  449. m_Width: 20
  450. m_Height: 20
  451. m_Kind: 2
  452. m_SubKind: iPad
  453. - m_Textures: []
  454. m_Width: 1024
  455. m_Height: 1024
  456. m_Kind: 4
  457. m_SubKind: App Store
  458. - m_Textures: []
  459. m_Width: 180
  460. m_Height: 180
  461. m_Kind: 0
  462. m_SubKind: iPhone
  463. - m_Textures: []
  464. m_Width: 120
  465. m_Height: 120
  466. m_Kind: 0
  467. m_SubKind: iPhone
  468. - m_Textures: []
  469. m_Width: 167
  470. m_Height: 167
  471. m_Kind: 0
  472. m_SubKind: iPad
  473. - m_Textures: []
  474. m_Width: 152
  475. m_Height: 152
  476. m_Kind: 0
  477. m_SubKind: iPad
  478. - m_Textures: []
  479. m_Width: 76
  480. m_Height: 76
  481. m_Kind: 0
  482. m_SubKind: iPad
  483. m_BuildTargetBatching:
  484. - m_BuildTarget: Standalone
  485. m_StaticBatching: 1
  486. m_DynamicBatching: 0
  487. - m_BuildTarget: tvOS
  488. m_StaticBatching: 1
  489. m_DynamicBatching: 0
  490. - m_BuildTarget: Android
  491. m_StaticBatching: 1
  492. m_DynamicBatching: 0
  493. - m_BuildTarget: iPhone
  494. m_StaticBatching: 1
  495. m_DynamicBatching: 0
  496. - m_BuildTarget: WebGL
  497. m_StaticBatching: 0
  498. m_DynamicBatching: 0
  499. m_BuildTargetShaderSettings: []
  500. m_BuildTargetGraphicsJobs:
  501. - m_BuildTarget: MacStandaloneSupport
  502. m_GraphicsJobs: 0
  503. - m_BuildTarget: Switch
  504. m_GraphicsJobs: 1
  505. - m_BuildTarget: MetroSupport
  506. m_GraphicsJobs: 1
  507. - m_BuildTarget: AppleTVSupport
  508. m_GraphicsJobs: 0
  509. - m_BuildTarget: BJMSupport
  510. m_GraphicsJobs: 1
  511. - m_BuildTarget: LinuxStandaloneSupport
  512. m_GraphicsJobs: 1
  513. - m_BuildTarget: PS4Player
  514. m_GraphicsJobs: 1
  515. - m_BuildTarget: iOSSupport
  516. m_GraphicsJobs: 0
  517. - m_BuildTarget: WindowsStandaloneSupport
  518. m_GraphicsJobs: 1
  519. - m_BuildTarget: XboxOnePlayer
  520. m_GraphicsJobs: 1
  521. - m_BuildTarget: LuminSupport
  522. m_GraphicsJobs: 0
  523. - m_BuildTarget: AndroidPlayer
  524. m_GraphicsJobs: 0
  525. - m_BuildTarget: WebGLSupport
  526. m_GraphicsJobs: 0
  527. m_BuildTargetGraphicsJobMode:
  528. - m_BuildTarget: PS4Player
  529. m_GraphicsJobMode: 0
  530. - m_BuildTarget: XboxOnePlayer
  531. m_GraphicsJobMode: 0
  532. m_BuildTargetGraphicsAPIs:
  533. - m_BuildTarget: AndroidPlayer
  534. m_APIs: 0b00000008000000
  535. m_Automatic: 0
  536. - m_BuildTarget: iOSSupport
  537. m_APIs: 10000000
  538. m_Automatic: 1
  539. - m_BuildTarget: AppleTVSupport
  540. m_APIs: 10000000
  541. m_Automatic: 1
  542. - m_BuildTarget: WebGLSupport
  543. m_APIs: 0b000000
  544. m_Automatic: 1
  545. m_BuildTargetVRSettings:
  546. - m_BuildTarget: Standalone
  547. m_Enabled: 0
  548. m_Devices:
  549. - Oculus
  550. - OpenVR
  551. m_DefaultShaderChunkSizeInMB: 16
  552. m_DefaultShaderChunkCount: 0
  553. openGLRequireES31: 0
  554. openGLRequireES31AEP: 0
  555. openGLRequireES32: 0
  556. m_TemplateCustomTags: {}
  557. mobileMTRendering:
  558. Android: 1
  559. iPhone: 1
  560. tvOS: 1
  561. m_BuildTargetGroupLightmapEncodingQuality: []
  562. m_BuildTargetGroupLightmapSettings: []
  563. m_BuildTargetNormalMapEncoding: []
  564. m_BuildTargetDefaultTextureCompressionFormat: []
  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. switchUseGOLDLinker: 0
  583. switchLTOSetting: 0
  584. switchApplicationID: 0x01004b9000490000
  585. switchNSODependencies:
  586. switchTitleNames_0:
  587. switchTitleNames_1:
  588. switchTitleNames_2:
  589. switchTitleNames_3:
  590. switchTitleNames_4:
  591. switchTitleNames_5:
  592. switchTitleNames_6:
  593. switchTitleNames_7:
  594. switchTitleNames_8:
  595. switchTitleNames_9:
  596. switchTitleNames_10:
  597. switchTitleNames_11:
  598. switchTitleNames_12:
  599. switchTitleNames_13:
  600. switchTitleNames_14:
  601. switchTitleNames_15:
  602. switchPublisherNames_0:
  603. switchPublisherNames_1:
  604. switchPublisherNames_2:
  605. switchPublisherNames_3:
  606. switchPublisherNames_4:
  607. switchPublisherNames_5:
  608. switchPublisherNames_6:
  609. switchPublisherNames_7:
  610. switchPublisherNames_8:
  611. switchPublisherNames_9:
  612. switchPublisherNames_10:
  613. switchPublisherNames_11:
  614. switchPublisherNames_12:
  615. switchPublisherNames_13:
  616. switchPublisherNames_14:
  617. switchPublisherNames_15:
  618. switchIcons_0: {fileID: 0}
  619. switchIcons_1: {fileID: 0}
  620. switchIcons_2: {fileID: 0}
  621. switchIcons_3: {fileID: 0}
  622. switchIcons_4: {fileID: 0}
  623. switchIcons_5: {fileID: 0}
  624. switchIcons_6: {fileID: 0}
  625. switchIcons_7: {fileID: 0}
  626. switchIcons_8: {fileID: 0}
  627. switchIcons_9: {fileID: 0}
  628. switchIcons_10: {fileID: 0}
  629. switchIcons_11: {fileID: 0}
  630. switchIcons_12: {fileID: 0}
  631. switchIcons_13: {fileID: 0}
  632. switchIcons_14: {fileID: 0}
  633. switchIcons_15: {fileID: 0}
  634. switchSmallIcons_0: {fileID: 0}
  635. switchSmallIcons_1: {fileID: 0}
  636. switchSmallIcons_2: {fileID: 0}
  637. switchSmallIcons_3: {fileID: 0}
  638. switchSmallIcons_4: {fileID: 0}
  639. switchSmallIcons_5: {fileID: 0}
  640. switchSmallIcons_6: {fileID: 0}
  641. switchSmallIcons_7: {fileID: 0}
  642. switchSmallIcons_8: {fileID: 0}
  643. switchSmallIcons_9: {fileID: 0}
  644. switchSmallIcons_10: {fileID: 0}
  645. switchSmallIcons_11: {fileID: 0}
  646. switchSmallIcons_12: {fileID: 0}
  647. switchSmallIcons_13: {fileID: 0}
  648. switchSmallIcons_14: {fileID: 0}
  649. switchSmallIcons_15: {fileID: 0}
  650. switchManualHTML:
  651. switchAccessibleURLs:
  652. switchLegalInformation:
  653. switchMainThreadStackSize: 1048576
  654. switchPresenceGroupId:
  655. switchLogoHandling: 0
  656. switchReleaseVersion: 0
  657. switchDisplayVersion: 1.0.0
  658. switchStartupUserAccount: 0
  659. 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. switchPlayerConnectionEnabled: 1
  712. switchUseNewStyleFilepaths: 0
  713. switchUseLegacyFmodPriorities: 1
  714. switchUseMicroSleepForYield: 1
  715. switchEnableRamDiskSupport: 0
  716. switchMicroSleepForYieldTime: 25
  717. switchRamDiskSpaceSize: 12
  718. ps4NPAgeRating: 12
  719. ps4NPTitleSecret:
  720. ps4NPTrophyPackPath:
  721. ps4ParentalLevel: 11
  722. ps4ContentID: ED1633-NPXX51362_00-0000000000000000
  723. ps4Category: 0
  724. ps4MasterVersion: 01.00
  725. ps4AppVersion: 01.00
  726. ps4AppType: 0
  727. ps4ParamSfxPath:
  728. ps4VideoOutPixelFormat: 0
  729. ps4VideoOutInitialWidth: 1920
  730. ps4VideoOutBaseModeInitialWidth: 1920
  731. ps4VideoOutReprojectionRate: 60
  732. ps4PronunciationXMLPath:
  733. ps4PronunciationSIGPath:
  734. ps4BackgroundImagePath:
  735. ps4StartupImagePath:
  736. ps4StartupImagesFolder:
  737. ps4IconImagesFolder:
  738. ps4SaveDataImagePath:
  739. ps4SdkOverride:
  740. ps4BGMPath:
  741. ps4ShareFilePath:
  742. ps4ShareOverlayImagePath:
  743. ps4PrivacyGuardImagePath:
  744. ps4ExtraSceSysFile:
  745. ps4NPtitleDatPath:
  746. ps4RemotePlayKeyAssignment: -1
  747. ps4RemotePlayKeyMappingDir:
  748. ps4PlayTogetherPlayerCount: 0
  749. ps4EnterButtonAssignment: 1
  750. ps4ApplicationParam1: 0
  751. ps4ApplicationParam2: 0
  752. ps4ApplicationParam3: 0
  753. ps4ApplicationParam4: 0
  754. ps4DownloadDataSize: 0
  755. ps4GarlicHeapSize: 2048
  756. ps4ProGarlicHeapSize: 2560
  757. playerPrefsMaxSize: 32768
  758. ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ
  759. ps4pnSessions: 1
  760. ps4pnPresence: 1
  761. ps4pnFriends: 1
  762. ps4pnGameCustomData: 1
  763. playerPrefsSupport: 0
  764. enableApplicationExit: 0
  765. resetTempFolder: 1
  766. restrictedAudioUsageRights: 0
  767. ps4UseResolutionFallback: 0
  768. ps4ReprojectionSupport: 0
  769. ps4UseAudio3dBackend: 0
  770. ps4UseLowGarlicFragmentationMode: 1
  771. ps4SocialScreenEnabled: 0
  772. ps4ScriptOptimizationLevel: 0
  773. ps4Audio3dVirtualSpeakerCount: 14
  774. ps4attribCpuUsage: 0
  775. ps4PatchPkgPath:
  776. ps4PatchLatestPkgPath:
  777. ps4PatchChangeinfoPath:
  778. ps4PatchDayOne: 0
  779. ps4attribUserManagement: 0
  780. ps4attribMoveSupport: 0
  781. ps4attrib3DSupport: 0
  782. ps4attribShareSupport: 0
  783. ps4attribExclusiveVR: 0
  784. ps4disableAutoHideSplash: 0
  785. ps4videoRecordingFeaturesUsed: 0
  786. ps4contentSearchFeaturesUsed: 0
  787. ps4CompatibilityPS5: 0
  788. ps4AllowPS5Detection: 0
  789. ps4GPU800MHz: 1
  790. ps4attribEyeToEyeDistanceSettingVR: 0
  791. ps4IncludedModules: []
  792. ps4attribVROutputEnabled: 0
  793. monoEnv:
  794. splashScreenBackgroundSourceLandscape: {fileID: 0}
  795. splashScreenBackgroundSourcePortrait: {fileID: 0}
  796. blurSplashScreenBackground: 1
  797. spritePackerPolicy:
  798. webGLMemorySize: 16
  799. webGLExceptionSupport: 1
  800. webGLNameFilesAsHashes: 0
  801. webGLDataCaching: 1
  802. webGLDebugSymbols: 0
  803. webGLEmscriptenArgs:
  804. webGLModulesDirectory:
  805. webGLTemplate: APPLICATION:Default
  806. webGLAnalyzeBuildSize: 0
  807. webGLUseEmbeddedResources: 0
  808. webGLCompressionFormat: 1
  809. webGLWasmArithmeticExceptions: 0
  810. webGLLinkerTarget: 1
  811. webGLThreadsSupport: 0
  812. webGLDecompressionFallback: 0
  813. webGLPowerPreference: 2
  814. scriptingDefineSymbols:
  815. Android: CROSS_PLATFORM_INPUT;MOBILE_INPUT
  816. Standalone: CROSS_PLATFORM_INPUT
  817. Windows Store Apps: MOBILE_INPUT
  818. iPhone: CROSS_PLATFORM_INPUT;MOBILE_INPUT
  819. additionalCompilerArguments: {}
  820. platformArchitecture: {}
  821. scriptingBackend:
  822. Android: 1
  823. Standalone: 0
  824. il2cppCompilerConfiguration:
  825. Standalone: 1
  826. managedStrippingLevel:
  827. Android: 1
  828. EmbeddedLinux: 1
  829. GameCoreScarlett: 1
  830. GameCoreXboxOne: 1
  831. Lumin: 1
  832. Nintendo Switch: 1
  833. PS4: 1
  834. PS5: 1
  835. Stadia: 1
  836. WebGL: 1
  837. Windows Store Apps: 1
  838. XboxOne: 1
  839. iPhone: 1
  840. tvOS: 1
  841. incrementalIl2cppBuild: {}
  842. suppressCommonWarnings: 1
  843. allowUnsafeCode: 0
  844. useDeterministicCompilation: 1
  845. enableRoslynAnalyzers: 1
  846. selectedPlatform: 2
  847. additionalIl2CppArgs:
  848. scriptingRuntimeVersion: 1
  849. gcIncremental: 1
  850. assemblyVersionValidation: 1
  851. gcWBarrierValidation: 0
  852. apiCompatibilityLevelPerPlatform:
  853. Android: 3
  854. Standalone: 3
  855. m_RenderingPath: 1
  856. m_MobileRenderingPath: 1
  857. metroPackageName: Template_3D
  858. metroPackageVersion:
  859. metroCertificatePath:
  860. metroCertificatePassword:
  861. metroCertificateSubject:
  862. metroCertificateIssuer:
  863. metroCertificateNotAfter: 0000000000000000
  864. metroApplicationDescription: Template_3D
  865. wsaImages: {}
  866. metroTileShortName:
  867. metroTileShowName: 0
  868. metroMediumTileShowName: 0
  869. metroLargeTileShowName: 0
  870. metroWideTileShowName: 0
  871. metroSupportStreamingInstall: 0
  872. metroLastRequiredScene: 0
  873. metroDefaultTileSize: 1
  874. metroTileForegroundText: 2
  875. metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
  876. metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
  877. metroSplashScreenUseBackgroundColor: 0
  878. platformCapabilities: {}
  879. metroTargetDeviceFamilies: {}
  880. metroFTAName:
  881. metroFTAFileTypes: []
  882. metroProtocolName:
  883. vcxProjDefaultLanguage:
  884. XboxOneProductId:
  885. XboxOneUpdateKey:
  886. XboxOneSandboxId:
  887. XboxOneContentId:
  888. XboxOneTitleId:
  889. XboxOneSCId:
  890. XboxOneGameOsOverridePath:
  891. XboxOnePackagingOverridePath:
  892. XboxOneAppManifestOverridePath:
  893. XboxOneVersion: 1.0.0.0
  894. XboxOnePackageEncryption: 0
  895. XboxOnePackageUpdateGranularity: 2
  896. XboxOneDescription:
  897. XboxOneLanguage:
  898. - enus
  899. XboxOneCapability: []
  900. XboxOneGameRating: {}
  901. XboxOneIsContentPackage: 0
  902. XboxOneEnhancedXboxCompatibilityMode: 0
  903. XboxOneEnableGPUVariability: 1
  904. XboxOneSockets: {}
  905. XboxOneSplashScreen: {fileID: 0}
  906. XboxOneAllowedProductIds: []
  907. XboxOnePersistentLocalStorageSize: 0
  908. XboxOneXTitleMemory: 8
  909. XboxOneOverrideIdentityName:
  910. XboxOneOverrideIdentityPublisher:
  911. vrEditorSettings: {}
  912. cloudServicesEnabled:
  913. UNet: 1
  914. luminIcon:
  915. m_Name:
  916. m_ModelFolderPath:
  917. m_PortalFolderPath:
  918. luminCert:
  919. m_CertPath:
  920. m_SignPackage: 1
  921. luminIsChannelApp: 0
  922. luminVersion:
  923. m_VersionCode: 1
  924. m_VersionName:
  925. apiCompatibilityLevel: 6
  926. activeInputHandler: 0
  927. windowsGamepadBackendHint: 0
  928. cloudProjectId:
  929. framebufferDepthMemorylessMode: 0
  930. qualitySettingsNames: []
  931. projectName:
  932. organizationId:
  933. cloudEnabled: 0
  934. legacyClampBlendShapeWeights: 0
  935. playerDataPath:
  936. forceSRGBBlit: 1
  937. virtualTexturingSupportEnabled: 0