Initial commit

This commit is contained in:
2026-01-11 10:23:48 +01:00
commit 71ecd55ab0
174 changed files with 864 additions and 0 deletions

56
MosisUnreal.uproject Normal file
View File

@@ -0,0 +1,56 @@
{
"FileVersion": 3,
"EngineAssociation": "5.4",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "MosisUnreal",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "OpenXR",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android"
]
},
{
"Name": "OpenXREyeTracker",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android"
]
},
{
"Name": "OpenXRHandTracking",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android"
]
}
],
"TargetPlatforms": [
"Android",
"IOS",
"Linux",
"Mac",
"PS4",
"PS5",
"Windows",
"WindowsNoEditor",
"Switch",
"XboxOne",
"XSX",
"HoloLens"
]
}