TetreeseDemo.uproject 1008 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "FileVersion": 3,
  3. "EngineAssociation": "5.2",
  4. "Category": "",
  5. "Description": "",
  6. "Modules": [
  7. {
  8. "Name": "TetreeseDemo",
  9. "Type": "Runtime",
  10. "LoadingPhase": "Default",
  11. "AdditionalDependencies": [
  12. "CoreUObject",
  13. "Engine"
  14. ]
  15. }
  16. ],
  17. "Plugins": [
  18. {
  19. "Name": "ModelingToolsEditorMode",
  20. "Enabled": true
  21. },
  22. {
  23. "Name": "OpenXR",
  24. "Enabled": true,
  25. "SupportedTargetPlatforms": [
  26. "Win64",
  27. "Linux",
  28. "Android",
  29. "HoloLens"
  30. ]
  31. },
  32. {
  33. "Name": "OpenXRHandTracking",
  34. "Enabled": true,
  35. "SupportedTargetPlatforms": [
  36. "Win64",
  37. "Linux",
  38. "Android",
  39. "HoloLens"
  40. ]
  41. },
  42. {
  43. "Name": "OpenXRMsftHandInteraction",
  44. "Enabled": true,
  45. "SupportedTargetPlatforms": [
  46. "Win64",
  47. "Android",
  48. "HoloLens"
  49. ]
  50. },
  51. {
  52. "Name": "OpenXREyeTracker",
  53. "Enabled": true,
  54. "SupportedTargetPlatforms": [
  55. "Win64",
  56. "Linux",
  57. "Android",
  58. "HoloLens"
  59. ]
  60. }
  61. ]
  62. }