/SimpleWebSocket

Primary LanguageC#MIT LicenseMIT

Documentation Discord release openupm

SimpleWebSocket adds websocket support to Mirage.

This uses SimpleWebTransport and has a lot of room to be optimized.

Installation

openUPM

  1. Add openupm registry. Click on the menu Edit -> Project settings..., and add a scoped registry like so:
    Name: OpenUPM
    Url: https://package.openupm.com
    Scopes:
    • com.james-frowen
  2. Close the project settings
  3. Open the package manager.
  4. Click on menu Window -> Package Manager and select "Packages: My Registries",
  5. select the latest version of SimpleWebSocket and click install, like so:
  6. You may come back to the package manager to unistall SimpleWebSocket or upgrade it.

Usage