ProjectSettings.asset 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!129 &1
  4. PlayerSettings:
  5. m_ObjectHideFlags: 0
  6. serializedVersion: 18
  7. productGUID: 5748e0093db15449e9357b99ad537eb9
  8. AndroidProfiler: 0
  9. AndroidFilterTouchesWhenObscured: 0
  10. AndroidEnableSustainedPerformanceMode: 0
  11. defaultScreenOrientation: 0
  12. targetDevice: 2
  13. useOnDemandResources: 0
  14. accelerometerFrequency: 60
  15. companyName: TC TECH
  16. productName: Santa Runner
  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: 0
  21. m_ShowUnitySplashLogo: 1
  22. m_SplashScreenOverlayOpacity: 1
  23. m_SplashScreenAnimation: 1
  24. m_SplashScreenLogoStyle: 1
  25. m_SplashScreenDrawMode: 0
  26. m_SplashScreenBackgroundAnimationZoom: 1
  27. m_SplashScreenLogoAnimationZoom: 1
  28. m_SplashScreenBackgroundLandscapeAspect: 1
  29. m_SplashScreenBackgroundPortraitAspect: 1
  30. m_SplashScreenBackgroundLandscapeUvs:
  31. serializedVersion: 2
  32. x: 0
  33. y: 0
  34. width: 1
  35. height: 1
  36. m_SplashScreenBackgroundPortraitUvs:
  37. serializedVersion: 2
  38. x: 0
  39. y: 0
  40. width: 1
  41. height: 1
  42. m_SplashScreenLogos: []
  43. m_VirtualRealitySplashScreen: {fileID: 0}
  44. m_HolographicTrackingLossScreen: {fileID: 0}
  45. defaultScreenWidth: 1024
  46. defaultScreenHeight: 768
  47. defaultScreenWidthWeb: 960
  48. defaultScreenHeightWeb: 600
  49. m_StereoRenderingPath: 0
  50. m_ActiveColorSpace: 0
  51. m_MTRendering: 1
  52. m_StackTraceTypes: 010000000100000001000000010000000100000001000000
  53. iosShowActivityIndicatorOnLoading: -1
  54. androidShowActivityIndicatorOnLoading: -1
  55. displayResolutionDialog: 1
  56. iosUseCustomAppBackgroundBehavior: 0
  57. iosAllowHTTPDownload: 1
  58. allowedAutorotateToPortrait: 1
  59. allowedAutorotateToPortraitUpsideDown: 1
  60. allowedAutorotateToLandscapeRight: 1
  61. allowedAutorotateToLandscapeLeft: 1
  62. useOSAutorotation: 1
  63. use32BitDisplayBuffer: 1
  64. preserveFramebufferAlpha: 0
  65. disableDepthAndStencilBuffers: 0
  66. androidStartInFullscreen: 1
  67. androidRenderOutsideSafeArea: 1
  68. androidUseSwappy: 0
  69. androidBlitType: 0
  70. defaultIsNativeResolution: 1
  71. macRetinaSupport: 1
  72. runInBackground: 0
  73. captureSingleScreen: 0
  74. muteOtherAudioSources: 0
  75. Prepare IOS For Recording: 0
  76. Force IOS Speakers When Recording: 0
  77. deferSystemGesturesMode: 0
  78. hideHomeButton: 0
  79. submitAnalytics: 1
  80. usePlayerLog: 1
  81. bakeCollisionMeshes: 0
  82. forceSingleInstance: 0
  83. useFlipModelSwapchain: 1
  84. resizableWindow: 0
  85. useMacAppStoreValidation: 0
  86. macAppStoreCategory: public.app-category.games
  87. gpuSkinning: 0
  88. graphicsJobs: 0
  89. xboxPIXTextureCapture: 0
  90. xboxEnableAvatar: 0
  91. xboxEnableKinect: 0
  92. xboxEnableKinectAutoTracking: 0
  93. xboxEnableFitness: 0
  94. visibleInBackground: 0
  95. allowFullscreenSwitch: 1
  96. graphicsJobMode: 0
  97. fullscreenMode: 1
  98. xboxSpeechDB: 0
  99. xboxEnableHeadOrientation: 0
  100. xboxEnableGuest: 0
  101. xboxEnablePIXSampling: 0
  102. metalFramebufferOnly: 0
  103. xboxOneResolution: 0
  104. xboxOneSResolution: 0
  105. xboxOneXResolution: 3
  106. xboxOneMonoLoggingLevel: 0
  107. xboxOneLoggingLevel: 1
  108. xboxOneDisableEsram: 0
  109. xboxOnePresentImmediateThreshold: 0
  110. switchQueueCommandMemory: 0
  111. switchQueueControlMemory: 16384
  112. switchQueueComputeMemory: 262144
  113. switchNVNShaderPoolsGranularity: 33554432
  114. switchNVNDefaultPoolsGranularity: 16777216
  115. switchNVNOtherPoolsGranularity: 16777216
  116. vulkanEnableSetSRGBWrite: 0
  117. m_SupportedAspectRatios:
  118. 4:3: 1
  119. 5:4: 1
  120. 16:10: 1
  121. 16:9: 1
  122. Others: 1
  123. bundleVersion: 1.0
  124. preloadedAssets: []
  125. metroInputSource: 0
  126. wsaTransparentSwapchain: 0
  127. m_HolographicPauseOnTrackingLoss: 1
  128. xboxOneDisableKinectGpuReservation: 0
  129. xboxOneEnable7thCore: 1
  130. vrSettings:
  131. cardboard:
  132. depthFormat: 0
  133. enableTransitionView: 0
  134. daydream:
  135. depthFormat: 0
  136. useSustainedPerformanceMode: 0
  137. enableVideoLayer: 0
  138. useProtectedVideoMemory: 0
  139. minimumSupportedHeadTracking: 0
  140. maximumSupportedHeadTracking: 1
  141. hololens:
  142. depthFormat: 1
  143. depthBufferSharingEnabled: 0
  144. lumin:
  145. depthFormat: 0
  146. frameTiming: 2
  147. enableGLCache: 0
  148. glCacheMaxBlobSize: 524288
  149. glCacheMaxFileSize: 8388608
  150. oculus:
  151. sharedDepthBuffer: 0
  152. dashSupport: 0
  153. lowOverheadMode: 0
  154. enable360StereoCapture: 0
  155. isWsaHolographicRemotingEnabled: 0
  156. protectGraphicsMemory: 0
  157. enableFrameTimingStats: 0
  158. useHDRDisplay: 0
  159. m_ColorGamuts: 00000000
  160. targetPixelDensity: 30
  161. resolutionScalingMode: 0
  162. androidSupportedAspectRatio: 1
  163. androidMaxAspectRatio: 2.1
  164. applicationIdentifier:
  165. Android: com.gamatic.santarunnerdk
  166. Standalone: unity.Reitan Convenience Sweden AB.Santa Mission
  167. iPhone: com.gamatic.santarunnerdk
  168. tvOS: com.gamatic.santarunner
  169. buildNumber:
  170. iPhone: 1
  171. AndroidBundleVersionCode: 16
  172. AndroidMinSdkVersion: 16
  173. AndroidTargetSdkVersion: 0
  174. AndroidPreferredInstallLocation: 0
  175. aotOptions:
  176. stripEngineCode: 1
  177. iPhoneStrippingLevel: 0
  178. iPhoneScriptCallOptimization: 0
  179. ForceInternetPermission: 0
  180. ForceSDCardPermission: 0
  181. CreateWallpaper: 0
  182. APKExpansionFiles: 0
  183. keepLoadedShadersAlive: 0
  184. StripUnusedMeshComponents: 1
  185. VertexChannelCompressionMask: 214
  186. iPhoneSdkVersion: 988
  187. iOSTargetOSVersionString: 9.0
  188. tvOSSdkVersion: 0
  189. tvOSRequireExtendedGameController: 0
  190. tvOSTargetOSVersionString: 9.0
  191. uIPrerenderedIcon: 0
  192. uIRequiresPersistentWiFi: 1
  193. uIRequiresFullScreen: 1
  194. uIStatusBarHidden: 1
  195. uIExitOnSuspend: 0
  196. uIStatusBarStyle: 0
  197. iPhoneSplashScreen: {fileID: 2800000, guid: 3dd07e17f2d1d274aa6f0dc746d84e46, type: 3}
  198. iPhoneHighResSplashScreen: {fileID: 2800000, guid: a46c4610f6cfc419899e8c899c2993d2,
  199. type: 3}
  200. iPhoneTallHighResSplashScreen: {fileID: 2800000, guid: 4137a61f897214ef09ffe6abe3377509,
  201. type: 3}
  202. iPhone47inSplashScreen: {fileID: 2800000, guid: 89f286c8afd364a248bbf4b80c7a6962,
  203. type: 3}
  204. iPhone55inPortraitSplashScreen: {fileID: 2800000, guid: f6a59dceff4f9493a8f97f5a0d8babd1,
  205. type: 3}
  206. iPhone55inLandscapeSplashScreen: {fileID: 2800000, guid: 3dd07e17f2d1d274aa6f0dc746d84e46,
  207. type: 3}
  208. iPhone58inPortraitSplashScreen: {fileID: 0}
  209. iPhone58inLandscapeSplashScreen: {fileID: 0}
  210. iPadPortraitSplashScreen: {fileID: 2800000, guid: 5eba4959ee95641e1ab8e177915ff173,
  211. type: 3}
  212. iPadHighResPortraitSplashScreen: {fileID: 2800000, guid: 3dd07e17f2d1d274aa6f0dc746d84e46,
  213. type: 3}
  214. iPadLandscapeSplashScreen: {fileID: 2800000, guid: 3dd07e17f2d1d274aa6f0dc746d84e46,
  215. type: 3}
  216. iPadHighResLandscapeSplashScreen: {fileID: 2800000, guid: 3dd07e17f2d1d274aa6f0dc746d84e46,
  217. type: 3}
  218. iPhone65inPortraitSplashScreen: {fileID: 0}
  219. iPhone65inLandscapeSplashScreen: {fileID: 0}
  220. iPhone61inPortraitSplashScreen: {fileID: 0}
  221. iPhone61inLandscapeSplashScreen: {fileID: 0}
  222. appleTVSplashScreen: {fileID: 0}
  223. appleTVSplashScreen2x: {fileID: 0}
  224. tvOSSmallIconLayers: []
  225. tvOSSmallIconLayers2x: []
  226. tvOSLargeIconLayers: []
  227. tvOSLargeIconLayers2x: []
  228. tvOSTopShelfImageLayers: []
  229. tvOSTopShelfImageLayers2x: []
  230. tvOSTopShelfImageWideLayers: []
  231. tvOSTopShelfImageWideLayers2x: []
  232. iOSLaunchScreenType: 3
  233. iOSLaunchScreenPortrait: {fileID: 0}
  234. iOSLaunchScreenLandscape: {fileID: 0}
  235. iOSLaunchScreenBackgroundColor:
  236. serializedVersion: 2
  237. rgba: 0
  238. iOSLaunchScreenFillPct: 100
  239. iOSLaunchScreenSize: 100
  240. iOSLaunchScreenCustomXibPath:
  241. iOSLaunchScreeniPadType: 0
  242. iOSLaunchScreeniPadImage: {fileID: 0}
  243. iOSLaunchScreeniPadBackgroundColor:
  244. serializedVersion: 2
  245. rgba: 0
  246. iOSLaunchScreeniPadFillPct: 100
  247. iOSLaunchScreeniPadSize: 100
  248. iOSLaunchScreeniPadCustomXibPath:
  249. iOSUseLaunchScreenStoryboard: 0
  250. iOSLaunchScreenCustomStoryboardPath:
  251. iOSDeviceRequirements: []
  252. iOSURLSchemes: []
  253. iOSBackgroundModes: 0
  254. iOSMetalForceHardShadows: 0
  255. metalEditorSupport: 1
  256. metalAPIValidation: 1
  257. iOSRenderExtraFrameOnPause: 1
  258. appleDeveloperTeamID:
  259. iOSManualSigningProvisioningProfileID:
  260. tvOSManualSigningProvisioningProfileID:
  261. iOSManualSigningProvisioningProfileType: 0
  262. tvOSManualSigningProvisioningProfileType: 0
  263. appleEnableAutomaticSigning: 0
  264. iOSRequireARKit: 0
  265. iOSAutomaticallyDetectAndAddCapabilities: 1
  266. appleEnableProMotion: 0
  267. clonedFromGUID: 00000000000000000000000000000000
  268. templatePackageId:
  269. templateDefaultScene:
  270. AndroidTargetArchitectures: 5
  271. AndroidSplashScreenScale: 0
  272. androidSplashScreen: {fileID: 2800000, guid: b1479ea90387a40b0a9e0695c49725bc, type: 3}
  273. AndroidKeystoreName: D:/SG/Runner2019/runner.keystore
  274. AndroidKeyaliasName: release
  275. AndroidBuildApkPerCpuArchitecture: 0
  276. AndroidTVCompatibility: 0
  277. AndroidIsGame: 1
  278. AndroidEnableTango: 0
  279. androidEnableBanner: 1
  280. androidUseLowAccuracyLocation: 0
  281. androidUseCustomKeystore: 1
  282. m_AndroidBanners:
  283. - width: 320
  284. height: 180
  285. banner: {fileID: 0}
  286. androidGamepadSupportLevel: 0
  287. AndroidValidateAppBundleSize: 1
  288. AndroidAppBundleSizeToValidate: 150
  289. resolutionDialogBanner: {fileID: 0}
  290. m_BuildTargetIcons:
  291. - m_BuildTarget:
  292. m_Icons:
  293. - serializedVersion: 2
  294. m_Icon: {fileID: 2800000, guid: e7e700aa34a08144aba957270c52e803, type: 3}
  295. m_Width: 128
  296. m_Height: 128
  297. m_Kind: 0
  298. m_BuildTargetPlatformIcons:
  299. - m_BuildTarget: Android
  300. m_Icons:
  301. - m_Textures: []
  302. m_Width: 432
  303. m_Height: 432
  304. m_Kind: 2
  305. m_SubKind:
  306. - m_Textures: []
  307. m_Width: 324
  308. m_Height: 324
  309. m_Kind: 2
  310. m_SubKind:
  311. - m_Textures: []
  312. m_Width: 216
  313. m_Height: 216
  314. m_Kind: 2
  315. m_SubKind:
  316. - m_Textures: []
  317. m_Width: 162
  318. m_Height: 162
  319. m_Kind: 2
  320. m_SubKind:
  321. - m_Textures: []
  322. m_Width: 108
  323. m_Height: 108
  324. m_Kind: 2
  325. m_SubKind:
  326. - m_Textures: []
  327. m_Width: 81
  328. m_Height: 81
  329. m_Kind: 2
  330. m_SubKind:
  331. - m_Textures: []
  332. m_Width: 192
  333. m_Height: 192
  334. m_Kind: 0
  335. m_SubKind:
  336. - m_Textures: []
  337. m_Width: 144
  338. m_Height: 144
  339. m_Kind: 0
  340. m_SubKind:
  341. - m_Textures: []
  342. m_Width: 96
  343. m_Height: 96
  344. m_Kind: 0
  345. m_SubKind:
  346. - m_Textures: []
  347. m_Width: 72
  348. m_Height: 72
  349. m_Kind: 0
  350. m_SubKind:
  351. - m_Textures: []
  352. m_Width: 48
  353. m_Height: 48
  354. m_Kind: 0
  355. m_SubKind:
  356. - m_Textures: []
  357. m_Width: 36
  358. m_Height: 36
  359. m_Kind: 0
  360. m_SubKind:
  361. - m_Textures: []
  362. m_Width: 192
  363. m_Height: 192
  364. m_Kind: 1
  365. m_SubKind:
  366. - m_Textures: []
  367. m_Width: 144
  368. m_Height: 144
  369. m_Kind: 1
  370. m_SubKind:
  371. - m_Textures: []
  372. m_Width: 96
  373. m_Height: 96
  374. m_Kind: 1
  375. m_SubKind:
  376. - m_Textures: []
  377. m_Width: 72
  378. m_Height: 72
  379. m_Kind: 1
  380. m_SubKind:
  381. - m_Textures: []
  382. m_Width: 48
  383. m_Height: 48
  384. m_Kind: 1
  385. m_SubKind:
  386. - m_Textures: []
  387. m_Width: 36
  388. m_Height: 36
  389. m_Kind: 1
  390. m_SubKind:
  391. m_BuildTargetBatching: []
  392. m_BuildTargetGraphicsAPIs:
  393. - m_BuildTarget: AndroidPlayer
  394. m_APIs: 0b00000008000000
  395. m_Automatic: 1
  396. - m_BuildTarget: iOSSupport
  397. m_APIs: 1000000008000000
  398. m_Automatic: 0
  399. m_BuildTargetVRSettings:
  400. - m_BuildTarget: Android
  401. m_Enabled: 0
  402. m_Devices: []
  403. - m_BuildTarget: Windows Store Apps
  404. m_Enabled: 0
  405. m_Devices:
  406. - WindowsMR
  407. - m_BuildTarget: N3DS
  408. m_Enabled: 0
  409. m_Devices: []
  410. - m_BuildTarget: PS3
  411. m_Enabled: 0
  412. m_Devices: []
  413. - m_BuildTarget: PS4
  414. m_Enabled: 0
  415. m_Devices:
  416. - PlayStationVR
  417. - m_BuildTarget: PSM
  418. m_Enabled: 0
  419. m_Devices: []
  420. - m_BuildTarget: PSP2
  421. m_Enabled: 0
  422. m_Devices: []
  423. - m_BuildTarget: SamsungTV
  424. m_Enabled: 0
  425. m_Devices: []
  426. - m_BuildTarget: Standalone
  427. m_Enabled: 0
  428. m_Devices:
  429. - Oculus
  430. - OpenVR
  431. - m_BuildTarget: Tizen
  432. m_Enabled: 0
  433. m_Devices: []
  434. - m_BuildTarget: WebGL
  435. m_Enabled: 0
  436. m_Devices: []
  437. - m_BuildTarget: WebPlayer
  438. m_Enabled: 0
  439. m_Devices: []
  440. - m_BuildTarget: WiiU
  441. m_Enabled: 0
  442. m_Devices: []
  443. - m_BuildTarget: Xbox360
  444. m_Enabled: 0
  445. m_Devices: []
  446. - m_BuildTarget: XboxOne
  447. m_Enabled: 0
  448. m_Devices: []
  449. - m_BuildTarget: iPhone
  450. m_Enabled: 0
  451. m_Devices: []
  452. - m_BuildTarget: tvOS
  453. m_Enabled: 0
  454. m_Devices: []
  455. openGLRequireES31: 0
  456. openGLRequireES31AEP: 0
  457. openGLRequireES32: 0
  458. vuforiaEnabled: 0
  459. m_TemplateCustomTags: {}
  460. mobileMTRendering:
  461. iPhone: 1
  462. tvOS: 1
  463. m_BuildTargetGroupLightmapEncodingQuality:
  464. - m_BuildTarget: Standalone
  465. m_EncodingQuality: 1
  466. - m_BuildTarget: XboxOne
  467. m_EncodingQuality: 1
  468. - m_BuildTarget: PS4
  469. m_EncodingQuality: 1
  470. m_BuildTargetGroupLightmapSettings: []
  471. playModeTestRunnerEnabled: 0
  472. runPlayModeTestAsEditModeTest: 0
  473. actionOnDotNetUnhandledException: 1
  474. enableInternalProfiler: 1
  475. logObjCUncaughtExceptions: 1
  476. enableCrashReportAPI: 0
  477. cameraUsageDescription:
  478. locationUsageDescription:
  479. microphoneUsageDescription:
  480. switchNetLibKey:
  481. switchSocketMemoryPoolSize: 6144
  482. switchSocketAllocatorPoolSize: 128
  483. switchSocketConcurrencyLimit: 14
  484. switchScreenResolutionBehavior: 2
  485. switchUseCPUProfiler: 0
  486. switchApplicationID: 0x01004b9000490000
  487. switchNSODependencies:
  488. switchTitleNames_0:
  489. switchTitleNames_1:
  490. switchTitleNames_2:
  491. switchTitleNames_3:
  492. switchTitleNames_4:
  493. switchTitleNames_5:
  494. switchTitleNames_6:
  495. switchTitleNames_7:
  496. switchTitleNames_8:
  497. switchTitleNames_9:
  498. switchTitleNames_10:
  499. switchTitleNames_11:
  500. switchTitleNames_12:
  501. switchTitleNames_13:
  502. switchTitleNames_14:
  503. switchPublisherNames_0:
  504. switchPublisherNames_1:
  505. switchPublisherNames_2:
  506. switchPublisherNames_3:
  507. switchPublisherNames_4:
  508. switchPublisherNames_5:
  509. switchPublisherNames_6:
  510. switchPublisherNames_7:
  511. switchPublisherNames_8:
  512. switchPublisherNames_9:
  513. switchPublisherNames_10:
  514. switchPublisherNames_11:
  515. switchPublisherNames_12:
  516. switchPublisherNames_13:
  517. switchPublisherNames_14:
  518. switchIcons_0: {fileID: 0}
  519. switchIcons_1: {fileID: 0}
  520. switchIcons_2: {fileID: 0}
  521. switchIcons_3: {fileID: 0}
  522. switchIcons_4: {fileID: 0}
  523. switchIcons_5: {fileID: 0}
  524. switchIcons_6: {fileID: 0}
  525. switchIcons_7: {fileID: 0}
  526. switchIcons_8: {fileID: 0}
  527. switchIcons_9: {fileID: 0}
  528. switchIcons_10: {fileID: 0}
  529. switchIcons_11: {fileID: 0}
  530. switchIcons_12: {fileID: 0}
  531. switchIcons_13: {fileID: 0}
  532. switchIcons_14: {fileID: 0}
  533. switchSmallIcons_0: {fileID: 0}
  534. switchSmallIcons_1: {fileID: 0}
  535. switchSmallIcons_2: {fileID: 0}
  536. switchSmallIcons_3: {fileID: 0}
  537. switchSmallIcons_4: {fileID: 0}
  538. switchSmallIcons_5: {fileID: 0}
  539. switchSmallIcons_6: {fileID: 0}
  540. switchSmallIcons_7: {fileID: 0}
  541. switchSmallIcons_8: {fileID: 0}
  542. switchSmallIcons_9: {fileID: 0}
  543. switchSmallIcons_10: {fileID: 0}
  544. switchSmallIcons_11: {fileID: 0}
  545. switchSmallIcons_12: {fileID: 0}
  546. switchSmallIcons_13: {fileID: 0}
  547. switchSmallIcons_14: {fileID: 0}
  548. switchManualHTML:
  549. switchAccessibleURLs:
  550. switchLegalInformation:
  551. switchMainThreadStackSize: 1048576
  552. switchPresenceGroupId:
  553. switchLogoHandling: 0
  554. switchReleaseVersion: 0
  555. switchDisplayVersion: 1.0.0
  556. switchStartupUserAccount: 0
  557. switchTouchScreenUsage: 0
  558. switchSupportedLanguagesMask: 0
  559. switchLogoType: 0
  560. switchApplicationErrorCodeCategory:
  561. switchUserAccountSaveDataSize: 0
  562. switchUserAccountSaveDataJournalSize: 0
  563. switchApplicationAttribute: 0
  564. switchCardSpecSize: -1
  565. switchCardSpecClock: -1
  566. switchRatingsMask: 0
  567. switchRatingsInt_0: 0
  568. switchRatingsInt_1: 0
  569. switchRatingsInt_2: 0
  570. switchRatingsInt_3: 0
  571. switchRatingsInt_4: 0
  572. switchRatingsInt_5: 0
  573. switchRatingsInt_6: 0
  574. switchRatingsInt_7: 0
  575. switchRatingsInt_8: 0
  576. switchRatingsInt_9: 0
  577. switchRatingsInt_10: 0
  578. switchRatingsInt_11: 0
  579. switchLocalCommunicationIds_0:
  580. switchLocalCommunicationIds_1:
  581. switchLocalCommunicationIds_2:
  582. switchLocalCommunicationIds_3:
  583. switchLocalCommunicationIds_4:
  584. switchLocalCommunicationIds_5:
  585. switchLocalCommunicationIds_6:
  586. switchLocalCommunicationIds_7:
  587. switchParentalControl: 0
  588. switchAllowsScreenshot: 1
  589. switchAllowsVideoCapturing: 1
  590. switchAllowsRuntimeAddOnContentInstall: 0
  591. switchDataLossConfirmation: 0
  592. switchUserAccountLockEnabled: 0
  593. switchSystemResourceMemory: 16777216
  594. switchSupportedNpadStyles: 3
  595. switchNativeFsCacheSize: 32
  596. switchIsHoldTypeHorizontal: 0
  597. switchSupportedNpadCount: 8
  598. switchSocketConfigEnabled: 0
  599. switchTcpInitialSendBufferSize: 32
  600. switchTcpInitialReceiveBufferSize: 64
  601. switchTcpAutoSendBufferSizeMax: 256
  602. switchTcpAutoReceiveBufferSizeMax: 256
  603. switchUdpSendBufferSize: 9
  604. switchUdpReceiveBufferSize: 42
  605. switchSocketBufferEfficiency: 4
  606. switchSocketInitializeEnabled: 1
  607. switchNetworkInterfaceManagerInitializeEnabled: 1
  608. switchPlayerConnectionEnabled: 1
  609. ps4NPAgeRating: 12
  610. ps4NPTitleSecret:
  611. ps4NPTrophyPackPath:
  612. ps4ParentalLevel: 1
  613. ps4ContentID: ED1633-NPXX51362_00-0000000000000000
  614. ps4Category: 0
  615. ps4MasterVersion: 01.00
  616. ps4AppVersion: 01.00
  617. ps4AppType: 0
  618. ps4ParamSfxPath:
  619. ps4VideoOutPixelFormat: 0
  620. ps4VideoOutInitialWidth: 1920
  621. ps4VideoOutBaseModeInitialWidth: 1920
  622. ps4VideoOutReprojectionRate: 60
  623. ps4PronunciationXMLPath:
  624. ps4PronunciationSIGPath:
  625. ps4BackgroundImagePath:
  626. ps4StartupImagePath:
  627. ps4StartupImagesFolder:
  628. ps4IconImagesFolder:
  629. ps4SaveDataImagePath:
  630. ps4SdkOverride:
  631. ps4BGMPath:
  632. ps4ShareFilePath:
  633. ps4ShareOverlayImagePath:
  634. ps4PrivacyGuardImagePath:
  635. ps4NPtitleDatPath:
  636. ps4RemotePlayKeyAssignment: -1
  637. ps4RemotePlayKeyMappingDir:
  638. ps4PlayTogetherPlayerCount: 0
  639. ps4EnterButtonAssignment: 1
  640. ps4ApplicationParam1: 0
  641. ps4ApplicationParam2: 0
  642. ps4ApplicationParam3: 0
  643. ps4ApplicationParam4: 0
  644. ps4DownloadDataSize: 0
  645. ps4GarlicHeapSize: 2048
  646. ps4ProGarlicHeapSize: 2560
  647. playerPrefsMaxSize: 32768
  648. ps4Passcode: 5PN2qmWqBlQ9wQj99nsQzldVI5ZuGXbE
  649. ps4pnSessions: 1
  650. ps4pnPresence: 1
  651. ps4pnFriends: 1
  652. ps4pnGameCustomData: 1
  653. playerPrefsSupport: 0
  654. enableApplicationExit: 0
  655. resetTempFolder: 1
  656. restrictedAudioUsageRights: 0
  657. ps4UseResolutionFallback: 0
  658. ps4ReprojectionSupport: 0
  659. ps4UseAudio3dBackend: 0
  660. ps4SocialScreenEnabled: 0
  661. ps4ScriptOptimizationLevel: 2
  662. ps4Audio3dVirtualSpeakerCount: 14
  663. ps4attribCpuUsage: 0
  664. ps4PatchPkgPath:
  665. ps4PatchLatestPkgPath:
  666. ps4PatchChangeinfoPath:
  667. ps4PatchDayOne: 0
  668. ps4attribUserManagement: 0
  669. ps4attribMoveSupport: 0
  670. ps4attrib3DSupport: 0
  671. ps4attribShareSupport: 0
  672. ps4attribExclusiveVR: 0
  673. ps4disableAutoHideSplash: 0
  674. ps4videoRecordingFeaturesUsed: 0
  675. ps4contentSearchFeaturesUsed: 0
  676. ps4attribEyeToEyeDistanceSettingVR: 0
  677. ps4IncludedModules: []
  678. monoEnv:
  679. splashScreenBackgroundSourceLandscape: {fileID: 0}
  680. splashScreenBackgroundSourcePortrait: {fileID: 0}
  681. blurSplashScreenBackground: 1
  682. spritePackerPolicy:
  683. webGLMemorySize: 256
  684. webGLExceptionSupport: 1
  685. webGLNameFilesAsHashes: 0
  686. webGLDataCaching: 0
  687. webGLDebugSymbols: 0
  688. webGLEmscriptenArgs:
  689. webGLModulesDirectory:
  690. webGLTemplate: APPLICATION:Default
  691. webGLAnalyzeBuildSize: 0
  692. webGLUseEmbeddedResources: 0
  693. webGLCompressionFormat: 1
  694. webGLLinkerTarget: 1
  695. webGLThreadsSupport: 0
  696. webGLWasmStreaming: 0
  697. scriptingDefineSymbols: {}
  698. platformArchitecture:
  699. iPhone: 2
  700. scriptingBackend:
  701. Android: 0
  702. Standalone: 0
  703. WP8: 2
  704. WebGL: 1
  705. WebPlayer: 0
  706. Windows Store Apps: 2
  707. iPhone: 1
  708. il2cppCompilerConfiguration: {}
  709. managedStrippingLevel: {}
  710. incrementalIl2cppBuild:
  711. iPhone: 0
  712. allowUnsafeCode: 1
  713. additionalIl2CppArgs:
  714. scriptingRuntimeVersion: 1
  715. gcIncremental: 0
  716. gcWBarrierValidation: 0
  717. apiCompatibilityLevelPerPlatform: {}
  718. m_RenderingPath: 1
  719. m_MobileRenderingPath: 1
  720. metroPackageName: RunnerSanta
  721. metroPackageVersion:
  722. metroCertificatePath:
  723. metroCertificatePassword:
  724. metroCertificateSubject:
  725. metroCertificateIssuer:
  726. metroCertificateNotAfter: 0000000000000000
  727. metroApplicationDescription: RunnerSanta
  728. wsaImages: {}
  729. metroTileShortName:
  730. metroTileShowName: 0
  731. metroMediumTileShowName: 0
  732. metroLargeTileShowName: 0
  733. metroWideTileShowName: 0
  734. metroSupportStreamingInstall: 0
  735. metroLastRequiredScene: 0
  736. metroDefaultTileSize: 1
  737. metroTileForegroundText: 1
  738. metroTileBackgroundColor: {r: 0, g: 0, b: 0, a: 1}
  739. metroSplashScreenBackgroundColor: {r: 0, g: 0, b: 0, a: 1}
  740. metroSplashScreenUseBackgroundColor: 0
  741. platformCapabilities: {}
  742. metroTargetDeviceFamilies: {}
  743. metroFTAName:
  744. metroFTAFileTypes: []
  745. metroProtocolName:
  746. XboxOneProductId:
  747. XboxOneUpdateKey:
  748. XboxOneSandboxId:
  749. XboxOneContentId:
  750. XboxOneTitleId:
  751. XboxOneSCId:
  752. XboxOneGameOsOverridePath:
  753. XboxOnePackagingOverridePath:
  754. XboxOneAppManifestOverridePath:
  755. XboxOneVersion: 1.0.0.0
  756. XboxOnePackageEncryption: 0
  757. XboxOnePackageUpdateGranularity: 2
  758. XboxOneDescription:
  759. XboxOneLanguage:
  760. - enus
  761. XboxOneCapability: []
  762. XboxOneGameRating: {}
  763. XboxOneIsContentPackage: 0
  764. XboxOneEnableGPUVariability: 0
  765. XboxOneSockets: {}
  766. XboxOneSplashScreen: {fileID: 0}
  767. XboxOneAllowedProductIds: []
  768. XboxOnePersistentLocalStorageSize: 0
  769. XboxOneXTitleMemory: 8
  770. xboxOneScriptCompiler: 1
  771. XboxOneOverrideIdentityName:
  772. vrEditorSettings:
  773. daydream:
  774. daydreamIconForeground: {fileID: 0}
  775. daydreamIconBackground: {fileID: 0}
  776. cloudServicesEnabled:
  777. Analytics: 0
  778. Build: 0
  779. Collab: 0
  780. ErrorHub: 0
  781. Game_Performance: 0
  782. Hub: 0
  783. Purchasing: 0
  784. UNet: 1
  785. Unity_Ads: 0
  786. luminIcon:
  787. m_Name:
  788. m_ModelFolderPath:
  789. m_PortalFolderPath:
  790. luminCert:
  791. m_CertPath:
  792. m_SignPackage: 1
  793. luminIsChannelApp: 0
  794. luminVersion:
  795. m_VersionCode: 1
  796. m_VersionName:
  797. facebookSdkVersion: 7.9.4
  798. facebookAppId:
  799. facebookCookies: 1
  800. facebookLogging: 1
  801. facebookStatus: 1
  802. facebookXfbml: 0
  803. facebookFrictionlessRequests: 1
  804. apiCompatibilityLevel: 6
  805. cloudProjectId: d7c1144e-8d99-4dcd-aaac-602c84b1adfd
  806. framebufferDepthMemorylessMode: 0
  807. projectName: Santa Mission
  808. organizationId: alex-flex533
  809. cloudEnabled: 0
  810. enableNativePlatformBackendsForNewInputSystem: 0
  811. disableOldInputManagerSupport: 0
  812. legacyClampBlendShapeWeights: 1