Moving Platform Sequence
- Alex Feetham
- Mar 11, 2019
- 1 min read
This week I created a moving platform sequence. The sequence is comprised of 3 simple platforms. I used empty game objects to plot points for the route that each platform will take. The platforms movement speed can be changed via the inspector and they also have the option to be set to either move or lerp towards the points in the path.
A demo video of the system is available on my YouTube Channel @
https://www.youtube.com/watch?v=EDDb8GydPvU&feature=youtu.be
Comments