https://github.com/gameworkstore/patterns
Patterns Library for Unity Projects or C# projects
https://github.com/gameworkstore/patterns
Last synced: 8 months ago
JSON representation
Patterns Library for Unity Projects or C# projects
- Host: GitHub
- URL: https://github.com/gameworkstore/patterns
- Owner: GameWorkstore
- License: mit
- Created: 2020-09-13T23:31:48.000Z (almost 6 years ago)
- Default Branch: upm
- Last Pushed: 2024-07-16T22:41:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T18:25:20.392Z (about 1 year ago)
- Language: C#
- Size: 148 KB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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:
```json
"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:
```json
"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!