Skip to content
Snippets Groups Projects
Commit 7e562367 authored by mariuskern's avatar mariuskern
Browse files

add scroll to unity

parent 69db7895
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ In archives:
2. In "archives\MathHub\FrameIT\frameworld\source\DefaultSituationSpace.mmt" include your scroll
3. Build "DefaultSituationSpace.mmt"
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
In uframeit
1. add your scroll to "C:\Users\mariu\Documents\Studium\UFrameIT\UFrameIT\Assets\Scripts\MMTServer\CommunicationProtocoll\MMTConstants.cs"
if Class "GlobalBehaviour" ("UFrameIT\Assets\Scripts\GlobalBehaviour.cs") Method "GetScrollsfromServer()" loads scrolls from "UFrameIT\Assets\StreamingAssets\scrolls.json":
2. Open: "http://localhost:8085/scroll/list" and copy all the text.
3. Now paste this into: "UFrameIT\Assets\StreamingAssets\scrolls.json" and start the game.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment