jacobdufault / fullinspector

Full Inspector supercharges Unity's inspector
MIT License
110 stars 27 forks source link

Multiselected objects: Enum values are not applied! #154

Closed grofie closed 8 years ago

grofie commented 8 years ago

Hi Jacob, this one is much more serious:

  1. Select multiple game objects with the same BaseBehavior script.
  2. Change an ENUM property
  3. Select a single one of these objects
  4. The enum value was not applied

This really fu**s up our workflow and brings a lot of mistakes. Please fix it asap. Thanks allot.

jacobdufault commented 8 years ago

FYI, multi-edit is still very buggy and not yet complete. I'm probably going to put it behind a flag.

jacobdufault commented 8 years ago

I've put it behind the fiSettings.EnableMultiEdit flag.

jacobdufault commented 8 years ago

This should be fixed in the next build.