[Unity][Bug记录] AnimationEvent has no function name specified!

1.BUG记录: AnimationEvent has no function name specified!

 After investigation, this is an empty animation event added to the Animation interface (as shown in the figure)

Generally, multiple animation events are added by hand sliding at one point, and only a corresponding function is added to one.

 

 

 solution

After checking, delete the hundred points without additional functions on the animation event and ensure that each animation event has an additional function without error.

Guess you like

Origin blog.csdn.net/m0_56738500/article/details/126459650