unity

  1. T

    Question Beginner using multithreading and streamreader - thread hangs and become unresponsive

    Hi all, First post here - XD So I'm working on a project in Unity (an interactive, live animated twitchbot). I'm using TcpClient and StreamReader to connect to the twitch chat and read the messages. Of course streamreader.readline() causes the program to completely hang whilst waiting for...
  2. F

    Create Public Server ?

    Hi... I'm an Unity 3D Developer. I wanna to make a small chat program via WiFi between C# program and Unity 3D. In unity I can Create a public server by using this code : Network.InitializeServer(numberOfPlayers,connectionPort,false); // false = Network...
Back
Top Bottom