UNITY TUTORIAL - Look At script: pointing an object towards another; part 2: Slerp
Text version of a videotutorial published on my Youtube channel.
Subscribe to my channel & turn on notifications to get updates on new videos!
The PDF is free; feel free to share it!
This is the second of two video tutorials on creating a "Look At" script in Unity 2022 to make an object point towards another one.
Specifically, in the first part we analyzed the problem and implemented a solution that involved an instant rotation of the object; in this tutorial, however, we will create a slower and more gradual rotation, using Quaternions and the Slerp method.
In this tutorial, I will assume you are familiar with concepts such as Time.deltaTime and the functioning of the Quaternion.Slerp method, as I have covered them in other video tutorials; if you are not familiar with these topics, I recommend checking out those tutorials first.
Free PDF - Feel free to share it!