How to split an Animation clip in Unity
Have you ever had the requirement to split an Animation clip in Unity? It’s mostly required when you have an Animated model. Most Animated models have a single animation clip that contains all the character animations like walk, attack, run etc. How do we split that? Unity has an option to split the animation based … Read more