playMaker

Author Topic: TextMesh UI Drop Down.Add Options  (Read 1720 times)

edufurla

  • Junior Playmaker
  • **
  • Posts: 56
TextMesh UI Drop Down.Add Options
« on: July 04, 2020, 10:41:05 AM »
Now Unity has some of UI options using Textmesh for a much more crisp result.
Does someone know a way to use them with Playmaker?

I am trying to use Add option in a Text mesh drop-down, but without success. I also did not find a way to use set property or call method to add the options.

Thanks

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: TextMesh UI Drop Down.Add Options
« Reply #1 on: July 04, 2020, 10:58:18 AM »
Hi.
Here you can find some textmesh actions
https://hutonggames.com/playmakerforum/index.php?topic=15008.0

edufurla

  • Junior Playmaker
  • **
  • Posts: 56
Re: TextMesh UI Drop Down.Add Options
« Reply #2 on: July 04, 2020, 01:47:34 PM »
Thanks djaydino.
These actions seem super helpful.
Unfortunately, the action I need is not there. :(

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: TextMesh UI Drop Down.Add Options
« Reply #3 on: July 04, 2020, 02:46:01 PM »
Hi.
Right...
i just check on my project and apparently i made them myself.
you can try them out with the package below.

edufurla

  • Junior Playmaker
  • **
  • Posts: 56
Re: TextMesh UI Drop Down.Add Options
« Reply #4 on: July 09, 2020, 03:36:26 PM »
That`s amazing! :D Thanks djaydino

mrphilipjoel

  • Playmaker Newbie
  • *
  • Posts: 48
Re: TextMesh UI Drop Down.Add Options
« Reply #5 on: July 11, 2020, 08:41:49 AM »
Has anyone made an action for this yet? I can't find one in the ecosystem.

edufurla

  • Junior Playmaker
  • **
  • Posts: 56
Re: TextMesh UI Drop Down.Add Options
« Reply #6 on: February 13, 2023, 10:53:13 AM »
Idk if I am doing something wrong, but I can't make the Dropdown Add Options work. I always get the
"IndexOutOfRangeException: Index was outside the bounds of the array." error when I try to use it.