I want to add multiplayer to my game and already have a server set up with socket.io. It works perfectly fine when I connect from a node.js client, but I didn’t manage to connect with unity yet.
I tried all the libraries I could find, but they either didn’t connect or didn’t even load because of double type definitions like GitHub - floatinghotpot/socket.io-unity: socket.io client for Unity, power game client with node.js back-end
it would be great if someone could give me something that works with the current latest unity and socket.io.