1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "FileVersion": 3,
- "EngineAssociation": "5.2",
- "Category": "",
- "Description": "",
- "Modules": [
- {
- "Name": "TetreeseDemo",
- "Type": "Runtime",
- "LoadingPhase": "Default",
- "AdditionalDependencies": [
- "CoreUObject",
- "Engine"
- ]
- }
- ],
- "Plugins": [
- {
- "Name": "ModelingToolsEditorMode",
- "Enabled": true
- },
- {
- "Name": "OpenXR",
- "Enabled": true,
- "SupportedTargetPlatforms": [
- "Win64",
- "Linux",
- "Android",
- "HoloLens"
- ]
- },
- {
- "Name": "OpenXRHandTracking",
- "Enabled": true,
- "SupportedTargetPlatforms": [
- "Win64",
- "Linux",
- "Android",
- "HoloLens"
- ]
- },
- {
- "Name": "OpenXRMsftHandInteraction",
- "Enabled": true,
- "SupportedTargetPlatforms": [
- "Win64",
- "Android",
- "HoloLens"
- ]
- },
- {
- "Name": "OpenXREyeTracker",
- "Enabled": true,
- "SupportedTargetPlatforms": [
- "Win64",
- "Linux",
- "Android",
- "HoloLens"
- ]
- }
- ]
- }
|