Initial Files

This commit is contained in:
2024-11-17 17:58:33 -04:00
commit 7b52ebb75e
775 changed files with 2569 additions and 0 deletions

41
Aura.uproject Normal file
View File

@ -0,0 +1,41 @@
{
"FileVersion": 3,
"EngineAssociation": "{EB707844-4AD2-1768-89AB-98A7F81F1F38}",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Aura",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "DLSS",
"Enabled": true,
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss"
},
{
"Name": "RenderDocPlugin",
"Enabled": false
}
],
"TargetPlatforms": [
"Linux",
"LinuxArm64",
"Windows",
"Mac",
"HoloLens"
]
}