瀏覽代碼

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 年之前
父節點
當前提交
1077562ae2
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Project/project.json

+ 2 - 1
Project/project.json

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