IOS AR 시작 설정은 어렵지않다.
다음 두가지만 실행하면 된다.
1. 패키지 설치
2. 설정 변경
AR Session을 추가하여 AR을 본격적으로 다루는 부분은 다른 자료에서 쉽게 찾을 수 있을것이다.
1. 패키지 설치
Window -> Package manager에서
AR Foundation과 ARKit XR Plugin 설치(작동 중에 문제가 있다면 버전을 업데이트 시키는 것도 좋은 방법이다)
2. 설정 변경
Edit -> Project Settings -> Player -> ios -> other settings에서
- Api Compatibility Level : .NET 4.x
- Camera Usage Description : 메세지 입력(카메라 허용 권한 팝업이 뜨며 이 메세지가 함께 출력된다)
- Target minimum iOS Version : 11.0 이상
- Architecture : ARM64
Edit -> Project Settings -> XR Plug-in Management -> iOS에서
- ARKit 체크
로 설정을 변경해준다.
실행 후 카메라가 작동하지 않고 black screen이라면 Camera Usage Description이나 XR Plug-in Management - ARKit 체크를 안했을 것이다.
특히, 설정을 몇 번 진행하다보면 XR Plug-in Management - ARKit 는 빼먹는 경우가 종종 있다. 잊지 않고 꼼꼼히 확인하도록 하자.
'유니티3D[Unity3D]' 카테고리의 다른 글
유니티 파이어베이스(Firebase) Error | Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the current platform? (1) | 2021.07.30 |
---|---|
유니티(Unity) Materials 일부 변경하기 (0) | 2021.06.23 |
VR 프로젝트 시작하기 | Oculus 연동(연결)하기 (0) | 2021.05.26 |
유니티(Unity3D) IOS 앱 폴더 및 파일 경로 찾기/다운 (0) | 2021.04.26 |
유니티(Unity) 스크롤뷰 수직 정렬(ScrollView Vertical layout) (1) | 2021.04.14 |