Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.3 KB

Cloning the Project for Unity

To set up this Unity project on your machine, you'll want to follow these steps:

# Clone the repository via the terminal
git clone https://github.com/BillyHasman/ySpace-YBot-Game.git

# Change directory into the project folder
cd Space-YBot-Game

After cloning, do the following:

  1. Launch Unity Hub. If it's not yet installed, grab it from the Unity Download Page.
  2. Add the Project. Inside Unity Hub, navigate to the 'Projects' tab, hit 'Add', and choose the directory where you cloned the project.
  3. Open the Project. Find your project in the 'Projects' list within Unity Hub and click to open it in the Unity Editor.
  4. Import Assets. Unity might take a bit to import assets and set up the project files for the first time.
  5. Open the Main Scene. Go to the 'Scenes' folder within the Project window in Unity and double-click the main scene to open it.

Encouragement for the Journey Ahead

“Every great journey begins with a single step. Your journey into Unity development starts here, and every challenge is an opportunity to learn and grow. Embrace the process, and don't be afraid to make mistakes. After all, the best way to learn game development is to simply start making games. So go ahead, press play, and see where this adventure takes you. Happy coding!”