Animation/FX Keyframe Editor?

Hi,
I was wondering if their are any tools or addons for unity that allow for both scrubbing animations in the editor and placing keys on the animations that trigger Particle FX. The particle fx would trigger when the user scrubbed over the FX key. For example on fram 20 I’d like to play this particle system.

Are there any editor extensions that fit the above discription?

Thanks!

You can do this with the unity animation editor, just use a animation event, you can place one like a keyframe, then do something on that event… I would use antares universe, theres a free version and paid one, to get the animation event and then play your particle effect, you could also do that just with script though but I know universe can receive animation events as well.