playMaker

Author Topic: Linker - Set Property  (Read 6069 times)

Liviuss

  • Playmaker Newbie
  • *
  • Posts: 2
Linker - Set Property
« on: February 10, 2018, 07:28:24 PM »
Hi Jean,

I have a problem with SetProperty(texts for TextMeshPro) under UWP build. I installed Linker from ecosystem but modified link.xml didn't helped. In editor it's ok but under UWP build it does not.

P.S. Under Android and IOS it's ok even without link.xml.
P.S.S. I'm under Unity 2017.3.0p4 and Playmaker 1.8.9

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: Linker - Set Property
« Reply #1 on: February 10, 2018, 07:34:51 PM »
Hi.

If you use Get/Set Properties, you need to use the Linker Wizard

But it would be better to use dedicated actions,

you can find actions for textmesh on this topic :

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

Liviuss

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Linker - Set Property
« Reply #2 on: February 10, 2018, 08:17:55 PM »
Hi,
I mentioned that Linker Wizard does not solve the problem with reflection on UWP.
P.S.Thanks for the link to TextMeshPro scripts.
« Last Edit: February 10, 2018, 08:49:57 PM by Liviuss »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: Linker - Set Property
« Reply #3 on: February 11, 2018, 07:16:49 AM »
Hi.
Ah sorry i just red 'Linker'
i was reading to fast again...
Anyway let us know if the dedicated actions solved the problem :)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Linker - Set Property
« Reply #4 on: February 22, 2018, 05:35:04 AM »
Hi,

 you say "but modified linker". How was it modified? did you run the linker wizard properly? Are you aware of the process involved, that you must go through all your features for the linker to detect usage. Did you get logs from the linker. And can you send the content of the linker you have currently?

 Bye,

 Jean