https://github.com/gameworkstore/protocolui
Protocol UI is a small framework to work with multiple screens on a easy and organized way and archive layered panels on Unity.
https://github.com/gameworkstore/protocolui
Last synced: about 1 year ago
JSON representation
Protocol UI is a small framework to work with multiple screens on a easy and organized way and archive layered panels on Unity.
- Host: GitHub
- URL: https://github.com/gameworkstore/protocolui
- Owner: GameWorkstore
- License: mit
- Created: 2020-11-27T16:39:28.000Z (over 5 years ago)
- Default Branch: upm
- Last Pushed: 2023-10-03T16:31:21.000Z (over 2 years ago)
- Last Synced: 2023-10-04T05:39:16.832Z (over 2 years ago)
- Language: C#
- Size: 91.8 KB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Game Workstore Protocol UI
Protocol UI is a small framework to work with multiple screens on a easy and organized way and manage layered panels on Unity.
Use it your own risk!
# How to install
At package.json, add these lines of code:
```json
"com.gameworkstore.protocolui": "https://github.com/GameWorkstore/protocolui.git#1.2.4"
"com.gameworkstore.patterns": "https://github.com/GameWorkstore/patterns.git#1.3.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.protocolui": "https://github.com/GameWorkstore/protocolui.git#1.2.4"
```
# 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!