Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Implementing 2D Object Looking in Unity

A topic by r3sgame created Jun 10, 2022 Views: 190
Viewing posts 1 to 1
(+1)

Hey there! Lots of games require the ability to look at an object (top-down shooters, AI in general, visuals), and Unity is a pretty good engine for something like this, so I decided to give a quick snippet/guide on how to do this:

2D Object Look Script (Unity)