ddionisio / MateAnimator

Adding more features to the open sourced Animator from Unity.
113 stars 29 forks source link

Method parameter with enum type seems buggy #16

Closed igrir closed 9 years ago

igrir commented 9 years ago

Yesterday I made a method with parameter of enum in animation for Event track. At first the method show up, but then after I close and open the cutscene editor again the errors pop up on console.

ddionisio commented 9 years ago

Hi,

I've added some extra checks for enums. It may have been possible that the type signature has changed after a key has been added.

If it still occurs, can you post the full exception log here?

igrir commented 8 years ago

It's fixed and amazingly works. Thanks! :+1: