diff --git a/Documentation/docs/getting_started/meta_interactions.md b/Documentation/docs/getting_started/meta_interactions.md index c37d770..8d3d6e8 100644 --- a/Documentation/docs/getting_started/meta_interactions.md +++ b/Documentation/docs/getting_started/meta_interactions.md @@ -50,14 +50,14 @@ Added the Firework Spawn script that takes Spawn Object, Spawn Point, Height Off It spawns an object with upward force (firework) when interacted with via a RayInteractor (Hand and Controller). -###Metamovement.cs +### Metamovement.cs Component script in OVRCameraRig to make sure that the left Oculus-joystick of the Player ensures forward/backward/left/right movement even if head is turned. -###TeleportOnTrigger.cs +### TeleportOnTrigger.cs Added logic from previous, changed the way it teleports a player on entry. Updated teleport spots to stop teleportation from occuring in the ground. -###PraktikumScenario01_RoleManager.cs +### PraktikumScenario01_RoleManager.cs Changed varaibles to fit new camera setup. Tweaked logic to ensure it handles the player correctly.