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

https://github.com/teodorvecerdi/unitycommons

Library of reusable Unity-related scripts.
https://github.com/teodorvecerdi/unitycommons

csharp reusable-scripts snippets unity unity-commons unity-library unity-package unity-scripts

Last synced: about 1 year ago
JSON representation

Library of reusable Unity-related scripts.

Awesome Lists containing this project

README

          

# Unity Commons

[![GitHub Repo stars](https://img.shields.io/github/stars/TeodorVecerdi/UnityCommons?label=Star%20on%20GitHub&style=social)](https://github.com/TeodorVecerdi/UnityCommons/stargazers) [![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/TeodorVecerdi/UnityCommons?include_prereleases&label=Latest)](https://github.com/TeodorVecerdi/UnityCommons/releases)

Library of reusable Unity-related scripts.

# Installing Unity Commons

## 1. as a git submodule (recommended)

Run the following on the command line in your unity project's folder:

```sh
git submodule add https://github.com/TeodorVecerdi/UnityCommons.git Assets/Plugins/UnityCommons
```

## 2. using OpenUPM

**Requires [OpenUPM-CLI][openupm-cli]**
Run the following on the command line in your unity project's folder:

```sh
openupm add dev.vecerdi.unitycommons
```

[openupm-cli]: https://openupm.com/docs/getting-started.html#installing-openupm-cli