Forum rules - please read before posting.

PlayMakerIsPresent causes error

edited May 2014 in Technical Q&A
Ok so with the new version I'm starting to integrate PlayMaker but I get compiler errors as soon as I put in PlayMakerIsPresent in scripting define symbols.

Not sure what to do as I've fully deleted AC and it does this still after reinstalling?

errors

Assets/AdventureCreator/Scripts/Static/PlayMakerIntegration.cs(56,46):
error CS0117: `HutongGames.PlayMaker.FsmVariables' does not contain a
definition for `RuntimeVariables'


Assets/AdventureCreator/Scripts/Static/PlayMakerIntegration.cs(66,46):
error CS0117: `HutongGames.PlayMaker.FsmVariables' does not contain a
definition for `RuntimeVariables'


Assets/AdventureCreator/Scripts/Static/PlayMakerIntegration.cs(76,46):
error CS0117: `HutongGames.PlayMaker.FsmVariables' does not contain a
definition for `RuntimeVariables'


Assets/AdventureCreator/Scripts/Static/PlayMakerIntegration.cs(86,46):
error CS0117: `HutongGames.PlayMaker.FsmVariables' does not contain a
definition for `RuntimeVariables'


Assets/AdventureCreator/Scripts/Static/PlayMakerIntegration.cs(96,38):
error CS0117: `HutongGames.PlayMaker.FsmVariables' does not contain a
definition for `RuntimeVariables'


Assets/AdventureCreator/Scripts/Static/PlayMakerIntegration.cs(104,38):
error CS0117: `HutongGames.PlayMaker.FsmVariables' does not contain a
definition for `RuntimeVariables'


Assets/AdventureCreator/Scripts/Static/PlayMakerIntegration.cs(112,38):
error CS0117: `HutongGames.PlayMaker.FsmVariables' does not contain a
definition for `RuntimeVariables'


Assets/AdventureCreator/Scripts/Static/PlayMakerIntegration.cs(120,38):
error CS0117: `HutongGames.PlayMaker.FsmVariables' does not contain a
definition for `RuntimeVariables'

Comments

  • Whoops!  In my haste to correct the RuntimeVariables / GlobalVariables fiasco, I inadvertently mass-renamed the code in this script when I shouldn't have.

    Will be corrected for 1.34, but in the meantime you can fix this yourself by opening up PlayMakerIntegration.cs and renaming every instance of RuntimeVariables to GlobalVariables.
  • Ok that seems to work! Thanks.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.