Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: RobotGoggles on November 27, 2022, 01:51:48 PM

Title: How can I view enums in an Array List?
Post by: RobotGoggles on November 27, 2022, 01:51:48 PM
I've somewhat recently (finally) wrapped my head around enums and how/when to use them. They're great! I'm having one big issue though: Arraymaker doesn't really support them. Within the playmaker window enums work just as good as any other variable, but in the Inspector you can't pre-populate a list with enums or see the enums you've added. It's adding a lot of detective-work to the debugging process

Is there some workaround anyone can think of?
Title: Re: How can I view enums in an Array List?
Post by: djaydino on November 29, 2022, 05:59:45 AM
Hi.
Yea Array list is limited on editor mode to set and show certain types.
One thing comes in my head is to use scriptable objects, but that will require to create custom actions.