I made a harvest animation so that when the player presses E on the object, my animation plays. However, my animation glitches out when the player collides with objects. Is there any way to fix this?
This is the normal animation;
https://gyazo.com/b73e4f353da1ce066062b7cc5236eda2
Versus the harvest animation when the player collides with the object.
https://gyazo.com/9ea7e280a906a202c7abd62e0d48427a
1 Like
Maybe try to turn off collisions the object locally for the player while it’s in this animation, this could stop all the interference together. Hope this helps!