Make it Slow Down and Stop
Tutorial
·
Beginner
·
+10XP
·
10 mins
·
(95)
Unity Technologies

Alright, the wheel is rotating around the Z-axis. But, how do we make it stop?
In this tutorial, you'll learn how to make the slow down and stop. We'll learn how to:
- Add onto the C# script to make the wheel slow down and stop
- Play it in game mode
- & also learn how the math concept of exponential decay is connected to creating a gradual decrease in speed
Languages available:
1. Make it Slow Down and Stop
In the Make a Spinner Project, you'll learn how to make a spinner in Unity. This is a beginner's level project and perfect for anyone who has already downloaded Unity/Visual Studio you've looked at 1-2 other Unity tutorials. Download the project assets Ottiya_Unity Spinner Assets here.
You can also view the full tutorial and assets here: https://ottiya.com/series/unity-spinner/
💻 [Unity Spinner Tutorial Video 3/5] Make a Spinner in Unity: Make it Slow Down and Stop
Alright, the wheel is rotating around the Z-axis. But, how do we make it stop?
In this video, you'll learn how to make the slow down and stop. We'll learn how to:
- Add onto the C# script to make the wheel slow down and stop
- Play it in game mode
- + learn how exponential decay facilitates a gradual decrease in speed