unityWS icon indicating copy to clipboard operation
unityWS copied to clipboard

A quick tutorial and set of libraries that you will need to use unity with Node.JS websockets

Results 2 unityWS issues
Sort by recently updated
recently updated
newest added

'npm install' doesn't actually install the required packages. I had to do 'npm install ws' then run 'node ws.js' Cheers

I don't want to rewrite all of my behavior code in javascript just for this to work. you're only example of server code is in javascript as far as I...