(Choose 1 answer)
In Unity, how can you set up an Animation Event to trigger a function when a specific frame of an animation is reached?
A. By using the Animation Window to manually input frame numbers and function names.
B. By adding an Animation Event marker to the animation timeline and specifying the function name in the animation clip.
C. By attaching a script directly to the animated object and using OnTriggerEnter events.
D. By linking the animation clip to a custom script that handles animation events.
Q: 35