An open API service indexing awesome lists of open source software.

https://github.com/aadityabhoyarr/open-unity-store

Its a free and opensource repository contains a list of awesome and cool Unity 2D and 3D projects that are beginner to intermediate-friendly! ✌️
https://github.com/aadityabhoyarr/open-unity-store

beginner-project intermediate-projects project-repository projects unity unity-scripts unity2d unity2d-game unity3d unity3d-games

Last synced: 5 months ago
JSON representation

Its a free and opensource repository contains a list of awesome and cool Unity 2D and 3D projects that are beginner to intermediate-friendly! ✌️

Awesome Lists containing this project

README

          

# Unity-Project-Store :video_game:

Welcome to the Awesome Unity Mini Projects Repository! 🚀

Hey, so this repo's got a list of awesome and cool Unity 2D and 3D projects that are beginner to intermediate-friendly. 🔥

### Projects In The Shop 🛒:
| Logo | Name | 3D or 2D | Size | Build Version |
|------|------|----------|------|---------------|
| Logo | [Full Body FPS Controller](https://aadityabhoyarr.itch.io/full-body-fps-controller) | 3D | 246 MB | 2021.3.24f1 |

### How to download 📥:
You have two options to get your hands on these exciting projects:

1. **Clone the Complete Repo**: Use the following command to clone the entire repository to your local machine:

```bash
git clone https://github.com/aadityabhoyar/Unity-Project-Store
```

2. **Download Individual Projects**: Visit the project's GitHub page and download individual project files using [this link](https://download-directory.github.io/).

### How to Contribute 🛠️:
We believe in the power of community collaboration! Follow these steps to contribute to the repository:

1. **Fork the Repository**: Fork the repository to your GitHub account.
```bash
git fork
```

2. **Create a New Branch**: Create a new branch for your changes.
```bash
git checkout -b feature/new-project
```

3. **Make Your Changes**: Add a new project or improve existing ones.

4. **Commit Your Changes**: Commit your changes with clear and descriptive commit messages.
```bash
git add .
git commit -m "Add new Unity 3D project"
```

5. **Push Your Changes**: Push your changes to your forked repository.
```bash
git push origin feature/new-project
```

6. **Open a Pull Request**: Open a pull request from your branch to the main repository's `main` branch on GitHub.

### Contribution Guidelines 📋:
To maintain the quality and integrity of this repository, please adhere to the following guidelines:

- **High-Quality Projects**: Only submit high-quality Unity 2D or 3D projects.
- **Clear Documentation**: Include clear documentation and instructions for each project.
- **Respectful Editing**: Avoid making unnecessary changes to the main `README.md` or other critical files in the repository.
- **Best Practices**: Follow best practices for Unity development, including clean code and efficient asset management.

**Thank you for your interest in contributing to the Unity Projects Repository! Together, let's build an inspiring collection of Unity projects for developers worldwide.**

Happy Coding! 🎉