Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: amethystbj on April 29, 2020, 05:33:22 PM

Title: Set Property does not work on iOS[SOLVED]
Post by: amethystbj on April 29, 2020, 05:33:22 PM
The build works well on Mac / Windows but on iOS it never works. I tried to see if the problem was "OnClick" but it works normally.
Title: Re: Set Property does not work on iOS
Post by: jeanfabre on April 30, 2020, 01:22:28 AM
Hi,

 You need to use the linker wizard for code reflections to be taken into account on mobile:

https://hutonggames.com/playmakerforum/index.php?topic=11126.0

Bye,

 Jean

Title: Re: Set Property does not work on iOS[SOLVED]
Post by: amethystbj on May 02, 2020, 10:26:24 AM
Thanks!