ChoppySloppy542
The Given key was not present in the dictionary
KeyNotFoundException: The given key was not present in the dictionary.
System.Collections.Generic.Dictionary`2[PhotonPlayer,Zombie3D.Player].get_Item (.PhotonPlayer key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150)
Zombie3D.GameMultiplayerScene.HandleEvent (.ServerEventData data) (at Assets/Scripts/Assembly-CSharp/Zombie3D/GameMultiplayerScene.cs:222)
PunCallback.OnServerEvent (.ServerEventData data) (at Assets/Scripts/Assembly-CSharp/PunCallback.cs:85)
PunCallback.OnEvent (Byte eventCode, System.Object content, Int32 senderId) (at Assets/Scripts/Assembly-CSharp/PunCallback.cs:66)
NetworkingPeer
9 replies
The Given key was not present in the dictionary
bascially the key or photon player is not in the SFS_Player_Arr dictionary. this happens when 1 player tries to revive the other but it cant because it cant find the photon player or key in the dictionary causing this error for refrence here is the unity console
9 replies