diff --git a/source/Scrolls/Add_scroll_to_unity.md b/source/Scrolls/Add_scroll_to_unity.md
index 72e8b53a368d2fe2f3431a416640c37db2961647..ab7ac2e0c28ff28334b5c84636376deda687d455 100644
--- a/source/Scrolls/Add_scroll_to_unity.md
+++ b/source/Scrolls/Add_scroll_to_unity.md
@@ -2,8 +2,11 @@
 |Add Scroll to Unity Guide|
 ---------------------------
 
+In archives:
 1. Create and build Scroll in "archives\MathHub\FrameIT\frameworld\source\Scrolls" folder.
 2. In "archives\MathHub\FrameIT\frameworld\source\DefaultSituationSpace.mmt" include your scroll
 3. Build "DefaultSituationSpace.mmt"
-4. Open: "http://localhost:8085/scroll/list" and copy all the text.
-5. Now paste this into: UFrameIT\Assets\StreamingAssets\scrolls.json and start the game.
+
+In uframeit (if Class "GlobalBehaviour" ("UFrameIT\Assets\Scripts\GlobalBehaviour.cs") Method "GetScrollsfromServer()" loads scrolls from "UFrameIT\Assets\StreamingAssets\scrolls.json"):
+1. Open: "http://localhost:8085/scroll/list" and copy all the text.
+2. Now paste this into: "UFrameIT\Assets\StreamingAssets\scrolls.json" and start the game.
\ No newline at end of file