Skip to content

JoshuaLeonK/unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Unity Game Development Repository

Welcome to the Unity Game Development repository! This repository contains a sample game created using Unity, demonstrating various aspects of game design and development.

Table of Contents

Installation

To work with this project, you will need to have Unity installed. Follow these steps to set up your development environment:

  1. Download and install Unity Hub.

  2. Use Unity Hub to install the latest version of the Unity Editor.

  3. Clone this repository using the following command:

    bash git clone https://github.com/yourusername/unity-game-development.git

  4. Open the project in Unity Hub and select the project folder.

Getting Started

After the project is opened in Unity, follow these steps to run the game:

  1. Make sure all necessary packages are installed via the Package Manager.
  2. Open the Scenes folder and double-click the MainScene scene to load it.
  3. Click the Play button in the Unity Editor to start the game.

Project Structure

Here's a brief overview of the project's folder structure:

unity-game-development/ │ ├── Assets/ │ ├── Art/ │ ├── Audio/ │ ├── Prefabs/ │ ├── Scenes/ │ ├── Scripts/ │ └── UI/ │ ├── ProjectSettings/ └── README.md

  • Assets/: Contains all game assets including art, audio, prefabs, scenes, scripts, and UI elements.
  • ProjectSettings/: Contains Unity project settings files.

Gameplay Features

This sample game includes the following features:

  • Player Movement: Control your character using keyboard inputs.
  • Enemy AI: Enemies that chase the player and respond to their actions.
  • Collectibles: Items that the player can collect for points.
  • UI Elements: Score display and game menus.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature-YourFeature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-YourFeature).
  5. Open a Pull Request.

Thank you for your interest in contributing to this Unity project!

About

Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published