Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colyseus/colyseus-unity-sdk
⚔ Colyseus Multiplayer SDK for Unity
https://github.com/colyseus/colyseus-unity-sdk
colyseus multiplayer networking unity unity3d
Last synced: 2 months ago
JSON representation
⚔ Colyseus Multiplayer SDK for Unity
- Host: GitHub
- URL: https://github.com/colyseus/colyseus-unity-sdk
- Owner: colyseus
- License: mit
- Created: 2016-02-19T00:59:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T19:13:38.000Z (5 months ago)
- Last Synced: 2024-11-09T11:12:50.486Z (3 months ago)
- Topics: colyseus, multiplayer, networking, unity, unity3d
- Language: C#
- Homepage: https://docs.colyseus.io/getting-started/unity-sdk/
- Size: 2.44 MB
- Stars: 378
- Watchers: 26
- Forks: 104
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Colyseus SDK Development
Support major platforms, including:
- WebGL
- iOS
- Android
- Mac
- Windows### Unit tests
Open Window → General → Test Runner.
### Releasing a new version
Update the version number under `Assets/Colyseus/package.json` and push to `master` branch.
### Updating Asset Store Documentation
Markdown files can be converted into PDF any number of ways, most recently used was [Markdown to PDF](https://www.markdowntopdf.com/). The goal for this is specifically to appease the Unity team's approval process. The documentation was a lightly edited version of our [Getting Started - Unity3D](https://github.com/colyseus/docs/blob/master/docs/getting-started/unity3d-client.md) documentation, with hyperlinks fixed and an additional "go to the docs page" link added to the top of the file. Both the PDF and the MD files should be placed under `Assets/Colyseus/Documentation~/`
## License
MIT