carla/Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin

33 lines
743 B
Plaintext
Raw Normal View History

2018-03-16 02:32:07 +08:00
{
2018-04-04 21:40:03 +08:00
"FileVersion": 3,
2018-03-16 02:32:07 +08:00
"Version": 1,
2019-03-30 23:27:21 +08:00
"VersionName": "0.9.5",
2018-03-16 02:32:07 +08:00
"FriendlyName": "CARLA",
2018-04-04 21:40:03 +08:00
"Description": "Open-source simulator for autonomous driving research.",
2018-03-16 02:32:07 +08:00
"Category": "Science",
2018-04-04 21:40:03 +08:00
"CreatedBy": "Computer Vision Center (CVC) at the Universitat Autonoma de Barcelona (UAB)",
"CreatedByURL": "http://carla.org",
"DocsURL": "http://carla.readthedocs.io",
2018-03-16 02:32:07 +08:00
"MarketplaceURL": "",
2018-04-04 21:40:03 +08:00
"SupportURL": "https://github.com/carla-simulator/carla/issues",
2018-03-16 02:32:07 +08:00
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": true,
"Modules": [
{
"Name": "Carla",
"Type": "Runtime",
2018-03-16 02:32:07 +08:00
"LoadingPhase": "PreDefault",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "PhysXVehicles",
"Enabled": true
}
]
}