Beispiel #1
0
    void Start()
    {
        //var dog = new Dog();
        //dog.name = "Indy";
        //dog.owner = "Mark";
        //string json = JsonUtility.ToJson(dog);
        //Debug.Log(json);

        //HostBridge.hostCallMethod("TestMethod", json);

        Debug.Log("Starting game manager");

        HostBridge.Call(new OnGameStarted());
        HostBridge.hostOnGameStarted();
    }