Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: Kardend on May 10, 2012, 11:31:12 AM

Title: TextMesh 3d text property (set property) works on pc but not on android device
Post by: Kardend on May 10, 2012, 11:31:12 AM
I am using Set Property to change the text of a 3d TextMesh on some event, and it works great when I run the game on the PC but when I deploy to any Android device it just doesn't change.

I've tried with a HTC Evo 3D, a Photon 4G, and a Galaxy Tab 7 Plus, no luck on any of them.

Is there some trick to make Set Property work correctly or am I doing something wrong?

Thanks guys
Title: Re: TextMesh 3d text property (set property) works on pc but not on android device
Post by: moondust.games on August 03, 2015, 12:20:28 PM
I know this is years old but having the exact same problem today with ios. Set Property of the Text Mesh text attribute works in editor preview mode on my Mac but on iOS the text mesh does not update and is fixed on it's original value.

Is this a Playmaker or Unity issue? Any info would be very helpful.
Title: Re: TextMesh 3d text property (set property) works on pc but not on android device
Post by: jeanfabre on August 02, 2016, 04:24:58 AM
Hi,

 It's likely due to the linker.xml that is not defined so that Unity includes all classes used in your code, and because "setProperty" uses Reflections, Unity is missing that use of that particular class.

Can you try this linker wizard, dedicated to PlayMaker?

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

 Bye,

 Jean