Jak sprawić, by obiekt spojrzał na inną jedność

//You can use Transform.LookAt(target)

public Transform target;
Transform.LookAt(target);
Akshay Vs