playMaker

Author Topic: Photon Network error[SOLVED]  (Read 3895 times)

cookimage

  • Playmaker Newbie
  • *
  • Posts: 6
Photon Network error[SOLVED]
« 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?
« Last Edit: February 26, 2013, 01:37:14 PM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Photon Network error
« Reply #1 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

cookimage

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Photon Network error
« Reply #2 on: February 26, 2013, 12:35:39 PM »
Hi, Thanks for the reply. Yes that worked. Thanks alot.