- Home /
Question by
linusssss · Dec 14, 2019 at 02:16 PM ·
networkserverclientcommunication
how to create a simple udp network to send text data c#
Hello, I am developing a game where i want dynamic data in the form of text to be displayed on a screen. The data will come from a databank and needs to find its way into the scene. I want to use a udp network for that. I looked at several udp implementations in the internet but couldn't get it working. Can someone please help me?
Comment