- Home /
How to send data from Eclipse to Unity and back?
I am going to make a multiplayer video game with a server but to do this I will make the server in Eclipse and client in Unity. How would you go about sending data (strings, ints and floats) back and forth? I heard you could do this with sockets, but I don't know where you would start with that.
Comment
Answer by 305BigMoney · Sep 15, 2015 at 04:52 PM
The best way is to use the Packet system to send data to and from eclipse and unity I don't know exactly the way to do it but I had the same problem and I got it with a lil help.
Your answer
