Corrected path (#7117)
* added export map package instructiong * added package location * fixed hyperlink * corrected path
This commit is contained in:
parent
1d1f7a4b1c
commit
c2ace4caaa
|
@ -431,7 +431,7 @@ The `<mapPackage>` must point to a json file located in `CARLA_ROOT/Unreal/Carla
|
|||
{
|
||||
"maps": [
|
||||
{
|
||||
"path": "/Game/Carla/Maps/MyMap",
|
||||
"path": "/Game/Carla/Maps/",
|
||||
"name": "MyMap",
|
||||
"use_carla_materials": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue