diff --git a/README.md b/README.md index 5ad1cd1..6505918 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This guide will help you set up and run the project in development mode. You'll ## Prerequisites -- A computer with internet access. +- A computer with internet access ;) - Administrative privileges to install software. - [Git](https://git-scm.com/downloads) installed on your system (optional, for cloning the repository). @@ -44,6 +44,8 @@ Alternatively, you can download the repository as a ZIP file and extract it to a ### 3. Launch the Project via Unity Hub +![Unity Hub](docs/images/unity_hub.png) + 1. **Open Unity Hub**. 2. **Add the Project to Unity Hub**: diff --git a/docs/Keybinds_and_Controls.md b/docs/Keybinds_and_Controls.md index 2dc2d16..05646e1 100644 --- a/docs/Keybinds_and_Controls.md +++ b/docs/Keybinds_and_Controls.md @@ -1,6 +1,6 @@ # Keybinds and Controls -Welcome to the simulation! This guide will help you navigate and interact with the environment using your mouse and keyboard. Below are the keybindings organized into easy-to-read tables, along with detailed descriptions to enhance your experience. +This guide will help you navigate and interact with the environment using your mouse and keyboard. Below are the keybindings organized into easy-to-read tables, along with detailed descriptions to enhance your experience. ## Table of Contents - [Mouse Controls](#mouse-controls) diff --git a/docs/images/unity_hub.png b/docs/images/unity_hub.png new file mode 100644 index 0000000..3a3f92d Binary files /dev/null and b/docs/images/unity_hub.png differ