Unity3D

Introdcution

This Unity template project includes a simple sphere that moves around on a plane and doesn't fall off. It's designed to help you get started with basic Unity projects quickly and easily.

Features

  • A sphere that can be moved around using keyboard inputs.
  • A plane that serves as the ground.

Screenshots

Screenshot 2024-10-13 at 8 18 54 PM

Getting Started

Prerequisites

Before you start, make sure you have Unity installed. If you haven't installed Unity yet, follow these steps:

  1. Download Unity:
    • Visit the Unity Download Page.
    • Choose the appropriate version for your operating system and follow the installation instructions.

Opening the Project

  1. Clone or Download the Project:
    • You can clone the project using Git:
      git clone <repo link>
      
  2. Open Unity Hub:
    • Launch Unity Hub and click on the "Add" button to add the project folder template/Game/Unity3D.
  3. Open the Project:
    • Select the project from Unity Hub and click "Open."

Running the Project

  1. Press Play:
    • Once the project is open in the Unity editor, click the "Play" button at the top of the window to start the game.
    • Use the keyboard inputs (e.g., arrow keys or WASD) to move the sphere around on the plane.

Contributing

Feel free to fork this project and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.