playMaker

Author Topic: Playmaker event not received for Dropdown - Text Mesh Pro, known issue?  (Read 2011 times)

refinedgames

  • Playmaker Newbie
  • *
  • Posts: 19
If I place a Dropdown and a Dropdown - TextMeshPro in the scene next to each other, add FSM to both, then add Global Transition = UI INT VALUE CHANGED, only the standard Dropdown will receive the event.  Is this a known issue?

I'm on Unity 2019.4.8 [a few months old, but not too outdated]

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Playmaker event not received for Dropdown - Text Mesh Pro, known issue?
« Reply #1 on: January 21, 2021, 08:35:20 AM »
System events don't currently see TextMeshPro components, but we're working on a solution to auto-detect them.

You can import the attached unitypackage for experimental support of TextMeshPro Dropdowns. NOTE: It will throw errors in a project that doesn't have TextMeshPro installed!

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Playmaker event not received for Dropdown - Text Mesh Pro, known issue?
« Reply #2 on: January 22, 2021, 07:35:40 AM »
Hi.
Here are some other dropdown actions i made for my project, they might be useful for you :)

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Playmaker event not received for Dropdown - Text Mesh Pro, known issue?
« Reply #3 on: January 22, 2021, 08:37:21 AM »
Nice!

refinedgames

  • Playmaker Newbie
  • *
  • Posts: 19
Re: Playmaker event not received for Dropdown - Text Mesh Pro, known issue?
« Reply #4 on: January 22, 2021, 08:24:17 PM »
Thanks guys!

EpicMcDude

  • Playmaker Newbie
  • *
  • Posts: 45
Hi.
Here are some other dropdown actions i made for my project, they might be useful for you :)

Thank you so much Djaydino! I can't believe there still aren't any actions for this on the Ecosystem but thankfully you made some.

edufurla

  • Junior Playmaker
  • **
  • Posts: 56
Re: Playmaker event not received for Dropdown - Text Mesh Pro, known issue?
« Reply #6 on: February 06, 2023, 11:25:54 AM »
I was looking for that action. Amazing!
Thank you djaydino.