This error tells you that you have an object with a NetworkView and a valid ViewID which is receiving an update from the network, but the observed component, that is the component that is actually synchronised by this NetworkView, is missing. This can happen when you either don’t assign the wanted component on the other side, or you have destroyed that component only on one side.