carla/Unreal/CarlaUE4/CarlaUE4.uproject

26 lines
357 B
Plaintext
Raw Normal View History

{
"FileVersion": 3,
2018-02-20 19:15:43 +08:00
"EngineAssociation": "4.18",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "CarlaUE4",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"PhysXVehicles",
"Carla",
"CoreUObject"
]
}
],
"Plugins": [
{
"Name": "Carla",
"Enabled": true
}
]
}