Playmaker Forum
PlayMaker Help & Tips => iOS Help => Topic started by: CoCo on March 21, 2019, 11:04:04 AM
-
Hi guys !
We built with xcode on ios, and we have an issue in the game: all variables are not displayed we have the name's variable but nothing appears. It works fine in unity and build(mac and PC) but nothing on ios.
Someone have an idea for this problem ?
I'm supposed that's an issue with a "Set property" that's don't work fine on ios, or do we misseds something on xcode? Tks
-
Ok Jean Fabre make a nice video and plugin for that problem. If it can help someone this is the link
https://www.youtube.com/watch?v=cnCq-OPuLRE (https://www.youtube.com/watch?v=cnCq-OPuLRE)
-
Thanks, I had no idea what linker wizard did. Does anybody know if its just the get/set properties on IOS that creates the need to use the linker wizard?
-
Hi,
I believe some of the ScriptControl actions also.
-
Hi,
invokeMethod also needs this. Check this post for more infos:
http://hutonggames.com/playmakerforum/index.php?topic=11126.0
Bye,
Jean
-
This topic is a little old, but I figured i'd provide some more info.
If you use get/set properties, invokeMethod for any devices like Android or IOS (potentially even consoles) you will need to do this. I had a get properties not working on Android, used the linker wizard and it resolved the issue.