Playmaker Forum

Archived Boards => Windows Phone 8 Help => Topic started by: honeycombdesign on November 27, 2014, 01:42:11 AM

Title: Error Code Unity 4.6 [SOLVED]
Post by: honeycombdesign 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.
Title: Re: Error Code Unity 4.6
Post by: Alex Chouls on November 27, 2014, 01:37:29 PM
Did you switch the build target to windows phone 8?
Title: Re: Error Code Unity 4.6
Post by: honeycombdesign 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.