Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: jeanfabre on September 28, 2016, 03:19:05 AM

Title: Unity 5.4 Missing Scripting Define Symbols in PlayerSettings
Post by: jeanfabre 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:

(http://i.imgur.com/seBNn3O.png)

but likely you'll have nothing:
(http://i.imgur.com/qRmyuZi.png)

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 (https://docs.unity3d.com/Manual/PlatformDependentCompilation.html)