carla/Carla.uplugin

33 lines
526 B
Plaintext
Raw Normal View History

2017-03-03 19:24:26 +08:00
{
"FileVersion": 3,
"Version": 1,
2017-09-21 23:01:30 +08:00
"VersionName": "0.5.1",
2017-03-03 19:24:26 +08:00
"FriendlyName": "CARLA",
"Description": "",
"Category": "Science",
"CreatedBy": "CVC",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
2017-03-03 19:24:26 +08:00
"IsBetaVersion": true,
2017-03-21 21:10:49 +08:00
"Installed": true,
2017-03-03 19:24:26 +08:00
"Modules": [
{
"Name": "Carla",
"Type": "Developer",
2017-03-09 19:52:21 +08:00
"LoadingPhase": "Default",
"AdditionalDependencies": [
2017-08-23 18:38:06 +08:00
"Engine"
2017-03-09 19:52:21 +08:00
]
2017-03-03 19:24:26 +08:00
}
2017-08-23 18:38:06 +08:00
],
"Plugins": [
{
"Name": "PhysXVehicles",
"Enabled": true
}
2017-03-03 19:24:26 +08:00
]
2017-03-09 19:52:21 +08:00
}