initial commit

This commit is contained in:
2022-03-02 15:01:02 +02:00
commit cc0e5628d0
333 changed files with 1612 additions and 0 deletions

67
ue4_spaceship.uproject Normal file
View File

@@ -0,0 +1,67 @@
{
"FileVersion": 3,
"EngineAssociation": "4.27",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "XRVisualization",
"Enabled": false
},
{
"Name": "ResonanceAudio",
"Enabled": true
},
{
"Name": "OculusVR",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Android"
]
},
{
"Name": "OpenXR",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Linux",
"Android",
"HoloLens"
]
},
{
"Name": "SteamVR",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Linux"
]
},
{
"Name": "OculusOpenXR",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Android"
]
}
],
"TargetPlatforms": [
"Android",
"IOS",
"Linux",
"Mac",
"PS4",
"PS5",
"Windows",
"WindowsNoEditor",
"Switch",
"XboxOne",
"XSX"
]
}