Selaa lähdekoodia

Add BasePlanet gem path to project config

Hi ! From what I saw, if the BasePlanet gem path is not in your `.o3de/o3de_manifest.json` it will fail to find the gem and configure the project. Adding the path in the project config seems to fix the problem :)

Signed-off-by: Guillaume Haerinck <[email protected]>
Guillaume Haerinck 2 vuotta sitten
vanhempi
commit
1077562ae2
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      Project/project.json

+ 2 - 1
Project/project.json

@@ -14,7 +14,8 @@
     "icon_path": "preview.png",
     "icon_path": "preview.png",
     "engine": "o3de-sdk",
     "engine": "o3de-sdk",
     "external_subdirectories": [
     "external_subdirectories": [
-        "Gem"
+        "Gem",
+        "../Gems/BasePlanet"
     ],
     ],
     "restricted": "Planet_Survival_Game",
     "restricted": "Planet_Survival_Game",
     "gem_names": [
     "gem_names": [