Hi guys,
Does anyone know why I can’t send an RPC to a different prefab? Basically I have 2 different prefabs and both get instantiated with the same script that sends out an RPC like so:
networkView.RPC(“CheckStatus”, RPCMode.OthersBuffered);
The problem is that it only works when the same prefab is used but when it’s 2 different prefabs it doesn’t work and I have tried to use “RPCMode.All” but still nothing.
Is this because they need to be the same Network ID?
Any help would be greatly appreciated.
Many thanks