Assets/Photon Unity Networking/UtilityScripts/PickupItemSyncer.cs(30,38): error CS1061:
Type `PhotonPlayer[]' does not contain a definition for `Count' and no extension method
`Count' of type `PhotonPlayer[]' could be found (are you missing a using directive or an assembly reference?)


Assets/Photon Unity Networking/UtilityScripts/PickupItemSyncer.cs(41,42): error CS1061:
Type `PhotonPlayer[]' does not contain a definition for `Count' and no extension method
`Count' of type `PhotonPlayer[]' could be found (are you missing a using directive or an assembly reference?)



PUNを使おうと思い、登録、インポート、フォトンサービスの設定(APPID登録)まで済ませたのですが、コンパおるエラーが発生し、動いてくれません。
どなたか解決方法分かりますでしょうか