- Jun 18, 2015
- 1
- 0
- 0
So, I'm trying to make a Unity application on mobile, using C#. For this purpose, I need to obtain certain real time data from my laptop, in which the code is written in C++. I'm doing this transfer through UDP. My problem is, Android can accept the data using a Java client. How can I relay that data to my C# Unity project, in real time?