playMaker

Author Topic: Error Code Unity 4.6 [SOLVED]  (Read 6414 times)

honeycombdesign

  • Playmaker Newbie
  • *
  • Posts: 5
Error Code Unity 4.6 [SOLVED]
« on: November 27, 2014, 01:42:11 AM »
When I imported the Windows 8 Phone add-on there is an error code

Assets/PlayMaker/Actions/Network/NetworkGetMessagePlayerProperties.cs(53,63): error CS1061: Type `HutongGames.PlayMaker.FsmEventData' does not contain a definition for `Player' and no extension method `Player' of type `HutongGames.PlayMaker.FsmEventData' could be found (are you missing a using directive or an assembly reference?)

It will not let me preview my app now because of this error.
« Last Edit: November 27, 2014, 06:34:25 PM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Error Code Unity 4.6
« Reply #1 on: November 27, 2014, 01:37:29 PM »
Did you switch the build target to windows phone 8?

honeycombdesign

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Error Code Unity 4.6
« Reply #2 on: November 27, 2014, 05:52:30 PM »
Figured it out, it was an issue with the Photon Network. I found the area where you guys stated it needed to be remove so it can compile correctly.