- Home /
How do i share data between computers
I'm working on a game that doesn't require you to run around anywhere unlike the other unity 3D games and multiplayer tutorials that I've seen, for my game you simply click the screen as many times as you can in the allocated time. The single player is fully working but i can't figure out how I could connect a game like this up with the unity multiplayer stuff as they only have to access the final score after the time to display either defeat or victory.
How could i share this variable between the computers?
Your answer
Follow this Question
Related Questions
Network Transport Layer API does not work with iOS to PC? 1 Answer
Networking: How to spawn dynamically created objects 2 Answers
Unity Network Player Classes, different models 1 Answer
How to send player reference over network 1 Answer
Cannot get objects to appear on client screen using new network system on Android wifi 0 Answers