소스 검색

Prevent loading SimulationInterface.Editor in other tools than Editor. (#904)

Signed-off-by: Michał Pełka <[email protected]>
Michał Pełka 2 달 전
부모
커밋
8b59d91760

+ 13 - 0
Gems/SimulationInterfaces/Registry/SimulationInterface.Editor.setreg

@@ -0,0 +1,13 @@
+{
+  "O3DE": {
+    "Gems": {
+      "SimulationInterfaces": {
+        "Targets": {
+          "SimulationInterfaces.Editor": {
+            "AutoLoad": true
+          }
+        }
+      }
+    }
+  }
+}

+ 13 - 0
Gems/SimulationInterfaces/Registry/SimulationInterface.setreg

@@ -0,0 +1,13 @@
+{
+  "O3DE": {
+    "Gems": {
+      "SimulationInterfaces": {
+        "Targets": {
+          "SimulationInterfaces.Editor": {
+            "AutoLoad": false
+          }
+        }
+      }
+    }
+  }
+}