From 6eab6969f1561acca870f261001e4e50cd3019fa Mon Sep 17 00:00:00 2001 From: Manish Date: Mon, 8 Jul 2019 20:41:32 +0200 Subject: [PATCH] Updating doc --- Docs/asset_packages_for_dist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/asset_packages_for_dist.md b/Docs/asset_packages_for_dist.md index 1553e120e..d99084777 100644 --- a/Docs/asset_packages_for_dist.md +++ b/Docs/asset_packages_for_dist.md @@ -137,7 +137,7 @@ Now we have everything ready for importing assets. To do so, you just need to ru ```sh make import ``` -This command will read the JSON file and take each asset and place it inside the Content in Unreal Engine. Furthermore, it will create a `Package1.Package.json` file inside the recently imported package folder that will be used for **defining** its props in the blueprint library, **exposing** them in the `PythonAPI` and also for **exporting** those assets if needed. If a package was already imported before, it will overwrite it. +This command will read the JSON file and take each asset and place it inside the Content in Unreal Engine. Furthermore, it will create a `Package1.Package.json` file inside the package's `Config` folder that will be used for **defining** its props in the Carla blueprint library, **exposing** them in the `PythonAPI` and also for **exporting** those assets if needed. If a package was already imported before, it will overwrite it.

How to export assets

@@ -148,4 +148,4 @@ Once imported all the packages inside Unreal, users could also generate a **cook make package ARGS="--packages=Package1,Package2" ``` -This command will create the distribution package compressed in a `.tar.gz` file for **each** cooked package and place it in the Carla `Dist` folder. Finally, you could import these packages in a Carla distribution by simply moving them in the Carla `Import` folder and executing the `ImportAssets.sh` script. \ No newline at end of file +This command will create the distribution package compressed in a `.tar.gz` file for **each** cooked package and place it in the Carla `Dist` folder. Finally, you could import these packages in a Carla distribution by simply moving them in the Carla `Import` folder and executing the `ImportAssets.sh` script.