Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: edufurla on July 04, 2020, 10:41:05 AM

Title: TextMesh UI Drop Down.Add Options
Post by: edufurla 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
Title: Re: TextMesh UI Drop Down.Add Options
Post by: djaydino 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
Title: Re: TextMesh UI Drop Down.Add Options
Post by: edufurla on July 04, 2020, 01:47:34 PM
Thanks djaydino.
These actions seem super helpful.
Unfortunately, the action I need is not there. :(
Title: Re: TextMesh UI Drop Down.Add Options
Post by: djaydino 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.
Title: Re: TextMesh UI Drop Down.Add Options
Post by: edufurla on July 09, 2020, 03:36:26 PM
That`s amazing! :D Thanks djaydino
Title: Re: TextMesh UI Drop Down.Add Options
Post by: mrphilipjoel on July 11, 2020, 08:41:49 AM
Has anyone made an action for this yet? I can't find one in the ecosystem.
Title: Re: TextMesh UI Drop Down.Add Options
Post by: edufurla 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.