Debugging Network Issues
The World Debug Views are useful tools that can help you understand the ownership and network state of objects and data in your scene.
Issue: Object Sync Not Working
Possible Causes:
- The object is missing a
VRCObjectSynccomponent. - The object's ownership hasn't been transferred correctly.
- The object is not set to use Continuous syncing.