ProjectSettings.asset 27 KB

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