The support character will spawn from the barracks from time to time to help the hero, and after a certain period, he will return to the barracks.
I'm using the Tween behavior when the support character is created—to show the distance from the barracks.
When he returns (and is destroyed), I'm using position and scale with lerp to move him back to the barracks.
It feels a bit laggy and doesn’t look smooth.
Can you guys help me create a better and more polished functionality?
Functionality video: webmshare.com/play/AZAbP
Create event:
Destroy event (go back):