GameWorkstore Patterns
Patterns Library for Unity Projects or C# projects
com.gameworkstore.patterns Unity Compatibility
Unity 6 Not tested
2023.2 Not tested
2023.1 Not tested
2022.3 LTS Not tested
2021.3 LTS Not tested
2020.3 LTS Not tested
2019.4 LTS Not tested
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/patterns.git 
README Markdown
Copy this to your project's README.md
## Installation
Add **GameWorkstore Patterns** 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/patterns.git
```
[](https://www.pkglnk.dev/pkg/patterns)Used By (3)
Packages 3
README
Patterns
GameWorkstore basic pattern structures and project helpers Use it your own risk!
How to install
At package.json, add these lines of code:
"com.gameworkstore.patterns": "https://github.com/GameWorkstore/patterns.git#1.1.2"
And wait for unity to download and compile the package.
you can upgrade your version by including the release version at end of the link:
"com.gameworkstore.patterns": "https://github.com/GameWorkstore/patterns.git#1.2.0"
Contributions
If you are using this library and want to submit a change, go ahead! Overall, this project accepts contributions if:
- Is a bug fix;
- Or, is a generalization of a well-known issue;
- Or is performance improvement;
- Or is an improvement to already supported feature.
Also, you can donate to allow us to drink coffee while we improve it for you!
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In