Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: cookimage on February 26, 2013, 01:23:17 AM

Title: Photon Network error[SOLVED]
Post by: cookimage on February 26, 2013, 01:23:17 AM
Hi All,
 I installed the Photon Unity Networking and also the Photon Playmaker setup. Added my ID and everything seems fine with the server excetra, but I have a compiler error so can run anything. I get this error:

"Assets/Photon Unity Networking/PlayMaker/Actions/PhotonViewGetID.cs(49,56): error CS1061: Type `int' does not contain a definition for `ID' and no extension method `ID' of type `int' could be found (are you missing a using directive or an assembly reference?)"

Any idea how to fix it?
Title: Re: Photon Network error
Post by: jeanfabre on February 26, 2013, 02:17:45 AM
Hi,

 You have a conflict of version with photon and playmaker build.

 Playmaker 1.5 is now integrating photon, so delete the "photon unity networking " folder  AND the playmaker folder as well, and then reimport playmaker 1.5

 if the problem persists let me know,

bye,

 Jean
Title: Re: Photon Network error
Post by: cookimage on February 26, 2013, 12:35:39 PM
Hi, Thanks for the reply. Yes that worked. Thanks alot.