Unity Commons
Unity Commons is a library of project-agnostic, reusable scripts designed to accelerate Unity development. It provides a collection of utility functions and components that can be integrated across multiple projects, reducing redundant code and improving development efficiency. Install via git submodule or OpenUPM for easy management and updates.
dev.vecerdi.unitycommons 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unitycommons.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity Commons** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unitycommons.git
```
[](https://www.pkglnk.dev/pkg/unitycommons)README
Unity Commons
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:
git submodule add https://github.com/TeodorVecerdi/UnityCommons.git Assets/Plugins/UnityCommons
2. using OpenUPM
Requires OpenUPM-CLI
Run the following on the command line in your unity project's folder:
openupm add dev.vecerdi.unitycommons
No comments yet. Be the first!