• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android networking with C#

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?
 
Back
Top Bottom