GameWorkstore Protocol UI
Organize and manage multiple UI screens and layered panels in your Unity project with an easy-to-use framework. Protocol UI provides a structured approach to screen navigation and panel management, helping you build complex UI hierarchies efficiently and maintain clean, organized code architecture.
com.gameworkstore.protocolui 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/protocolui.git README Markdown
Copy this to your project's README.md
## Installation
Add **GameWorkstore Protocol UI** 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/protocolui.git
```
[](https://www.pkglnk.dev/pkg/protocolui)Dependencies (1)
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:
"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:
"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!
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In