I want to deliver a huge amount of data about 30 times per second from a C # application to my Unity application. Since mapped memory and channels are not supported in Unity, I was thinking about a tcp socket. Will it be fast enough if the connection is within the same machine?
source
share