Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/llamacademy/smooth-look-at

A simple project created for the video: https://youtu.be/2XEiHf1N_EY to smoothly turn an object to look at another target.
https://github.com/llamacademy/smooth-look-at

development game gamedev unity

Last synced: about 2 months ago
JSON representation

A simple project created for the video: https://youtu.be/2XEiHf1N_EY to smoothly turn an object to look at another target.

Awesome Lists containing this project

README

        

# Smooth Look At
The below video is the tutorial that **ENDS** where this project is.

In this project we have:
1. A simple scene with 2 variants of how to "look at" a target.
2. LookAtTarget script - smoothly rotates an object to look at the specified trasnform
3. AlwaysLookAtTarget - the "simple" way to make a transform look at another target, updating in a single frame

[![Youtube Tutorial](./Video%20Screenshot.png)](https://www.youtube.com/watch?v=2XEiHf1N_EY&ref=github)

## Requirements
* Requires Unity 2019.4 LTS or higher. Lower probably also works but is untested.