Skip to content

Latest commit

 

History

History
executable file
·
35 lines (29 loc) · 607 Bytes

File metadata and controls

executable file
·
35 lines (29 loc) · 607 Bytes

Documentation of how to integrate real-time interaction with UNITY

Stack

  • Node: to implent server
  • net: (node module)
  • C#: to scripting the communication
  • Docker: to run nodejs

run up server

sudo docker-compose up

stop server

sudo docker-compose down

Source

https://www.youtube.com/watch?v=zVfpNXHP3Mw
https://www.youtube.com/watch?v=WwI_tDqKS8Y

Related repository

https://github.com/MerliMejia/Unity3D_And_Node.JS_Multi-Player

Related link

https://forum.unity.com/threads/writing-and-reading-a-socket-with-tcp.282071/