Wolfdog
1
Hello friends.
I would like to trim an animation, but removing a part in the middle, not at the end or start. Here is what i mean.
I would like to remove the red section, but keep the blue section as part of one animation. Is this possible within Unity?
You must trim it from a softwares it came from… its impossible to do something like that without keyframes and its bone.
But still theres actually a way here but is very bad ,
- Create a new animation of first part and second part separately(i.e. omitting the red part)
- Now go in asset folder in the settings of the those 2 new animation clips deselect loop and apply
- Now add both in your Animator Component and make a transition from first part clip to second part clip .
- This may work but is really not good.