Hi there, I am a newb
However, I think I have built a fairly sturdy circuit. My issue is that, in a 2 player, multi player setting, at player x wins, I send a message via the winning player photonView.RPC("RoundWon", PhotonTargets.All, thisPlayerID);
This works, except that the only object to recieve the news is the slave, or mirrored or remote object of the winner. The loser, player, remote or local, does not seem to get the message.
I am at a bit of a loss.
I have started looking into RaisedEvents, but the arguments, to me are a bit confusing. Can someone help me out?
Thank you
However, I think I have built a fairly sturdy circuit. My issue is that, in a 2 player, multi player setting, at player x wins, I send a message via the winning player photonView.RPC("RoundWon", PhotonTargets.All, thisPlayerID);
This works, except that the only object to recieve the news is the slave, or mirrored or remote object of the winner. The loser, player, remote or local, does not seem to get the message.
I am at a bit of a loss.
I have started looking into RaisedEvents, but the arguments, to me are a bit confusing. Can someone help me out?
Thank you