-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: updating CI to release without unity
- Loading branch information
1 parent
b0a90cd
commit b04d5a7
Showing
3 changed files
with
25 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
SimpleWebTransport is a Transport that implements websocket for Webgl builds of | ||
mirror. This transport can also work on standalone builds and has support for | ||
SimpleWebTransport is a Transport that implements websocket for Webgl | ||
Can be used in High level networking solution like Mirror or Mirage | ||
This transport can also work on standalone builds and has support for | ||
encryption with websocket secure. | ||
|
||
How to use: | ||
Replace your existing Transport with SimpleWebTransport on your NetworkManager | ||
|
||
Requirements: | ||
Unity 2018.4 LTS | ||
Mirror v18.0.0 | ||
Unity 2019.4 LTS | ||
|
||
Documentation: | ||
https://mirror-networking.com/docs/ | ||
https://github.com/MirrorNetworking/SimpleWebTransport/blob/master/README.md | ||
https://github.com/James-Frowen/SimpleWebTransport/blob/master/README.md | ||
|
||
Support: | ||
Discord: https://discordapp.com/invite/N9QVxbM | ||
Bug Reports: https://github.com/MirrorNetworking/SimpleWebTransport/issues | ||
Discord: https://discord.gg/yp6W73Xs68 | ||
Bug Reports: https://github.com/James-Frowen/SimpleWebTransport/issues | ||
|
||
|
||
**To get most recent updates and fixes download from github** | ||
https://github.com/MirrorNetworking/SimpleWebTransport/releases | ||
https://github.com/James-Frowen/SimpleWebTransport/releases |