Playmaker Forum
PlayMaker News => General Discussion => Topic started by: case3 on February 01, 2017, 06:04:04 PM
-
Hi, I really want to use Playmaker to make ios games but I read there are issues with this...Should I bother or am I better off making for android? I don't know enough about Playmaker to understand what these issues mean so I don't know if they are a big deal or not?
-
Should I take no reply to mean I should just build for Android? or did I read wrong about ios? I would really like to know because it helps to know what I am going to export to. Thanks.
-
Should I take no reply to mean I should just build for Android? or did I read wrong about ios? I would really like to know because it helps to know what I am going to export to. Thanks.
what issues are you referring to?
-
Hi,
I publish for IOS almost on a weekly bases. So if you have issues please report them. But yes, PlayMaker works fine with IOS.
the main thing to be careful with is when using SetProperty, GetProperty and similar actions. Unity will not see what you are doing with it and will strip potential some of the class you want to work with this way, so for this you'll need to use the Linker Wizard (http://hutonggames.com/playmakerforum/index.php?topic=11126.0)
Bye,
Jean
-
Hi,
I publish for IOS almost on a weekly bases. So if you have issues please report them. But yes, PlayMaker works fine with IOS.
the main thing to be careful with is when using SetProperty, GetProperty and similar actions. Unity will not see what you are doing with it and will strip potential some of the class you want to work with this way, so for this you'll need to use the Linker Wizard (http://hutonggames.com/playmakerforum/index.php?topic=11126.0)
Bye,
Jean
Hi, Thank you, yes that is what I was referring to. I wasn't sure what those 2 were used for until I watched a tutorial which used them to access a script, which had me worried because I have brought assets with scripts I need to be able to access and I didn't yet know how to do that. I will check out the link you gave, thanks.