ProjectSettings.asset 30 KB

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