Skip to content

if1live/websocket-game-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocket game boilerplate

note

two websocket library in client

In webgl platform, use simple web socket for unity webgl to support webgl. In other platforms, use `websocket-sharp].

build

build shared library, copy dll to client

cd GameLib
dotnet build --output ../GameClient/Assets/GameLib

run server

cd GameServer
dotnet run

run unity game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages