ProjectSettings.asset 27 KB

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