Files
Aura/Aura.uproject
2024-08-13 20:40:18 +02:00

49 lines
760 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.4",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Aura",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"GameplayAbilities",
"UMG",
"CoreUObject",
"EnhancedInput",
"AIModule",
"InteractionSystem",
"SlotBasedInventorySystem",
"LibAmasson"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GameplayAbilities",
"Enabled": true
},
{
"Name": "MotionWarping",
"Enabled": true
},
{
"Name": "MassCrowd",
"Enabled": true
},
{
"Name": "FunctionalTestingEditor",
"Enabled": true
}
]
}