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

34 lines
593 B
Plaintext
Raw Normal View History

2018-02-19 18:47:01 +08:00
{
"PluginFileVersion": 3,
"Version": 1,
"VersionName": "0.7.1",
"DisplayName": "CARLA",
"FriendlyName": "CARLA",
"Description": "",
"Category": "Science",
"CreatedBy": "CVC",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": true,
"Modules": [
{
"Name": "Carla",
"Type": "Developer",
"LoadingPhase": "PreDefault",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "PhysXVehicles",
"Enabled": true
}
]
}