📓

NetworkUpdater

public class NetworkUpdater : MonoBehaviour
{
    private void FixedUpdate()
    {
    //// Update is called once per frame
        NetworkManager.NetworkUpdate();
    }
}

This a Unity component you need attached in your scenes to be able to get the NetworkManager to call its NetworkUpdate method once per Unity FixedUpdate