Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: CoCo on March 21, 2019, 11:04:04 AM

Title: Set Poperty/ Text Mesh issue on IOS[SOLVED]
Post 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


Title: Re: Set Poperty/ Text Mesh issue on IOS "resolved"
Post by: CoCo on March 21, 2019, 01:06:20 PM
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)
Title: Re: Set Poperty/ Text Mesh issue on IOS
Post by: PlaymakerNOOB on March 27, 2019, 10:35:33 AM
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?
Title: Re: Set Poperty/ Text Mesh issue on IOS
Post by: djaydino on March 27, 2019, 03:09:16 PM
Hi,
I believe some of the ScriptControl actions also.
Title: Re: Set Poperty/ Text Mesh issue on IOS
Post by: jeanfabre on April 08, 2019, 02:11:28 AM
Hi,

 invokeMethod also needs this. Check this post for more infos:

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



Bye,

 Jean
Title: Re: Set Poperty/ Text Mesh issue on IOS
Post by: PlaymakerNOOB on August 14, 2019, 11:07:16 AM
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.