playMaker

Author Topic: How can I view enums in an Array List?  (Read 337 times)

RobotGoggles

  • Playmaker Newbie
  • *
  • Posts: 35
How can I view enums in an Array List?
« 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?
When life hands you insomnia, make video games.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: How can I view enums in an Array List?
« Reply #1 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.