ProjectSettings.asset 26 KB

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