mmelotti / colyseus-unity3d

⚔ Multiplayer Game Client for Unity

Home Page:https://docs.colyseus.io/getting-started/unity3d-client/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Patreon donate button Discussion forum

Multiplayer Game Client for Unity.
View documentation

Description Status
Master Branch Build Status Build Status

Releasing a new version

How to create a release:

1. Create release branch (release/RELEASE_VERSION)

Example branch name: release/0.11.0

RELEASE_VERSION will be used for multiple things:

  • It will tag the commit with this string
  • It will name the release with this string
  • It will add this string as a suffix to attachments of the release (example: plugins-0.11.0.zip

2. Check Github releases for new draft (can take a while)

3. Publish Release

License

MIT

About

⚔ Multiplayer Game Client for Unity

https://docs.colyseus.io/getting-started/unity3d-client/

License:MIT License


Languages

Language:C# 99.1%Language:TypeScript 0.9%