Skip to main content

Websockets w/ Unity

Date
2021-09-05

This is a very quick proof of concept to get websockets working in Unity. I set up a local server and a web client with a button to act on with a quick Unity script to connect to the server and output messages. 

Related Tech