How to Create 3D Moving Platforms (Unity Tutorial)

Опубликовано: 03 Апрель 2026
на канале: Ketra Games
44,072
1k

In this Unity tutorial we're going to look at how we can add moving platforms to a game, and have the character travel along on top of the platforms.

We'll start by looking at how to define a set of waypoints for the platform to travel.

Then we'll look at how to make the platform smoothly move along the path using Lerp ans SmoothStep.

Finally we'll work through some common pitfalls to get the character to move along on top of the platform.

The project files are available to our patrons here:
►   / 67668321  

Want to follow along? This project is a good starting point
►   / 65535482  

The final script can be found here
► https://dotnetfiddle.net/HHtLeS

Help support our work:
► Patreon:   / ketragames  
► Ko-fi: https://ko-fi.com/ketragames

Follow us:
► Ketra Games: http://www.ketra-games.com
► Patreon:   / ketragames  
► Twitter:   / ketragames  
► Facebook:   / ketragames  

Introduction - 00:00
Adding a Moving Platform to the Scene - 00:42
Setting up the Waypoints for the Platform Path - 2:24
Creating the Scripts to Move the Platform - 3:34
Adding Smoothing to the Platform Movement - 10:05
Making the Character to Move on the Platform - 11:27
Summary - 16:09

#KetraGames #LearnUnity #UnityTutorials #UnityTips