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 I have said before add onto this to do more complex information but this is just to show the script connecting to the websocket.

Script1
Basic Unity script 1/3
Script2
Basic Unity script 2/3
Script3
Basic Unity script 3/3

Leave a comment