- Home /
Question by
rodeowild · Feb 21, 2017 at 03:21 PM ·
c#networkingnetworksockets
Connect to non-unity server with LLAPI
I'd like to use the LLAPI to connect to a non-unity server. Is this possible? If not, can I safely use .NET sockets in conjunction with UNET (i.e. have the LLAPI take care of most of the work, but if I need to connect to the non-unity server, go through the .NET sockets API)?
Comment