Published
- 1 min read
Unity C# make object face away
The solution for this is noted below
Unity C# make object face away
Solution
transform.LookAt(2 * transform.position - new Vector3(Target.position))
Try other methods by searching on the site. That is if this doesn’t work