Simple TCP Server implementation for Unity Multiplayer.
- Network Instantiation
- Sync Transform
- Automatic Object Creation on connect to Network
- No dependencies! :)
- [email protected] or higher (but will also work any version of Node.js that supports ES6)
- run start script
$ npm start
- Run Game Client
See also https://github.com/rico345100/unity-multiplayer-with-nodejs.