From 68823deaeeeb8ec9e0ce562c40605f09992246bf Mon Sep 17 00:00:00 2001 From: Maria <151918615+MariaCodesXoXo@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:03:51 +0300 Subject: [PATCH] Update README.md mprove README with Unity setup, run instructions, and controls --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index dd7de6d..b997696 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,22 @@ The source contains all the tools for the development of the game, but you need **WEB version on Itch.io** - https://nvjob.itch.io/infinity-square-space-web ------------------------------------------------------------------- +## 🛠 How to Open and Run the Project + +This project is built using the **Unity game engine**. + +### Requirements +- Unity Hub +- Unity **2019.4 LTS or newer** (recommended) + +### Steps +1. Clone or download this repository. +2. Open **Unity Hub**. +3. Click **Add** and select the project folder. +4. Allow Unity to import all assets. +5. Open the main scene from the `Assets/Scenes/` folder. +6. Press **Play** to run the project in the Unity Editor. + ### Prerequisites To work on the project, you will need a Unity version of at least 2019.1.8 or higher (64-bit).