- Home /
Please tell me about difference of AnimationEvent.
Hello. I can't understand about difference of AnimationEvent.
There are two types inspector like those.
Top inspector will call function Test1() , but bottom inspector didn't call.
What is different?
PLEASE: I am not good at English. Please use easy words.
Japanese: こんにちは。私はAnimationEventの違いについて理解できません。 インスペクタには2種類のインスペクタがあります。上のインスペクタは、Test1()関数をおそらく呼び出しますが、下のインスペクタは呼び出しませんでした。 この表示の違いは何ですか?
Answer by hectorux · Nov 05, 2018 at 08:25 PM
The first one only appears if you are holding the item with the animation and only simplify the second one. The second one is a inspector where you have all the variable types you can pass to the function selected. As i said, if you are holding the GameObject that have the animation atached to, Unity will save you from that inspector and clean it to make it easier to select methods and variables (it will set automatically what you can use, and delete what you cant or dont need)
Thank you for your answer! The problem about function that wasn't called seems nothing but my mistake.