LuckyWorldV2/LuckyWorldV2.uproject
martinluckyrobots 144b3e3bce optimization some umg
2025-04-14 19:36:02 +08:00

39 lines
575 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.5",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "LuckyWorldV2",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"UMG",
"CoreUObject"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "CineCameraSceneCapture",
"Enabled": true
},
{
"Name": "ChaosVehiclesPlugin",
"Enabled": true
},
{
"Name": "RawInput",
"Enabled": true
}
]
}