Migration

This commit is contained in:
2024-03-20 16:21:19 +01:00
commit 4d87f6e4ab
1847 changed files with 19406 additions and 0 deletions

59
Aura.uproject Normal file
View File

@@ -0,0 +1,59 @@
{
"FileVersion": 3,
"EngineAssociation": "5.2",
"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
},
{
"Name": "RestartEditor",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/a00eb1e478ae4a8fb655aa22f9125b07"
},
{
"Name": "BlueprintAssist",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/9e895371fa3a471c87337860d6f341ff"
}
]
}