From 8c6555b549336c4673ba713e20493f172081b52f Mon Sep 17 00:00:00 2001 From: "William G. Tresselt" <williagt@stud.ntnu.no> Date: Fri, 18 Nov 2022 09:30:22 +0100 Subject: [PATCH] Fixed readme 2? --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ceb136..18f3ad0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -#ChromaEnigma +# ChromaEnigma ChromaEnigma is a Unity project where the player uses platforming and colors to proceed to the next stage. The project was given in IDATT2505, Extended Reality. -##Technologies used +## Technologies used - Unity Hub 3.3.0 - Unity 2021.3.10f1 - Microsoft Visual Studio 2022 - Blender 3.2 -##Installation +## Installation 1 Clone project. 2 Download [Unity Hub](https://unity3d.com/get-unity/download). 3 In Unity Hub, navigate to 'Projects'. @@ -16,7 +16,7 @@ The project was given in IDATT2505, Extended Reality. If there are any problems along the way, looking at Unity's [documentation](https://docs.unity3d.com/560/Documentation/Manual/UnityBasics.html) could be of help. -##Run +## Run When ChromaEnigma is opened in the Unity editor, there are multiple ways to run it. - You can run it directly in the editor (for the best experience, be sure to open Assets>Scenes>MainMenu before pressing play). Note: some problems may occur with the lighting. [This](https://www.youtube.com/watch?v=8-oXE2NWSLM) video helped me fix that issue. - You can [build](https://docs.unity3d.com/Manual/PublishingBuilds.html) the project. \ No newline at end of file -- GitLab