https://github.com/gameworkstore/networklibrary
Network Library for Unity Projects based on old UNET!
https://github.com/gameworkstore/networklibrary
Last synced: 13 days ago
JSON representation
Network Library for Unity Projects based on old UNET!
- Host: GitHub
- URL: https://github.com/gameworkstore/networklibrary
- Owner: GameWorkstore
- License: mit
- Created: 2020-09-13T22:50:29.000Z (almost 6 years ago)
- Default Branch: upm
- Last Pushed: 2021-07-26T21:06:21.000Z (almost 5 years ago)
- Last Synced: 2025-11-29T05:40:03.191Z (7 months ago)
- Language: C#
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Game Workstore Network Library
Network Library for Unity projects based on old UNET! The transport layer will be updated for a better one when unity drops support for LLAPI, or earlier.
Use it your own risk!
# How to install
At package.json, add these lines of code:
```json
"com.gameworkstore.networklibrary": "git://github.com/GameWorkstore/networklibrary.git"
"com.gameworkstore.patterns": "git://github.com/GameWorkstore/patterns.git"
```
And wait for unity to download and compile the package.
for update package for a newer version, install UpmGitExtension and update on [ Window > Package Manager ]!
> https://github.com/mob-sakai/UpmGitExtension
# 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!