You can find many 3D models, which can be used in Blender or other softwares, on the Adobe Stock 3D website at the following link:
https://stock.adobe.com/search/3d-assets
FREE PDF text version:
https://francescomilanese.gumroad.com...
** Please notice that I am not a native English speaker, so this is also a way for me to practice and improve; then, if you have suggestions on syntax and pronunciation, please write them in the comments: I appreciate them! Anyway, all my videos have subtitles! **
Hello everyone!
This is the first of two tutorials on orienting an object towards another in Unity; specifically, we will see how to make the 3D model of a surveillance camera automatically orient itself towards the Player, following their movements within the scene.
This tutorial was created using Unity 2022 and is divided into two parts.
In the first part, we will analyze the problem and approach it using the Rotate method to achieve an instant rotation of the camera.
In the second part, we will use quaternions and the Slerp method to create smoother and more gradual rotations.