How to add VFX into an animation?

Hello, lately I was making a boss battle system and I wanted to add an animation of a player beating the boss. Though I was wondering how I can achieve what Anime Battlegrounds X (ABX) has accomplished.

Reference: https://twitter.com/_Nymfei/status/1476511924795817984 ; The person who made this someone added crater debris, particles, etc. How could I do something like this as well?

2 Likes

You could sync sounds, vfx using Animation.TimePosition

Make a VFX play when the animation is at a certain point. Ofc this would all have to be manually done and changed to how you would want it to look like.

2 Likes