Corrected path (#7117)

* added export map package instructiong

* added package location

* fixed hyperlink

* corrected path
This commit is contained in:
MattRoweEAIF 2024-02-02 21:04:31 +01:00 committed by GitHub
parent 1d1f7a4b1c
commit c2ace4caaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
}