Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: gabba on August 29, 2017, 10:07:24 AM

Title: I get 999+ errors when I try to build for Tizen [SOLVED]
Post by: gabba on August 29, 2017, 10:07:24 AM
Hi guys,
whenever I try to build for Tizen OS i get 999+ errors (as you can see in the image). When I play the game with the Tizen platform switched (before trying to make the build) everything works perfectly but when I try to make the build I get the errors and it's like Playmaker is not installed anymore. I lose all the Playmaker scripts, tabs, windows, etc.
I tried to modify the .dlls in the Plugins\Playmaker folder adding Tizen but with no result.
I hope someone can help me.


Thank you
Title: Re: I get 999+ errors when I try to build for Tizen
Post by: Alex Chouls on August 29, 2017, 11:03:18 AM
Hi, this thread should help:
http://hutonggames.com/playmakerforum/index.php?topic=10893.msg63918

You need to configure the plugins, but also add a scripting define symbol, as described in that thread.

Title: Re: I get 999+ errors when I try to build for Tizen
Post by: gabba on August 29, 2017, 11:11:02 AM
Thanks for the quick reply. I read about the "scripting define symbol" but I can see no "Configuration" button under "build settings"...
Title: Re: I get 999+ errors when I try to build for Tizen
Post by: Alex Chouls on August 29, 2017, 03:51:30 PM
It's in Build Settings > Player Settings > Other Settings > Configuration

Sorry about that. Not sure if it moved or if the initial directions were bad...
Title: Re: I get 999+ errors when I try to build for Tizen
Post by: gabba on August 30, 2017, 06:48:59 AM
Thank you very much! I tried to add "UNITY_NACL;" to the "scripting define symbol" textbox and now, after I try to make the build, I get 3 errors...
Title: Re: I get 999+ errors when I try to build for Tizen
Post by: Alex Chouls on August 30, 2017, 03:06:30 PM
Go through the Playmaker dlls in Plugins and make sure only one is checked for Tizen. This might mean unchecking Any.
Title: Re: I get 999+ errors when I try to build for Tizen
Post by: gabba on August 30, 2017, 05:22:42 PM
Ok. Previously I checked Tizen in all the .dlls and I suppose that was the problem. Now I only checked it in the main Playmaker.dll. Furthermore I added the string "UNITY_WEBGL;" to the previously added "UNITY_NACL;" string and it works perfectly.
Thank you very much for your support, really appreciated.