본문 바로가기
가이드/Unity, C#

유니티 해당 오브젝트 바라보게 하기

by 루엔_vivid 2021. 1. 5.

LookAt 함수를 사용하면 된다.

ex) rotate_ob.transform.LookAt(chest_ob.transform);

rotate_ob가 chest_ob를 바라보게 된다.

rotate_ob와 chest_ob 모두 GameObject이다.

 

반응형

댓글