You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a socket.send () method that takes a bytearray as its argument.
Hi, Thanks to Unity Python.
This time, I run a socket communication Python file made with general Python. I create a bytearray and send it. I tried several attempts to convert it to a string, but it all failed.
I've downloaded the IronPython source separately and tried to build it but it will not work with Unity.