Files
BusyRabbit/BusyRabbit.uproject
wyatt bccdc3d231 剔除不需要的插件依赖,比如Paper2D系列 #8
Paper2D系列还需要,如瓦片地图。提出了对PaperZD的依赖,以及依赖FlipBook组件的Actor
2025-10-20 22:45:08 +08:00

33 lines
499 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.4",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "BusyRabbit",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"slua_unreal",
"Engine",
"CoreUObject",
"GameplayAbilities",
"UMG"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GameplayAbilities",
"Enabled": true
}
]
}