NetworkView.stateSynchronizationvar stateSynchronization : NetworkStateSynchronizationDescriptionThe type of NetworkStateSynchronization set for this network view. It is your repsonsibility to ensure that NetworkView's across all machines use the same reliability method. Do not change state reliability on the fly after state synchronization has already happened.
JavaScript
function Awake () { using UnityEngine; import UnityEngine |
