playMaker

Author Topic: set property font size and offset - inot working on IOS [SOLVED]  (Read 3165 times)

friendlydog

  • Junior Playmaker
  • **
  • Posts: 65
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!
« Last Edit: June 12, 2016, 04:01:07 PM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3998
  • Official Playmaker Support
    • LinkedIn
Re: set property font size and offset - inot working on IOS
« Reply #1 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

friendlydog

  • Junior Playmaker
  • **
  • Posts: 65
Re: set property font size and offset - inot working on IOS
« Reply #2 on: June 12, 2016, 03:43:11 PM »
YES!!! that was exactly it!
problem solved!
wheeeee  :) :) :)
thank you