Hailiebaby16
Hailiebaby16
Whenever i run your code it says eth_subscribe does not exist. Whats happening here?
I'm tryring your sample code and i got this error `Severity Code Description Project File Line Suppression State Error CS0012 The type 'JsonElement' is defined in an assembly that is...
``` using System.Collections; using System.Collections.Generic; using SocketIOClient; using SocketIOClient.Newtonsoft.Json; using Newtonsoft.Json.Linq; using UnityEngine; using System; using UnityEngine.SceneManagement; public class NetworkManager : MonoBehaviour { private string server = "http://localhost:3001"; public static...