Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: maeslezo on August 31, 2016, 05:52:12 AM

Title: PropertyAttribute not working
Post by: maeslezo on August 31, 2016, 05:52:12 AM
Hello,

I have a regular unity PropertyAttribute (not a PropertyDrawer) that transform an int to a dropdown menu.

It works fine in a monobehaviour editor but not in a playmaker action.

So, just to be sure and it is not something particular with this PropertyAttribute.

The PropertyAttributes are not working with actions, aren't they? Is there any work arround to make them work?

Thank you