It is possible to mix them together?I think it will be powful~
yeah, you can
behave is a super simple interface layout really. It can be wrapped around most anything.
I am new here, and i really dont know about new mecanim …systems, but if angryant is just another script (as far as i know), why wouldnt you be able to use them together? I have only use Unity 3 …or 3.5? Anyway, like six months. And this kind of questions…? Lot of them. Is this kind of things really so complicated with every new version of Unity?
mecanim is the new animation system in unity4
behave actually doesn’t use a whole lot of the monobehaviour component model in its design. And instead is free formed using interfaces so that you can implement how ever you please.
This is why, yes, you can mix it with mecanim. Because it’s really just the IAgent interface you’re implementing… And you can implement that on any class you want… monobehaviour or not.