If the gameobject on scene is disabled before client join but after game start, the client still can see the object.
Besides this, if this object with NetworkAnimation, it will crash on Unserialize. I think it’s because host serialize with 0 parameter (because animator get 0 parameters when parent is inactive)
Maybe when Unity spawn object in scene, it should also sync the status of active/nonactive