We use the requestownership on scene objects to control movement by the requesting owner, which will then send position updates to other corresponding objects for the other players. These scene objects can become deactivated (not actually .active=false, but an isActive flag set)...when this is the case we would like for the owning player to cease sending position information to save bandwidth. The scene object has a transform view, but no associated script where we can early-out of a onserializeview function or anything...is there a way we can do this?
Thanks
Thanks