#Method ReplicateTest within TestNetworkBehaviour is a prediction method and must be private.
7 messages · Page 1 of 1 (latest)
Hi. Quick question, why do you need those methods public if the ones that will contain logic are the MonoBehaviour ones?
Yeah I get it, but you have the constraint of the [Replicate] and [Reconcile] methods needed to be private.
You could create a proxy object
Or you could use broadcasts instead
Well, here is the guide on broadcasts: https://fish-networking.gitbook.io/docs/manual/guides/synchronizing/broadcast