유니티(Unity) 증강현실 튜토리얼 및 사용예시 모음(AR Core, XR Foundation)AR 평면 감지 비활성화 https://vionixstudio.com/2022/08/08/disabling-ar-plane-detection/ Disabling AR plane detection and Changing AR plane texture in Unity - VionixStudioThis tutorial is the continuation of our getting started with AR foundation tutorials. In this tutorial, we will learn how to disable AR plane detection and change the default AR pla..
유니티 증강현실 프로젝트 iOS 빌드 설정(ARKit, ARKit Face Tracking)1)빌드 설정(build settings)에서 프로젝트의 플래폼을 iOS로 전환합니다(switch platform) 2)패키지 관리자(package manager)에서 ARKit XR Plugin 패키지를 설치합니다(얼굴 추적 기능을 사용할 경우 ARKit Face Tracking 패키지를 추가 설치합니다) 3)프로젝트 설정의 XR Plug-in Management로 이동합니다. 4)ARKit 플러그인에 체크합니다. 5)얼굴 추적 기능을 사용할 경우 ARKit의 Face Tracking에 체크합니다. 6)Player에서 company name, product name, version을 입력합니다. 7)resolut..
유니티 증강현실(AR) 프로젝트 api 문서모음(ARFoundation, ARCore)AR Foundation 시작하기 https://developers.google.com/ar/develop/unity-arf/getting-started-ar-foundation?hl=ko ARCore 시작하기 https://developers.google.com/ar/develop/getting-started?hl=ko ARCore SDK 다운로드 https://developers.google.com/ar/develop/downloads?hl=ko 유니티 ARCore 프로젝트 세팅https://docs.unity3d.com/Packages/com.unity.xr.arcore@5.0/manual/project-conf..