# Getting Started ## Unity Installation - Go to Unity's Dowload Page and Download the specific Unity Version or download Unity Hub which is a program to manage unity versions on a system. - Download the Unity Hub and install it by accepting the terms and conditions. - Next, Select the unity version you awant to install, which in our case is **2019.3.13f1** and select the desired components to install ex documentation,build support for other platforms,etc. - Select the install location and click install. - After installation enter in your unity id to activate your **personal** license. [Unity Engine Installation Video](https://www.youtube.com/watch?v=rE03nC4K_Eg) ## Visual Studio Installation - For scripting in C# - Visual Studio can be installed from the [official site](https://visualstudio.microsoft.com/) or it can be installed with unity as a dependency. [Install Visual Studio](https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2019) ## Gimp/Photoshop Installation - For Pixel Art - Gimp/Photoshop can be installed from the [official website](https://www.gimp.org/downloads/) - [Installation instructions](https://www.gimp.org/downloads/install_help.html) ## Setting up the Game in Unity * First clone the Repo in Local Machine [Link to Repo](https://github.com/Rucmenya/eysip2020-31_Game-Development-Covid-Yoddha.git). * Now in unity Hub create a new project and name it you like. Also make sure you select the URP version while selecting the project type.Take a note of the path where the project is created in your machine. * Open the Project created and delete all the files and folder situated under the asset folder under project Tab as unity may provide sample project. ![](https://i.imgur.com/UCBmXl7.png) * Now Navigate through Assets/Import Package and Select the "CovidYoddha.unitypackages" file present in the downloaded/ Cloned file from the Github Repo. * After that Replace the Project Setting Files which you can find in Cloned/Downladed repo under "Covid Yoddha Game Files" Folder to the game project where the project is Situated. * ![](https://i.imgur.com/j5FsB9T.jpg) * Open up the NewMap Scene you can find under Project Tab Asset/Scene make sure you are in 2D Mode .Or You can fu=ind Button available under Scene Tab . * You Have sucessfully loaded the Game in unity now you can change the game parameter. ## Comman Issue while Setting up Game * Make sure you select URP(Universal Rendering Pipeline) version while creating Project. * First Import the package then after only Replace the Project Setting Folder. * https://docs.unity3d.com/560/Documentation/Manual/AssetPackages.html