/Unity-Android-TCPSocket

A Very Simple TCP Client Android App( from Unity) that connects to a python server running on a port on the Local PC.

Primary LanguageC#

"# Unity-Android-TCPSocket"

A simple Android app made in Unity, It instantiates a TCPClient, that takes in server and port details through UI. Refer script Listener.cs for the socket implementation.

Run the Python script to start the server, set details in the UI and press connect. message from server will be visible on the UI.