- Home /
How to display a message from socket (python) on the screen (Unity)
I am using socket library to transfer data and messages from python script on one device to unity C# on another device. Note: python script is the server and unity is the client. How could I receive these messages on unity and display them on the screen?
Comment
Your answer
Follow this Question
Related Questions
Can't see text for menu in unity with a texture placed 1 Answer
Grabbing UI text as a public variable? 2 Answers
Making texts appear/disappear after having completed a task 0 Answers
How do i position this text to go where i want? 1 Answer
Disappearing world space text after setting its text value 1 Answer