참고 사이트
https://discussions.unity.com/t/in-game-camera-movement-like-editor/99662
in-Game camera movement like editor
Hi, I was wondering. I want an in-game camera view/movement like in the editor and my question is if someone has an example or can give me some help. Because I have no idea how to make it. Thanks in advance! 🙂 This is what i btw have, but the camera is
discussions.unity.com
[유니티 스크립트 소스] 마우스를 이용한 Orbit 카메라
마우스를 이용하여, 선택한 오브젝트 주위를 회전하거나 줌인, 줌아웃이 되는 카메라입니다. 유니티에서 FreeLookCamera가 있긴 하지만, 이 소스가 더 간단합니다. using UnityEngine; [RequireComponent(typeof(C
coderzero.tistory.com
나중에 추가 보완 수정
'Unity3D > Unity 내용 & 공부' 카테고리의 다른 글
코딩으로 삼각형 만들어보기 (0) | 2024.03.13 |
---|---|
베지어 커브를 사용하여 라인 그리기 (0) | 2024.03.12 |
UI 렌더링 시 이미지에 실선이 나오는 경우 해결 방법 (0) | 2023.08.14 |
유니티 쉐이더 따라 해보기 좋은 자료 (0) | 2022.07.26 |
조명(Lighting) 관련 자료 (0) | 2022.07.26 |