1
PlayMaker Help / PlayMaker Photon not working?
« on: April 20, 2019, 05:18:50 AM »
So i downloaded the newest Photon Actions from GitHub,
and newest Photon. However i get 46 Errors which are type of Name Space errors.
It seems these are out of date after a little digging around the internet.
Are the Actions going to be fixed sooner or later?
I managed to fix some, but the MonoBehaviour one i could not.
and newest Photon. However i get 46 Errors which are type of Name Space errors.
Code: [Select]
Assets\PlayMaker PUN\Actions\PhotonNetworkConnectToRegion.cs(15,22): error CS0246: The type or namespace name 'CloudRegionCode' could not be found (are you missing a using directive or an assembly reference?)
Code: [Select]
Assets\PlayMaker PUN\Scripts\PlayMakerPhotonProxy.cs(64,9): error CS0246: The type or namespace name 'PhotonPlayer' could not be found (are you missing a using directive or an assembly reference?)
Code: [Select]
Assets\PlayMaker PUN\Scripts\PlayMakerPhotonGameObjectProxy.cs(20,54): error CS0234: The type or namespace name 'MonoBehaviour' does not exist in the namespace 'Photon' (are you missing an assembly reference?)
It seems these are out of date after a little digging around the internet.
Are the Actions going to be fixed sooner or later?
I managed to fix some, but the MonoBehaviour one i could not.