diff --git a/DOC/create_fact.md b/DOC/create_fact.md index 4789074ae6904ba8ed5c5df848dc5fb1d8b3060e..762f720b30239e74fe862af7a07b5fe7a3308e8f 100644 --- a/DOC/create_fact.md +++ b/DOC/create_fact.md @@ -57,7 +57,7 @@ In all Array-like structures, always add your facts at the bottom. 2. Create a spawn method for your fact. 3. In SpawnFactRepresentation add your Fact to the switch-case statement -5. In the Unity Editor in Assets\Ressources\Prefabs\Facts create the prefab for your Fact. +5. In the Unity Editor in Assets\Ressources\Prefabs\Facts create the prefab for your Fact. 6. Connect your Prefab to the FactSpawner class @@ -67,6 +67,15 @@ In all Array-like structures, always add your facts at the bottom. 4. In Hirarchy select WorldCursor and add your Fact Prefab into the Inspector. 5. Alternative to 6.2 & 6.3: in hirarchy search: "ref:Assets/Scripts/InteractionEngine/FactHandling/FactSpawner.cs" +7. Add the Layer of your fact to the LayerMask in WorldFactInteraction + + 1. Open Assets\Scenes\Worlds\RiverWorld. + 2. In the Unity Project Tab goto folder Assets\Scripts\InteractionEngine\ + 3. Rightclick WorldFactInteraction.cs and select "Find References In Scene" + 4. In Hirarchy select MathMenue1_Canvas_0 and add your Fact Layer into the Fact Layer Maks of World Fact Interaction + 4. In Hirarchy select HidingCanvas and add your Fact Layer into the Fact Layer Maks of World Fact Interaction + 5. Alternative to 6.2 & 6.3: in hirarchy search: "ref:Assets/Scripts/InteractionEngine/WorldFactInteraction.cs" + 7. Create an Icon for your Fact 1. Create an Icon-image