import{_ as t,c as i,a2 as n,o}from"./chunks/framework.DYF6f1aH.js";const a="/micromissiles-unity/assets/unity_hub.cJHZjOmp.png",b=JSON.parse('{"title":"Development Guide","description":"","frontmatter":{},"headers":[],"relativePath":"Development_Guide.md","filePath":"Development_Guide.md"}'),l={name:"Development_Guide.md"};function s(r,e,h,c,u,p){return o(),i("div",null,e[0]||(e[0]=[n('
This guide will help you set up and run the project in development mode. You'll learn how to install Unity Hub, open the project, and navigate the main scene.
Unity Hub is a desktop application that manages your Unity projects and installations. It simplifies the process of installing different Unity versions and launching projects.
Steps to Install Unity Hub:
Obtain the project source code by cloning the repository from GitHub.
git clone https://github.com/PisterLab/micromissiles-unity.git
Alternatively, you can download the repository as a ZIP file and extract it to a preferred location.
Open Unity Hub.
Add the Project to Unity Hub:
Assets
folder and click on "Select Folder".Install the Required Unity Version:
Open the Project:
After the project opens in Unity:
In the Project window (usually located at the bottom), navigate to:
Assets/Scenes/
Find the main scene file, usually named MainScene.unity
.
Double-click on MainScene.unity
to open it.
The scene will load in the Scene view. You can now run the simulation by clicking the Play button at the top of the Unity Editor.