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.
- Host: GitHub
- URL: https://github.com/teodorvecerdi/unitycommons
- Owner: TeodorVecerdi
- License: mit
- Created: 2020-12-21T17:11:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T10:18:14.000Z (about 4 years ago)
- Last Synced: 2025-03-11T04:58:08.873Z (about 1 year ago)
- Topics: csharp, reusable-scripts, snippets, unity, unity-commons, unity-library, unity-package, unity-scripts
- Language: C#
- Homepage: https://openupm.com/packages/dev.vecerdi.unitycommons/
- Size: 1.36 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Unity Commons
[](https://github.com/TeodorVecerdi/UnityCommons/stargazers) [](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