playMaker

Poll

Error on OSX build because of ".DevicePlayFullScreenMovie" action

What can I do ?
0 (0%)
DO I need to delete this script?
0 (0%)

Total Members Voted: 0

Author Topic: Error on OSX build because of ".DevicePlayFullScreenMovie" action  (Read 2585 times)

app_advisory

  • Junior Playmaker
  • **
  • Posts: 80
    • App Advisory
Hello,

I have this error when I tried to build an OSX game :
Type '[Assembly-CSharp]HutongGames.PlayMaker.Actions.DevicePlayFullScreenMovie' has an extra field 'RemindMeAtRuntime' of type 'System.Boolean' in the player and thus can't be serialized
UnityEditor.HostView:OnGUI()



and :



Error building player because script class layout is incompatible between the editor and the player.


What can I do ?

Thanks.

Regards,

AB

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
Re: Error on OSX build because of ".DevicePlayFullScreenMovie" action
« Reply #1 on: July 10, 2014, 11:39:04 AM »
I'll look into this...

The simplest thing to do is delete the action if you're not using it.

app_advisory

  • Junior Playmaker
  • **
  • Posts: 80
    • App Advisory
Re: Error on OSX build because of ".DevicePlayFullScreenMovie" action
« Reply #2 on: July 15, 2014, 12:36:05 PM »
ok thanks !