Unity Vanilla script
In order for my websocket to work correctly, I need to create a Unity C# script which will connect the systems together. The script will compose of different components which will allow me to store the data as well. This script shows the basic unity c# script which connects to the websocket. I will as […]