Initial commit

This commit is contained in:
2025-11-30 11:24:13 +01:00
commit cef5f1cd04
848 changed files with 84470 additions and 0 deletions

70
SCLTesting.uproject Normal file
View File

@@ -0,0 +1,70 @@
{
"FileVersion": 3,
"EngineAssociation": "5.7",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "SCLTesting",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "OpenXR",
"Enabled": true
},
{
"Name": "VRExpansionPlugin",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android",
"Mac",
"IOS"
]
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
},
{
"Name": "OpenXRExpansionPlugin",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android",
"Mac",
"IOS"
]
},
{
"Name": "SteamVR",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Linux"
]
},
{
"Name": "OpenXRHandTracking",
"Enabled": true
},
{
"Name": "Mover",
"Enabled": true
},
{
"Name": "MoverExamples",
"Enabled": true
},
{
"Name": "SteamSockets",
"Enabled": true
}
]
}