Script Execution Order
The network methods on your Network Behavior classes are called from inside Netick, which means standard Unity MonoBehaviour script order control does not work here. To specify the order of execution for classes inheriting from Network Behavior, use the attributes:
Example:
Last updated
Was this helpful?