7ark / BetterEvents-Deprecated

A replacement for UnityEvents that are: better
MIT License
135 stars 13 forks source link

Missing "enabled" property for Monobehaviours #4

Open Pimeko opened 5 years ago

Pimeko commented 5 years ago

Hi,

The tool is awesome, thank you for that!

However, it is missing the "enabled" checkbox for Monobehaviour, to change it directly in the editor, that you can find in regular Unity Events. image

Is there a way to implement this?

Thank you so much

paprik commented 4 years ago

It's there, shown as set_enabled under Behaviour, the problem is all components' "set_enabled" are unified under this one method, so it only works for the first component.

It's a different issue but it's still an issue.