Questions tagged [unity-networking]
Unity 5.1 introduced a new framework to handle client+server networking, also known as UNet.
1 question
0
votes
2
answers
5k
views
How do I use Unity's TargetRPC calls? Trying to send data from the server to a client
I want to send a large amount of data to only one player, as it would be wasteful to do this for every player when only one player needs the data. After a bit of research, it appears that TargetRPC is ...