ProjectSettings.asset 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!129 &1
  4. PlayerSettings:
  5. m_ObjectHideFlags: 0
  6. serializedVersion: 22
  7. productGUID: 1eef6cf50cae0d54db1fdab709d2e1e4
  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: SimpleCarControls
  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: 1024
  46. defaultScreenHeight: 768
  47. defaultScreenWidthWeb: 960
  48. defaultScreenHeightWeb: 600
  49. m_StereoRenderingPath: 0
  50. m_ActiveColorSpace: 0
  51. m_MTRendering: 1
  52. mipStripping: 0
  53. numberOfMipsStripped: 0
  54. m_StackTraceTypes: 010000000100000001000000010000000100000001000000
  55. iosShowActivityIndicatorOnLoading: -1
  56. androidShowActivityIndicatorOnLoading: -1
  57. iosUseCustomAppBackgroundBehavior: 0
  58. iosAllowHTTPDownload: 1
  59. allowedAutorotateToPortrait: 1
  60. allowedAutorotateToPortraitUpsideDown: 1
  61. allowedAutorotateToLandscapeRight: 1
  62. allowedAutorotateToLandscapeLeft: 1
  63. useOSAutorotation: 1
  64. use32BitDisplayBuffer: 1
  65. preserveFramebufferAlpha: 0
  66. disableDepthAndStencilBuffers: 0
  67. androidStartInFullscreen: 1
  68. androidRenderOutsideSafeArea: 1
  69. androidUseSwappy: 1
  70. androidBlitType: 0
  71. androidResizableWindow: 0
  72. androidDefaultWindowWidth: 1920
  73. androidDefaultWindowHeight: 1080
  74. androidMinimumWindowWidth: 400
  75. androidMinimumWindowHeight: 300
  76. androidFullscreenMode: 1
  77. defaultIsNativeResolution: 1
  78. macRetinaSupport: 1
  79. runInBackground: 1
  80. captureSingleScreen: 0
  81. muteOtherAudioSources: 0
  82. Prepare IOS For Recording: 0
  83. Force IOS Speakers When Recording: 0
  84. deferSystemGesturesMode: 0
  85. hideHomeButton: 0
  86. submitAnalytics: 1
  87. usePlayerLog: 1
  88. bakeCollisionMeshes: 0
  89. forceSingleInstance: 0
  90. useFlipModelSwapchain: 1
  91. resizableWindow: 0
  92. useMacAppStoreValidation: 0
  93. macAppStoreCategory: public.app-category.games
  94. gpuSkinning: 1
  95. xboxPIXTextureCapture: 0
  96. xboxEnableAvatar: 0
  97. xboxEnableKinect: 0
  98. xboxEnableKinectAutoTracking: 0
  99. xboxEnableFitness: 0
  100. visibleInBackground: 1
  101. allowFullscreenSwitch: 1
  102. fullscreenMode: 1
  103. xboxSpeechDB: 0
  104. xboxEnableHeadOrientation: 0
  105. xboxEnableGuest: 0
  106. xboxEnablePIXSampling: 0
  107. metalFramebufferOnly: 0
  108. xboxOneResolution: 0
  109. xboxOneSResolution: 0
  110. xboxOneXResolution: 3
  111. xboxOneMonoLoggingLevel: 0
  112. xboxOneLoggingLevel: 1
  113. xboxOneDisableEsram: 0
  114. xboxOneEnableTypeOptimization: 0
  115. xboxOnePresentImmediateThreshold: 0
  116. switchQueueCommandMemory: 0
  117. switchQueueControlMemory: 16384
  118. switchQueueComputeMemory: 262144
  119. switchNVNShaderPoolsGranularity: 33554432
  120. switchNVNDefaultPoolsGranularity: 16777216
  121. switchNVNOtherPoolsGranularity: 16777216
  122. switchNVNMaxPublicTextureIDCount: 0
  123. switchNVNMaxPublicSamplerIDCount: 0
  124. stadiaPresentMode: 0
  125. stadiaTargetFramerate: 0
  126. vulkanNumSwapchainBuffers: 3
  127. vulkanEnableSetSRGBWrite: 0
  128. vulkanEnablePreTransform: 0
  129. vulkanEnableLateAcquireNextImage: 0
  130. vulkanEnableCommandBufferRecycling: 1
  131. m_SupportedAspectRatios:
  132. 4:3: 1
  133. 5:4: 1
  134. 16:10: 1
  135. 16:9: 1
  136. Others: 1
  137. bundleVersion: 0.1
  138. preloadedAssets: []
  139. metroInputSource: 0
  140. wsaTransparentSwapchain: 0
  141. m_HolographicPauseOnTrackingLoss: 1
  142. xboxOneDisableKinectGpuReservation: 1
  143. xboxOneEnable7thCore: 1
  144. vrSettings:
  145. enable360StereoCapture: 0
  146. isWsaHolographicRemotingEnabled: 0
  147. enableFrameTimingStats: 0
  148. useHDRDisplay: 0
  149. D3DHDRBitDepth: 0
  150. m_ColorGamuts: 00000000
  151. targetPixelDensity: 30
  152. resolutionScalingMode: 0
  153. androidSupportedAspectRatio: 1
  154. androidMaxAspectRatio: 2.1
  155. applicationIdentifier: {}
  156. buildNumber:
  157. Standalone: 0
  158. iPhone: 0
  159. tvOS: 0
  160. overrideDefaultApplicationIdentifier: 0
  161. AndroidBundleVersionCode: 1
  162. AndroidMinSdkVersion: 19
  163. AndroidTargetSdkVersion: 0
  164. AndroidPreferredInstallLocation: 1
  165. aotOptions:
  166. stripEngineCode: 1
  167. iPhoneStrippingLevel: 0
  168. iPhoneScriptCallOptimization: 0
  169. ForceInternetPermission: 0
  170. ForceSDCardPermission: 0
  171. CreateWallpaper: 0
  172. APKExpansionFiles: 0
  173. keepLoadedShadersAlive: 0
  174. StripUnusedMeshComponents: 1
  175. VertexChannelCompressionMask: 4054
  176. iPhoneSdkVersion: 988
  177. iOSTargetOSVersionString: 11.0
  178. tvOSSdkVersion: 0
  179. tvOSRequireExtendedGameController: 0
  180. tvOSTargetOSVersionString: 11.0
  181. uIPrerenderedIcon: 0
  182. uIRequiresPersistentWiFi: 0
  183. uIRequiresFullScreen: 1
  184. uIStatusBarHidden: 1
  185. uIExitOnSuspend: 0
  186. uIStatusBarStyle: 0
  187. appleTVSplashScreen: {fileID: 0}
  188. appleTVSplashScreen2x: {fileID: 0}
  189. tvOSSmallIconLayers: []
  190. tvOSSmallIconLayers2x: []
  191. tvOSLargeIconLayers: []
  192. tvOSLargeIconLayers2x: []
  193. tvOSTopShelfImageLayers: []
  194. tvOSTopShelfImageLayers2x: []
  195. tvOSTopShelfImageWideLayers: []
  196. tvOSTopShelfImageWideLayers2x: []
  197. iOSLaunchScreenType: 0
  198. iOSLaunchScreenPortrait: {fileID: 0}
  199. iOSLaunchScreenLandscape: {fileID: 0}
  200. iOSLaunchScreenBackgroundColor:
  201. serializedVersion: 2
  202. rgba: 0
  203. iOSLaunchScreenFillPct: 100
  204. iOSLaunchScreenSize: 100
  205. iOSLaunchScreenCustomXibPath:
  206. iOSLaunchScreeniPadType: 0
  207. iOSLaunchScreeniPadImage: {fileID: 0}
  208. iOSLaunchScreeniPadBackgroundColor:
  209. serializedVersion: 2
  210. rgba: 0
  211. iOSLaunchScreeniPadFillPct: 100
  212. iOSLaunchScreeniPadSize: 100
  213. iOSLaunchScreeniPadCustomXibPath:
  214. iOSLaunchScreenCustomStoryboardPath:
  215. iOSLaunchScreeniPadCustomStoryboardPath:
  216. iOSDeviceRequirements: []
  217. iOSURLSchemes: []
  218. iOSBackgroundModes: 0
  219. iOSMetalForceHardShadows: 0
  220. metalEditorSupport: 1
  221. metalAPIValidation: 1
  222. iOSRenderExtraFrameOnPause: 0
  223. iosCopyPluginsCodeInsteadOfSymlink: 0
  224. appleDeveloperTeamID:
  225. iOSManualSigningProvisioningProfileID:
  226. tvOSManualSigningProvisioningProfileID:
  227. iOSManualSigningProvisioningProfileType: 0
  228. tvOSManualSigningProvisioningProfileType: 0
  229. appleEnableAutomaticSigning: 0
  230. iOSRequireARKit: 0
  231. iOSAutomaticallyDetectAndAddCapabilities: 1
  232. appleEnableProMotion: 0
  233. shaderPrecisionModel: 0
  234. clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea
  235. templatePackageId: com.unity.template.3d@5.0.4
  236. templateDefaultScene: Assets/Scenes/SampleScene.unity
  237. useCustomMainManifest: 0
  238. useCustomLauncherManifest: 0
  239. useCustomMainGradleTemplate: 0
  240. useCustomLauncherGradleManifest: 0
  241. useCustomBaseGradleTemplate: 0
  242. useCustomGradlePropertiesTemplate: 0
  243. useCustomProguardFile: 0
  244. AndroidTargetArchitectures: 1
  245. AndroidTargetDevices: 0
  246. AndroidSplashScreenScale: 0
  247. androidSplashScreen: {fileID: 0}
  248. AndroidKeystoreName:
  249. AndroidKeyaliasName:
  250. AndroidBuildApkPerCpuArchitecture: 0
  251. AndroidTVCompatibility: 0
  252. AndroidIsGame: 1
  253. AndroidEnableTango: 0
  254. androidEnableBanner: 1
  255. androidUseLowAccuracyLocation: 0
  256. androidUseCustomKeystore: 0
  257. m_AndroidBanners:
  258. - width: 320
  259. height: 180
  260. banner: {fileID: 0}
  261. androidGamepadSupportLevel: 0
  262. chromeosInputEmulation: 1
  263. AndroidMinifyWithR8: 0
  264. AndroidMinifyRelease: 0
  265. AndroidMinifyDebug: 0
  266. AndroidValidateAppBundleSize: 1
  267. AndroidAppBundleSizeToValidate: 150
  268. m_BuildTargetIcons: []
  269. m_BuildTargetPlatformIcons: []
  270. m_BuildTargetBatching:
  271. - m_BuildTarget: Standalone
  272. m_StaticBatching: 1
  273. m_DynamicBatching: 0
  274. - m_BuildTarget: tvOS
  275. m_StaticBatching: 1
  276. m_DynamicBatching: 0
  277. - m_BuildTarget: Android
  278. m_StaticBatching: 1
  279. m_DynamicBatching: 0
  280. - m_BuildTarget: iPhone
  281. m_StaticBatching: 1
  282. m_DynamicBatching: 0
  283. - m_BuildTarget: WebGL
  284. m_StaticBatching: 0
  285. m_DynamicBatching: 0
  286. m_BuildTargetGraphicsJobs:
  287. - m_BuildTarget: MacStandaloneSupport
  288. m_GraphicsJobs: 0
  289. - m_BuildTarget: Switch
  290. m_GraphicsJobs: 1
  291. - m_BuildTarget: MetroSupport
  292. m_GraphicsJobs: 1
  293. - m_BuildTarget: AppleTVSupport
  294. m_GraphicsJobs: 0
  295. - m_BuildTarget: BJMSupport
  296. m_GraphicsJobs: 1
  297. - m_BuildTarget: LinuxStandaloneSupport
  298. m_GraphicsJobs: 1
  299. - m_BuildTarget: PS4Player
  300. m_GraphicsJobs: 1
  301. - m_BuildTarget: iOSSupport
  302. m_GraphicsJobs: 0
  303. - m_BuildTarget: WindowsStandaloneSupport
  304. m_GraphicsJobs: 1
  305. - m_BuildTarget: XboxOnePlayer
  306. m_GraphicsJobs: 1
  307. - m_BuildTarget: LuminSupport
  308. m_GraphicsJobs: 0
  309. - m_BuildTarget: AndroidPlayer
  310. m_GraphicsJobs: 0
  311. - m_BuildTarget: WebGLSupport
  312. m_GraphicsJobs: 0
  313. m_BuildTargetGraphicsJobMode:
  314. - m_BuildTarget: PS4Player
  315. m_GraphicsJobMode: 0
  316. - m_BuildTarget: XboxOnePlayer
  317. m_GraphicsJobMode: 0
  318. m_BuildTargetGraphicsAPIs:
  319. - m_BuildTarget: AndroidPlayer
  320. m_APIs: 150000000b000000
  321. m_Automatic: 0
  322. - m_BuildTarget: iOSSupport
  323. m_APIs: 10000000
  324. m_Automatic: 1
  325. - m_BuildTarget: AppleTVSupport
  326. m_APIs: 10000000
  327. m_Automatic: 1
  328. - m_BuildTarget: WebGLSupport
  329. m_APIs: 0b000000
  330. m_Automatic: 1
  331. m_BuildTargetVRSettings:
  332. - m_BuildTarget: Standalone
  333. m_Enabled: 0
  334. m_Devices:
  335. - Oculus
  336. - OpenVR
  337. openGLRequireES31: 0
  338. openGLRequireES31AEP: 0
  339. openGLRequireES32: 0
  340. m_TemplateCustomTags: {}
  341. mobileMTRendering:
  342. Android: 1
  343. iPhone: 1
  344. tvOS: 1
  345. m_BuildTargetGroupLightmapEncodingQuality: []
  346. m_BuildTargetGroupLightmapSettings: []
  347. m_BuildTargetNormalMapEncoding: []
  348. playModeTestRunnerEnabled: 0
  349. runPlayModeTestAsEditModeTest: 0
  350. actionOnDotNetUnhandledException: 1
  351. enableInternalProfiler: 0
  352. logObjCUncaughtExceptions: 1
  353. enableCrashReportAPI: 0
  354. cameraUsageDescription:
  355. locationUsageDescription:
  356. microphoneUsageDescription:
  357. bluetoothUsageDescription:
  358. switchNMETAOverride:
  359. switchNetLibKey:
  360. switchSocketMemoryPoolSize: 6144
  361. switchSocketAllocatorPoolSize: 128
  362. switchSocketConcurrencyLimit: 14
  363. switchScreenResolutionBehavior: 2
  364. switchUseCPUProfiler: 0
  365. switchUseGOLDLinker: 0
  366. switchApplicationID: 0x01004b9000490000
  367. switchNSODependencies:
  368. switchTitleNames_0:
  369. switchTitleNames_1:
  370. switchTitleNames_2:
  371. switchTitleNames_3:
  372. switchTitleNames_4:
  373. switchTitleNames_5:
  374. switchTitleNames_6:
  375. switchTitleNames_7:
  376. switchTitleNames_8:
  377. switchTitleNames_9:
  378. switchTitleNames_10:
  379. switchTitleNames_11:
  380. switchTitleNames_12:
  381. switchTitleNames_13:
  382. switchTitleNames_14:
  383. switchTitleNames_15:
  384. switchPublisherNames_0:
  385. switchPublisherNames_1:
  386. switchPublisherNames_2:
  387. switchPublisherNames_3:
  388. switchPublisherNames_4:
  389. switchPublisherNames_5:
  390. switchPublisherNames_6:
  391. switchPublisherNames_7:
  392. switchPublisherNames_8:
  393. switchPublisherNames_9:
  394. switchPublisherNames_10:
  395. switchPublisherNames_11:
  396. switchPublisherNames_12:
  397. switchPublisherNames_13:
  398. switchPublisherNames_14:
  399. switchPublisherNames_15:
  400. switchIcons_0: {fileID: 0}
  401. switchIcons_1: {fileID: 0}
  402. switchIcons_2: {fileID: 0}
  403. switchIcons_3: {fileID: 0}
  404. switchIcons_4: {fileID: 0}
  405. switchIcons_5: {fileID: 0}
  406. switchIcons_6: {fileID: 0}
  407. switchIcons_7: {fileID: 0}
  408. switchIcons_8: {fileID: 0}
  409. switchIcons_9: {fileID: 0}
  410. switchIcons_10: {fileID: 0}
  411. switchIcons_11: {fileID: 0}
  412. switchIcons_12: {fileID: 0}
  413. switchIcons_13: {fileID: 0}
  414. switchIcons_14: {fileID: 0}
  415. switchIcons_15: {fileID: 0}
  416. switchSmallIcons_0: {fileID: 0}
  417. switchSmallIcons_1: {fileID: 0}
  418. switchSmallIcons_2: {fileID: 0}
  419. switchSmallIcons_3: {fileID: 0}
  420. switchSmallIcons_4: {fileID: 0}
  421. switchSmallIcons_5: {fileID: 0}
  422. switchSmallIcons_6: {fileID: 0}
  423. switchSmallIcons_7: {fileID: 0}
  424. switchSmallIcons_8: {fileID: 0}
  425. switchSmallIcons_9: {fileID: 0}
  426. switchSmallIcons_10: {fileID: 0}
  427. switchSmallIcons_11: {fileID: 0}
  428. switchSmallIcons_12: {fileID: 0}
  429. switchSmallIcons_13: {fileID: 0}
  430. switchSmallIcons_14: {fileID: 0}
  431. switchSmallIcons_15: {fileID: 0}
  432. switchManualHTML:
  433. switchAccessibleURLs:
  434. switchLegalInformation:
  435. switchMainThreadStackSize: 1048576
  436. switchPresenceGroupId:
  437. switchLogoHandling: 0
  438. switchReleaseVersion: 0
  439. switchDisplayVersion: 1.0.0
  440. switchStartupUserAccount: 0
  441. switchTouchScreenUsage: 0
  442. switchSupportedLanguagesMask: 0
  443. switchLogoType: 0
  444. switchApplicationErrorCodeCategory:
  445. switchUserAccountSaveDataSize: 0
  446. switchUserAccountSaveDataJournalSize: 0
  447. switchApplicationAttribute: 0
  448. switchCardSpecSize: -1
  449. switchCardSpecClock: -1
  450. switchRatingsMask: 0
  451. switchRatingsInt_0: 0
  452. switchRatingsInt_1: 0
  453. switchRatingsInt_2: 0
  454. switchRatingsInt_3: 0
  455. switchRatingsInt_4: 0
  456. switchRatingsInt_5: 0
  457. switchRatingsInt_6: 0
  458. switchRatingsInt_7: 0
  459. switchRatingsInt_8: 0
  460. switchRatingsInt_9: 0
  461. switchRatingsInt_10: 0
  462. switchRatingsInt_11: 0
  463. switchRatingsInt_12: 0
  464. switchLocalCommunicationIds_0:
  465. switchLocalCommunicationIds_1:
  466. switchLocalCommunicationIds_2:
  467. switchLocalCommunicationIds_3:
  468. switchLocalCommunicationIds_4:
  469. switchLocalCommunicationIds_5:
  470. switchLocalCommunicationIds_6:
  471. switchLocalCommunicationIds_7:
  472. switchParentalControl: 0
  473. switchAllowsScreenshot: 1
  474. switchAllowsVideoCapturing: 1
  475. switchAllowsRuntimeAddOnContentInstall: 0
  476. switchDataLossConfirmation: 0
  477. switchUserAccountLockEnabled: 0
  478. switchSystemResourceMemory: 16777216
  479. switchSupportedNpadStyles: 22
  480. switchNativeFsCacheSize: 32
  481. switchIsHoldTypeHorizontal: 0
  482. switchSupportedNpadCount: 8
  483. switchSocketConfigEnabled: 0
  484. switchTcpInitialSendBufferSize: 32
  485. switchTcpInitialReceiveBufferSize: 64
  486. switchTcpAutoSendBufferSizeMax: 256
  487. switchTcpAutoReceiveBufferSizeMax: 256
  488. switchUdpSendBufferSize: 9
  489. switchUdpReceiveBufferSize: 42
  490. switchSocketBufferEfficiency: 4
  491. switchSocketInitializeEnabled: 1
  492. switchNetworkInterfaceManagerInitializeEnabled: 1
  493. switchPlayerConnectionEnabled: 1
  494. switchUseNewStyleFilepaths: 0
  495. switchUseMicroSleepForYield: 1
  496. switchEnableRamDiskSupport: 0
  497. switchMicroSleepForYieldTime: 25
  498. switchRamDiskSpaceSize: 12
  499. ps4NPAgeRating: 12
  500. ps4NPTitleSecret:
  501. ps4NPTrophyPackPath:
  502. ps4ParentalLevel: 11
  503. ps4ContentID: ED1633-NPXX51362_00-0000000000000000
  504. ps4Category: 0
  505. ps4MasterVersion: 01.00
  506. ps4AppVersion: 01.00
  507. ps4AppType: 0
  508. ps4ParamSfxPath:
  509. ps4VideoOutPixelFormat: 0
  510. ps4VideoOutInitialWidth: 1920
  511. ps4VideoOutBaseModeInitialWidth: 1920
  512. ps4VideoOutReprojectionRate: 60
  513. ps4PronunciationXMLPath:
  514. ps4PronunciationSIGPath:
  515. ps4BackgroundImagePath:
  516. ps4StartupImagePath:
  517. ps4StartupImagesFolder:
  518. ps4IconImagesFolder:
  519. ps4SaveDataImagePath:
  520. ps4SdkOverride:
  521. ps4BGMPath:
  522. ps4ShareFilePath:
  523. ps4ShareOverlayImagePath:
  524. ps4PrivacyGuardImagePath:
  525. ps4ExtraSceSysFile:
  526. ps4NPtitleDatPath:
  527. ps4RemotePlayKeyAssignment: -1
  528. ps4RemotePlayKeyMappingDir:
  529. ps4PlayTogetherPlayerCount: 0
  530. ps4EnterButtonAssignment: 1
  531. ps4ApplicationParam1: 0
  532. ps4ApplicationParam2: 0
  533. ps4ApplicationParam3: 0
  534. ps4ApplicationParam4: 0
  535. ps4DownloadDataSize: 0
  536. ps4GarlicHeapSize: 2048
  537. ps4ProGarlicHeapSize: 2560
  538. playerPrefsMaxSize: 32768
  539. ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ
  540. ps4pnSessions: 1
  541. ps4pnPresence: 1
  542. ps4pnFriends: 1
  543. ps4pnGameCustomData: 1
  544. playerPrefsSupport: 0
  545. enableApplicationExit: 0
  546. resetTempFolder: 1
  547. restrictedAudioUsageRights: 0
  548. ps4UseResolutionFallback: 0
  549. ps4ReprojectionSupport: 0
  550. ps4UseAudio3dBackend: 0
  551. ps4UseLowGarlicFragmentationMode: 1
  552. ps4SocialScreenEnabled: 0
  553. ps4ScriptOptimizationLevel: 0
  554. ps4Audio3dVirtualSpeakerCount: 14
  555. ps4attribCpuUsage: 0
  556. ps4PatchPkgPath:
  557. ps4PatchLatestPkgPath:
  558. ps4PatchChangeinfoPath:
  559. ps4PatchDayOne: 0
  560. ps4attribUserManagement: 0
  561. ps4attribMoveSupport: 0
  562. ps4attrib3DSupport: 0
  563. ps4attribShareSupport: 0
  564. ps4attribExclusiveVR: 0
  565. ps4disableAutoHideSplash: 0
  566. ps4videoRecordingFeaturesUsed: 0
  567. ps4contentSearchFeaturesUsed: 0
  568. ps4CompatibilityPS5: 0
  569. ps4AllowPS5Detection: 0
  570. ps4GPU800MHz: 1
  571. ps4attribEyeToEyeDistanceSettingVR: 0
  572. ps4IncludedModules: []
  573. ps4attribVROutputEnabled: 0
  574. monoEnv:
  575. splashScreenBackgroundSourceLandscape: {fileID: 0}
  576. splashScreenBackgroundSourcePortrait: {fileID: 0}
  577. blurSplashScreenBackground: 1
  578. spritePackerPolicy:
  579. webGLMemorySize: 16
  580. webGLExceptionSupport: 1
  581. webGLNameFilesAsHashes: 0
  582. webGLDataCaching: 1
  583. webGLDebugSymbols: 0
  584. webGLEmscriptenArgs:
  585. webGLModulesDirectory:
  586. webGLTemplate: APPLICATION:Default
  587. webGLAnalyzeBuildSize: 0
  588. webGLUseEmbeddedResources: 0
  589. webGLCompressionFormat: 1
  590. webGLWasmArithmeticExceptions: 0
  591. webGLLinkerTarget: 1
  592. webGLThreadsSupport: 0
  593. webGLDecompressionFallback: 0
  594. scriptingDefineSymbols: {}
  595. additionalCompilerArguments: {}
  596. platformArchitecture: {}
  597. scriptingBackend: {}
  598. il2cppCompilerConfiguration: {}
  599. managedStrippingLevel: {}
  600. incrementalIl2cppBuild: {}
  601. suppressCommonWarnings: 1
  602. allowUnsafeCode: 0
  603. useDeterministicCompilation: 1
  604. useReferenceAssemblies: 1
  605. enableRoslynAnalyzers: 1
  606. additionalIl2CppArgs:
  607. scriptingRuntimeVersion: 1
  608. gcIncremental: 1
  609. assemblyVersionValidation: 1
  610. gcWBarrierValidation: 0
  611. apiCompatibilityLevelPerPlatform: {}
  612. m_RenderingPath: 1
  613. m_MobileRenderingPath: 1
  614. metroPackageName: Template_3D
  615. metroPackageVersion:
  616. metroCertificatePath:
  617. metroCertificatePassword:
  618. metroCertificateSubject:
  619. metroCertificateIssuer:
  620. metroCertificateNotAfter: 0000000000000000
  621. metroApplicationDescription: Template_3D
  622. wsaImages: {}
  623. metroTileShortName:
  624. metroTileShowName: 0
  625. metroMediumTileShowName: 0
  626. metroLargeTileShowName: 0
  627. metroWideTileShowName: 0
  628. metroSupportStreamingInstall: 0
  629. metroLastRequiredScene: 0
  630. metroDefaultTileSize: 1
  631. metroTileForegroundText: 2
  632. metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
  633. metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
  634. metroSplashScreenUseBackgroundColor: 0
  635. platformCapabilities: {}
  636. metroTargetDeviceFamilies: {}
  637. metroFTAName:
  638. metroFTAFileTypes: []
  639. metroProtocolName:
  640. vcxProjDefaultLanguage:
  641. XboxOneProductId:
  642. XboxOneUpdateKey:
  643. XboxOneSandboxId:
  644. XboxOneContentId:
  645. XboxOneTitleId:
  646. XboxOneSCId:
  647. XboxOneGameOsOverridePath:
  648. XboxOnePackagingOverridePath:
  649. XboxOneAppManifestOverridePath:
  650. XboxOneVersion: 1.0.0.0
  651. XboxOnePackageEncryption: 0
  652. XboxOnePackageUpdateGranularity: 2
  653. XboxOneDescription:
  654. XboxOneLanguage:
  655. - enus
  656. XboxOneCapability: []
  657. XboxOneGameRating: {}
  658. XboxOneIsContentPackage: 0
  659. XboxOneEnhancedXboxCompatibilityMode: 0
  660. XboxOneEnableGPUVariability: 1
  661. XboxOneSockets: {}
  662. XboxOneSplashScreen: {fileID: 0}
  663. XboxOneAllowedProductIds: []
  664. XboxOnePersistentLocalStorageSize: 0
  665. XboxOneXTitleMemory: 8
  666. XboxOneOverrideIdentityName:
  667. XboxOneOverrideIdentityPublisher:
  668. vrEditorSettings: {}
  669. cloudServicesEnabled:
  670. UNet: 1
  671. luminIcon:
  672. m_Name:
  673. m_ModelFolderPath:
  674. m_PortalFolderPath:
  675. luminCert:
  676. m_CertPath:
  677. m_SignPackage: 1
  678. luminIsChannelApp: 0
  679. luminVersion:
  680. m_VersionCode: 1
  681. m_VersionName:
  682. apiCompatibilityLevel: 6
  683. activeInputHandler: 0
  684. cloudProjectId:
  685. framebufferDepthMemorylessMode: 0
  686. qualitySettingsNames: []
  687. projectName:
  688. organizationId:
  689. cloudEnabled: 0
  690. legacyClampBlendShapeWeights: 0
  691. virtualTexturingSupportEnabled: 0