Skip to content

MirageNet/MultiplexSocketFactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Discord release openupm

Plugin for Mirage.

Multiplex allows a server to run multiple sockets at once, this allows clients from multiple platforms to connect to the same game server.

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.miragenet
  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 MultiplexSocket and click install, like so:
  6. You may come back to the package manager to unistall MultiplexSocket or upgrade it.

Usage