Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: friendlydog on June 11, 2016, 07:23:47 PM

Title: set property font size and offset - inot working on IOS [SOLVED]
Post by: friendlydog on June 11, 2016, 07:23:47 PM
Hi,

I am having the same problem as this guy here:
http://hutonggames.com/playmakerforum/index.php?topic=9710.msg47719#msg47719

for an android build the set property actions for font are working fine.
on IOS neither font size nor X or Y offset are working.  :(

Unity 5.3.2
newest playmaker.
testeed on ios 7.1, iphone 4.

any help appreciated!
Title: Re: set property font size and offset - inot working on IOS
Post by: Alex Chouls on June 12, 2016, 12:30:22 AM
This is most likely a link.xml issue.
On some platforms unity needs a link.xml file to know what types/properties/methods to keep when stripping the build.

There is a tool that helps make the link.xml file here:
http://hutonggames.com/playmakerforum/index.php?topic=11126.msg53034

More info about the link.xml file here:
http://docs.unity3d.com/Manual/iphone-playerSizeOptimization.html
Title: Re: set property font size and offset - inot working on IOS
Post by: friendlydog on June 12, 2016, 03:43:11 PM
YES!!! that was exactly it!
problem solved!
wheeeee  :) :) :)
thank you