playMaker

Author Topic: Unity 5.4 Missing Scripting Define Symbols in PlayerSettings  (Read 15934 times)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Unity 5.4 Missing Scripting Define Symbols in PlayerSettings
« on: September 28, 2016, 03:19:05 AM »
Hi,

 ok, we've found an issue on Unity 5.4 targeting IOS when you install PlayMaker. You could be missing the necessary Scripting Define Symbols.

 To check this, go to menu File/Build Settings->Player settings->Other settings and check the "Scripting Define Symbols" entry, it should be filled with the following:



but likely you'll have nothing:


If you have other assets from the asset store, like Vuforia or GoogleVr, etc, you have more scripting define symbols, that's fine.

So, if you don't have any PlayMaker define symbols, simply download the package attached and import it. It will correct the situation automatically, simply let it run, there is no extra step required, just import that package.

Bye,

 Jean

ps: To learn more about These symbols, check this Unity help page