#Method ReplicateTest within TestNetworkBehaviour is a prediction method and must be private.

7 messages · Page 1 of 1 (latest)

rugged plover
#

Hi there, I'm not sure that will work, I believe the Replicate and Reconcile methods need to be in a NetworkBehaviour

#

Looks like it needs to be a private method

halcyon trellis
#

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.

rugged plover
#

You could create a proxy object

#

Or you could use broadcasts instead