method call to sync objects
This commit is contained in:
@@ -105,9 +105,7 @@ public class CSNC : MonoBehaviour
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Debug.Log(req.downloadHandler.text);
|
||||
|
||||
manager.SyncObjects(JsonConvert.DeserializeObject<GameObjectManager.RecievedData>(req.downloadHandler.text));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user