Move a Platform with Animation in Unity
In a previous article, we showed how you can move a platform in Unity by using the function MoveTowards() and the function Mathf.PingPong(). You can find that article here. Another way to move a platform is to us an animation. This allows you to have some more complex movements fairly easily. Create an animation for…