ProjectSettings.asset 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  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: 17b4e65fafe00a54abdb1c81818878e1
  8. AndroidProfiler: 0
  9. AndroidFilterTouchesWhenObscured: 0
  10. AndroidEnableSustainedPerformanceMode: 0
  11. defaultScreenOrientation: 0
  12. targetDevice: 2
  13. useOnDemandResources: 0
  14. accelerometerFrequency: 60
  15. companyName: DefaultCompany
  16. productName: AR Shooting
  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: 0
  103. meshDeformation: 0
  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: 1048576
  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.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.unity.template.ar_mobile
  170. Standalone: com.unity.template.ar-mobile
  171. iPhone: com.unity.template.armobile
  172. buildNumber:
  173. Bratwurst: 0
  174. Standalone: 0
  175. VisionOS: 0
  176. iPhone: 0
  177. tvOS: 0
  178. overrideDefaultApplicationIdentifier: 1
  179. AndroidBundleVersionCode: 1
  180. AndroidMinSdkVersion: 26
  181. AndroidTargetSdkVersion: 0
  182. AndroidPreferredInstallLocation: 1
  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: 069202b91adc77e41923adcf0d1b815b
  261. templatePackageId: com.unity.template.ar-mobile@2.1.2
  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: iPhone
  303. m_Icons:
  304. - m_Textures: []
  305. m_Width: 180
  306. m_Height: 180
  307. m_Kind: 0
  308. m_SubKind: iPhone
  309. - m_Textures: []
  310. m_Width: 120
  311. m_Height: 120
  312. m_Kind: 0
  313. m_SubKind: iPhone
  314. - m_Textures: []
  315. m_Width: 167
  316. m_Height: 167
  317. m_Kind: 0
  318. m_SubKind: iPad
  319. - m_Textures: []
  320. m_Width: 152
  321. m_Height: 152
  322. m_Kind: 0
  323. m_SubKind: iPad
  324. - m_Textures: []
  325. m_Width: 76
  326. m_Height: 76
  327. m_Kind: 0
  328. m_SubKind: iPad
  329. - m_Textures: []
  330. m_Width: 120
  331. m_Height: 120
  332. m_Kind: 3
  333. m_SubKind: iPhone
  334. - m_Textures: []
  335. m_Width: 80
  336. m_Height: 80
  337. m_Kind: 3
  338. m_SubKind: iPhone
  339. - m_Textures: []
  340. m_Width: 80
  341. m_Height: 80
  342. m_Kind: 3
  343. m_SubKind: iPad
  344. - m_Textures: []
  345. m_Width: 40
  346. m_Height: 40
  347. m_Kind: 3
  348. m_SubKind: iPad
  349. - m_Textures: []
  350. m_Width: 87
  351. m_Height: 87
  352. m_Kind: 1
  353. m_SubKind: iPhone
  354. - m_Textures: []
  355. m_Width: 58
  356. m_Height: 58
  357. m_Kind: 1
  358. m_SubKind: iPhone
  359. - m_Textures: []
  360. m_Width: 29
  361. m_Height: 29
  362. m_Kind: 1
  363. m_SubKind: iPhone
  364. - m_Textures: []
  365. m_Width: 58
  366. m_Height: 58
  367. m_Kind: 1
  368. m_SubKind: iPad
  369. - m_Textures: []
  370. m_Width: 29
  371. m_Height: 29
  372. m_Kind: 1
  373. m_SubKind: iPad
  374. - m_Textures: []
  375. m_Width: 60
  376. m_Height: 60
  377. m_Kind: 2
  378. m_SubKind: iPhone
  379. - m_Textures: []
  380. m_Width: 40
  381. m_Height: 40
  382. m_Kind: 2
  383. m_SubKind: iPhone
  384. - m_Textures: []
  385. m_Width: 40
  386. m_Height: 40
  387. m_Kind: 2
  388. m_SubKind: iPad
  389. - m_Textures: []
  390. m_Width: 20
  391. m_Height: 20
  392. m_Kind: 2
  393. m_SubKind: iPad
  394. - m_Textures: []
  395. m_Width: 1024
  396. m_Height: 1024
  397. m_Kind: 4
  398. m_SubKind: App Store
  399. - m_BuildTarget: Android
  400. m_Icons:
  401. - m_Textures: []
  402. m_Width: 432
  403. m_Height: 432
  404. m_Kind: 2
  405. m_SubKind:
  406. - m_Textures: []
  407. m_Width: 324
  408. m_Height: 324
  409. m_Kind: 2
  410. m_SubKind:
  411. - m_Textures: []
  412. m_Width: 216
  413. m_Height: 216
  414. m_Kind: 2
  415. m_SubKind:
  416. - m_Textures: []
  417. m_Width: 162
  418. m_Height: 162
  419. m_Kind: 2
  420. m_SubKind:
  421. - m_Textures: []
  422. m_Width: 108
  423. m_Height: 108
  424. m_Kind: 2
  425. m_SubKind:
  426. - m_Textures: []
  427. m_Width: 81
  428. m_Height: 81
  429. m_Kind: 2
  430. m_SubKind:
  431. - m_Textures: []
  432. m_Width: 192
  433. m_Height: 192
  434. m_Kind: 1
  435. m_SubKind:
  436. - m_Textures: []
  437. m_Width: 144
  438. m_Height: 144
  439. m_Kind: 1
  440. m_SubKind:
  441. - m_Textures: []
  442. m_Width: 96
  443. m_Height: 96
  444. m_Kind: 1
  445. m_SubKind:
  446. - m_Textures: []
  447. m_Width: 72
  448. m_Height: 72
  449. m_Kind: 1
  450. m_SubKind:
  451. - m_Textures: []
  452. m_Width: 48
  453. m_Height: 48
  454. m_Kind: 1
  455. m_SubKind:
  456. - m_Textures: []
  457. m_Width: 36
  458. m_Height: 36
  459. m_Kind: 1
  460. m_SubKind:
  461. - m_Textures: []
  462. m_Width: 192
  463. m_Height: 192
  464. m_Kind: 0
  465. m_SubKind:
  466. - m_Textures: []
  467. m_Width: 144
  468. m_Height: 144
  469. m_Kind: 0
  470. m_SubKind:
  471. - m_Textures: []
  472. m_Width: 96
  473. m_Height: 96
  474. m_Kind: 0
  475. m_SubKind:
  476. - m_Textures: []
  477. m_Width: 72
  478. m_Height: 72
  479. m_Kind: 0
  480. m_SubKind:
  481. - m_Textures: []
  482. m_Width: 48
  483. m_Height: 48
  484. m_Kind: 0
  485. m_SubKind:
  486. - m_Textures: []
  487. m_Width: 36
  488. m_Height: 36
  489. m_Kind: 0
  490. m_SubKind:
  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: Android
  537. m_StaticBatching: 1
  538. m_DynamicBatching: 0
  539. m_BuildTargetShaderSettings: []
  540. m_BuildTargetGraphicsJobs: []
  541. m_BuildTargetGraphicsJobMode: []
  542. m_BuildTargetGraphicsAPIs:
  543. - m_BuildTarget: iOSSupport
  544. m_APIs: 10000000
  545. m_Automatic: 1
  546. - m_BuildTarget: AndroidPlayer
  547. m_APIs: 0b000000
  548. m_Automatic: 0
  549. m_BuildTargetVRSettings: []
  550. m_DefaultShaderChunkSizeInMB: 16
  551. m_DefaultShaderChunkCount: 0
  552. openGLRequireES31: 0
  553. openGLRequireES31AEP: 0
  554. openGLRequireES32: 0
  555. m_TemplateCustomTags: {}
  556. mobileMTRendering:
  557. Android: 0
  558. iPhone: 0
  559. tvOS: 1
  560. m_BuildTargetGroupLightmapEncodingQuality: []
  561. m_BuildTargetGroupHDRCubemapEncodingQuality: []
  562. m_BuildTargetGroupLightmapSettings: []
  563. m_BuildTargetGroupLoadStoreDebugModeSettings: []
  564. m_BuildTargetNormalMapEncoding: []
  565. m_BuildTargetDefaultTextureCompressionFormat:
  566. - serializedVersion: 3
  567. m_BuildTarget: Android
  568. m_Formats: 03000000
  569. playModeTestRunnerEnabled: 0
  570. runPlayModeTestAsEditModeTest: 0
  571. actionOnDotNetUnhandledException: 1
  572. editorGfxJobOverride: 1
  573. enableInternalProfiler: 0
  574. logObjCUncaughtExceptions: 1
  575. enableCrashReportAPI: 0
  576. cameraUsageDescription: AR Camera
  577. locationUsageDescription:
  578. microphoneUsageDescription:
  579. bluetoothUsageDescription:
  580. macOSTargetOSVersion: 12.0
  581. switchNMETAOverride:
  582. switchNetLibKey:
  583. switchSocketMemoryPoolSize: 6144
  584. switchSocketAllocatorPoolSize: 128
  585. switchSocketConcurrencyLimit: 14
  586. switchScreenResolutionBehavior: 2
  587. switchUseCPUProfiler: 0
  588. switchEnableFileSystemTrace: 0
  589. switchLTOSetting: 0
  590. switchApplicationID: 0x01004b9000490000
  591. switchNSODependencies:
  592. switchCompilerFlags:
  593. switchTitleNames_0:
  594. switchTitleNames_1:
  595. switchTitleNames_2:
  596. switchTitleNames_3:
  597. switchTitleNames_4:
  598. switchTitleNames_5:
  599. switchTitleNames_6:
  600. switchTitleNames_7:
  601. switchTitleNames_8:
  602. switchTitleNames_9:
  603. switchTitleNames_10:
  604. switchTitleNames_11:
  605. switchTitleNames_12:
  606. switchTitleNames_13:
  607. switchTitleNames_14:
  608. switchTitleNames_15:
  609. switchPublisherNames_0:
  610. switchPublisherNames_1:
  611. switchPublisherNames_2:
  612. switchPublisherNames_3:
  613. switchPublisherNames_4:
  614. switchPublisherNames_5:
  615. switchPublisherNames_6:
  616. switchPublisherNames_7:
  617. switchPublisherNames_8:
  618. switchPublisherNames_9:
  619. switchPublisherNames_10:
  620. switchPublisherNames_11:
  621. switchPublisherNames_12:
  622. switchPublisherNames_13:
  623. switchPublisherNames_14:
  624. switchPublisherNames_15:
  625. switchIcons_0: {fileID: 0}
  626. switchIcons_1: {fileID: 0}
  627. switchIcons_2: {fileID: 0}
  628. switchIcons_3: {fileID: 0}
  629. switchIcons_4: {fileID: 0}
  630. switchIcons_5: {fileID: 0}
  631. switchIcons_6: {fileID: 0}
  632. switchIcons_7: {fileID: 0}
  633. switchIcons_8: {fileID: 0}
  634. switchIcons_9: {fileID: 0}
  635. switchIcons_10: {fileID: 0}
  636. switchIcons_11: {fileID: 0}
  637. switchIcons_12: {fileID: 0}
  638. switchIcons_13: {fileID: 0}
  639. switchIcons_14: {fileID: 0}
  640. switchIcons_15: {fileID: 0}
  641. switchSmallIcons_0: {fileID: 0}
  642. switchSmallIcons_1: {fileID: 0}
  643. switchSmallIcons_2: {fileID: 0}
  644. switchSmallIcons_3: {fileID: 0}
  645. switchSmallIcons_4: {fileID: 0}
  646. switchSmallIcons_5: {fileID: 0}
  647. switchSmallIcons_6: {fileID: 0}
  648. switchSmallIcons_7: {fileID: 0}
  649. switchSmallIcons_8: {fileID: 0}
  650. switchSmallIcons_9: {fileID: 0}
  651. switchSmallIcons_10: {fileID: 0}
  652. switchSmallIcons_11: {fileID: 0}
  653. switchSmallIcons_12: {fileID: 0}
  654. switchSmallIcons_13: {fileID: 0}
  655. switchSmallIcons_14: {fileID: 0}
  656. switchSmallIcons_15: {fileID: 0}
  657. switchManualHTML:
  658. switchAccessibleURLs:
  659. switchLegalInformation:
  660. switchMainThreadStackSize: 1048576
  661. switchPresenceGroupId:
  662. switchLogoHandling: 0
  663. switchReleaseVersion: 0
  664. switchDisplayVersion: 1.0.0
  665. switchStartupUserAccount: 0
  666. switchSupportedLanguagesMask: 0
  667. switchLogoType: 0
  668. switchApplicationErrorCodeCategory:
  669. switchUserAccountSaveDataSize: 0
  670. switchUserAccountSaveDataJournalSize: 0
  671. switchApplicationAttribute: 0
  672. switchCardSpecSize: -1
  673. switchCardSpecClock: -1
  674. switchRatingsMask: 0
  675. switchRatingsInt_0: 0
  676. switchRatingsInt_1: 0
  677. switchRatingsInt_2: 0
  678. switchRatingsInt_3: 0
  679. switchRatingsInt_4: 0
  680. switchRatingsInt_5: 0
  681. switchRatingsInt_6: 0
  682. switchRatingsInt_7: 0
  683. switchRatingsInt_8: 0
  684. switchRatingsInt_9: 0
  685. switchRatingsInt_10: 0
  686. switchRatingsInt_11: 0
  687. switchRatingsInt_12: 0
  688. switchLocalCommunicationIds_0:
  689. switchLocalCommunicationIds_1:
  690. switchLocalCommunicationIds_2:
  691. switchLocalCommunicationIds_3:
  692. switchLocalCommunicationIds_4:
  693. switchLocalCommunicationIds_5:
  694. switchLocalCommunicationIds_6:
  695. switchLocalCommunicationIds_7:
  696. switchParentalControl: 0
  697. switchAllowsScreenshot: 1
  698. switchAllowsVideoCapturing: 1
  699. switchAllowsRuntimeAddOnContentInstall: 0
  700. switchDataLossConfirmation: 0
  701. switchUserAccountLockEnabled: 0
  702. switchSystemResourceMemory: 16777216
  703. switchSupportedNpadStyles: 22
  704. switchNativeFsCacheSize: 32
  705. switchIsHoldTypeHorizontal: 0
  706. switchSupportedNpadCount: 8
  707. switchEnableTouchScreen: 1
  708. switchSocketConfigEnabled: 0
  709. switchTcpInitialSendBufferSize: 32
  710. switchTcpInitialReceiveBufferSize: 64
  711. switchTcpAutoSendBufferSizeMax: 256
  712. switchTcpAutoReceiveBufferSizeMax: 256
  713. switchUdpSendBufferSize: 9
  714. switchUdpReceiveBufferSize: 42
  715. switchSocketBufferEfficiency: 4
  716. switchSocketInitializeEnabled: 1
  717. switchNetworkInterfaceManagerInitializeEnabled: 1
  718. switchDisableHTCSPlayerConnection: 0
  719. switchUseNewStyleFilepaths: 0
  720. switchUseLegacyFmodPriorities: 1
  721. switchUseMicroSleepForYield: 1
  722. switchEnableRamDiskSupport: 0
  723. switchMicroSleepForYieldTime: 25
  724. switchRamDiskSpaceSize: 12
  725. switchUpgradedPlayerSettingsToNMETA: 0
  726. ps4NPAgeRating: 12
  727. ps4NPTitleSecret:
  728. ps4NPTrophyPackPath:
  729. ps4ParentalLevel: 11
  730. ps4ContentID: ED1633-NPXX51362_00-0000000000000000
  731. ps4Category: 0
  732. ps4MasterVersion: 01.00
  733. ps4AppVersion: 01.00
  734. ps4AppType: 0
  735. ps4ParamSfxPath:
  736. ps4VideoOutPixelFormat: 0
  737. ps4VideoOutInitialWidth: 1920
  738. ps4VideoOutBaseModeInitialWidth: 1920
  739. ps4VideoOutReprojectionRate: 60
  740. ps4PronunciationXMLPath:
  741. ps4PronunciationSIGPath:
  742. ps4BackgroundImagePath:
  743. ps4StartupImagePath:
  744. ps4StartupImagesFolder:
  745. ps4IconImagesFolder:
  746. ps4SaveDataImagePath:
  747. ps4SdkOverride:
  748. ps4BGMPath:
  749. ps4ShareFilePath:
  750. ps4ShareOverlayImagePath:
  751. ps4PrivacyGuardImagePath:
  752. ps4ExtraSceSysFile:
  753. ps4NPtitleDatPath:
  754. ps4RemotePlayKeyAssignment: -1
  755. ps4RemotePlayKeyMappingDir:
  756. ps4PlayTogetherPlayerCount: 0
  757. ps4EnterButtonAssignment: 2
  758. ps4ApplicationParam1: 0
  759. ps4ApplicationParam2: 0
  760. ps4ApplicationParam3: 0
  761. ps4ApplicationParam4: 0
  762. ps4DownloadDataSize: 0
  763. ps4GarlicHeapSize: 2048
  764. ps4ProGarlicHeapSize: 2560
  765. playerPrefsMaxSize: 32768
  766. ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ
  767. ps4pnSessions: 1
  768. ps4pnPresence: 1
  769. ps4pnFriends: 1
  770. ps4pnGameCustomData: 1
  771. playerPrefsSupport: 0
  772. enableApplicationExit: 0
  773. resetTempFolder: 1
  774. restrictedAudioUsageRights: 0
  775. ps4UseResolutionFallback: 0
  776. ps4ReprojectionSupport: 0
  777. ps4UseAudio3dBackend: 0
  778. ps4UseLowGarlicFragmentationMode: 1
  779. ps4SocialScreenEnabled: 0
  780. ps4ScriptOptimizationLevel: 2
  781. ps4Audio3dVirtualSpeakerCount: 14
  782. ps4attribCpuUsage: 0
  783. ps4PatchPkgPath:
  784. ps4PatchLatestPkgPath:
  785. ps4PatchChangeinfoPath:
  786. ps4PatchDayOne: 0
  787. ps4attribUserManagement: 0
  788. ps4attribMoveSupport: 0
  789. ps4attrib3DSupport: 0
  790. ps4attribShareSupport: 0
  791. ps4attribExclusiveVR: 0
  792. ps4disableAutoHideSplash: 0
  793. ps4videoRecordingFeaturesUsed: 0
  794. ps4contentSearchFeaturesUsed: 0
  795. ps4CompatibilityPS5: 0
  796. ps4AllowPS5Detection: 0
  797. ps4GPU800MHz: 1
  798. ps4attribEyeToEyeDistanceSettingVR: 0
  799. ps4IncludedModules: []
  800. ps4attribVROutputEnabled: 0
  801. monoEnv:
  802. splashScreenBackgroundSourceLandscape: {fileID: 0}
  803. splashScreenBackgroundSourcePortrait: {fileID: 0}
  804. blurSplashScreenBackground: 1
  805. spritePackerPolicy:
  806. webGLMemorySize: 32
  807. webGLExceptionSupport: 1
  808. webGLNameFilesAsHashes: 0
  809. webGLShowDiagnostics: 0
  810. webGLDataCaching: 1
  811. webGLDebugSymbols: 0
  812. webGLEmscriptenArgs:
  813. webGLModulesDirectory:
  814. webGLTemplate: APPLICATION:Default
  815. webGLAnalyzeBuildSize: 0
  816. webGLUseEmbeddedResources: 0
  817. webGLCompressionFormat: 0
  818. webGLWasmArithmeticExceptions: 0
  819. webGLLinkerTarget: 1
  820. webGLThreadsSupport: 0
  821. webGLDecompressionFallback: 0
  822. webGLInitialMemorySize: 32
  823. webGLMaximumMemorySize: 2048
  824. webGLMemoryGrowthMode: 2
  825. webGLMemoryLinearGrowthStep: 16
  826. webGLMemoryGeometricGrowthStep: 0.2
  827. webGLMemoryGeometricGrowthCap: 96
  828. webGLPowerPreference: 2
  829. webGLWebAssemblyTable: 0
  830. webGLWebAssemblyBigInt: 0
  831. webGLCloseOnQuit: 0
  832. webWasm2023: 0
  833. webEnableSubmoduleStrippingCompatibility: 0
  834. scriptingDefineSymbols:
  835. iPhone: UNITY_XR_ARKIT_LOADER_ENABLED
  836. additionalCompilerArguments: {}
  837. platformArchitecture: {}
  838. scriptingBackend:
  839. Android: 1
  840. il2cppCompilerConfiguration: {}
  841. il2cppCodeGeneration: {}
  842. il2cppStacktraceInformation: {}
  843. managedStrippingLevel: {}
  844. incrementalIl2cppBuild: {}
  845. suppressCommonWarnings: 1
  846. allowUnsafeCode: 0
  847. useDeterministicCompilation: 1
  848. additionalIl2CppArgs:
  849. scriptingRuntimeVersion: 1
  850. gcIncremental: 0
  851. gcWBarrierValidation: 0
  852. apiCompatibilityLevelPerPlatform: {}
  853. editorAssembliesCompatibilityLevel: 1
  854. m_RenderingPath: 1
  855. m_MobileRenderingPath: 1
  856. metroPackageName: AR Shooting
  857. metroPackageVersion:
  858. metroCertificatePath:
  859. metroCertificatePassword:
  860. metroCertificateSubject:
  861. metroCertificateIssuer:
  862. metroCertificateNotAfter: 0000000000000000
  863. metroApplicationDescription: AR Shooting
  864. wsaImages: {}
  865. metroTileShortName:
  866. metroTileShowName: 0
  867. metroMediumTileShowName: 0
  868. metroLargeTileShowName: 0
  869. metroWideTileShowName: 0
  870. metroSupportStreamingInstall: 0
  871. metroLastRequiredScene: 0
  872. metroDefaultTileSize: 1
  873. metroTileForegroundText: 2
  874. metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
  875. metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
  876. metroSplashScreenUseBackgroundColor: 0
  877. syncCapabilities: 0
  878. platformCapabilities: {}
  879. metroTargetDeviceFamilies: {}
  880. metroFTAName:
  881. metroFTAFileTypes: []
  882. metroProtocolName:
  883. vcxProjDefaultLanguage:
  884. XboxOneProductId:
  885. XboxOneUpdateKey:
  886. XboxOneSandboxId:
  887. XboxOneContentId:
  888. XboxOneTitleId:
  889. XboxOneSCId:
  890. XboxOneGameOsOverridePath:
  891. XboxOnePackagingOverridePath:
  892. XboxOneAppManifestOverridePath:
  893. XboxOneVersion: 1.0.0.0
  894. XboxOnePackageEncryption: 0
  895. XboxOnePackageUpdateGranularity: 2
  896. XboxOneDescription:
  897. XboxOneLanguage:
  898. - enus
  899. XboxOneCapability: []
  900. XboxOneGameRating: {}
  901. XboxOneIsContentPackage: 0
  902. XboxOneEnhancedXboxCompatibilityMode: 0
  903. XboxOneEnableGPUVariability: 1
  904. XboxOneSockets: {}
  905. XboxOneSplashScreen: {fileID: 0}
  906. XboxOneAllowedProductIds: []
  907. XboxOnePersistentLocalStorageSize: 0
  908. XboxOneXTitleMemory: 8
  909. XboxOneOverrideIdentityName:
  910. XboxOneOverrideIdentityPublisher:
  911. vrEditorSettings: {}
  912. cloudServicesEnabled: {}
  913. luminIcon:
  914. m_Name:
  915. m_ModelFolderPath:
  916. m_PortalFolderPath:
  917. luminCert:
  918. m_CertPath:
  919. m_SignPackage: 1
  920. luminIsChannelApp: 0
  921. luminVersion:
  922. m_VersionCode: 1
  923. m_VersionName:
  924. hmiPlayerDataPath:
  925. hmiForceSRGBBlit: 1
  926. embeddedLinuxEnableGamepadInput: 1
  927. hmiCpuConfiguration:
  928. hmiLogStartupTiming: 0
  929. qnxGraphicConfPath:
  930. apiCompatibilityLevel: 6
  931. captureStartupLogs: {}
  932. activeInputHandler: 2
  933. windowsGamepadBackendHint: 0
  934. cloudProjectId: 4e603ef8-5a82-402c-b10b-9d8fadda2322
  935. framebufferDepthMemorylessMode: 0
  936. qualitySettingsNames: []
  937. projectName: AR Shooting
  938. organizationId: unity_1w-gavqrj9tnya
  939. cloudEnabled: 0
  940. legacyClampBlendShapeWeights: 0
  941. hmiLoadingImage: {fileID: 0}
  942. platformRequiresReadableAssets: 0
  943. virtualTexturingSupportEnabled: 0
  944. insecureHttpOption: 0
  945. androidVulkanDenyFilterList: []
  946. androidVulkanAllowFilterList: []
  947. androidVulkanDeviceFilterListAsset: {fileID: 0}
  948. d3d12DeviceFilterListAsset: {fileID: 0}
  949. allowedHttpConnections: 3