I’m running into an issue with one of my components.
After creating a prefab via Network.Instantiate, I then update the property on a component. This update shows up on the client that owns the object, but it doesn’t seem to go to the other connected client.
Any ideas what might cause this?