ProjectSettings.asset 24 KB

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