carla/Carla.uplugin

28 lines
474 B
Plaintext
Raw Normal View History

2017-03-03 19:24:26 +08:00
{
"FileVersion": 3,
"Version": 1,
2017-06-21 22:27:35 +08:00
"VersionName": "0.4.6",
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": [
"Engine",
"PhysXVehicles"
]
2017-03-03 19:24:26 +08:00
}
]
2017-03-09 19:52:21 +08:00
}