유니티(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..
유니티 증강현실 게임 개발 AR Foundation 얼굴 추적(face tracking) 자료모음 유니티 증강현실 얼굴 필터 튜토리얼(Create with AR: Face Filters) https://learn.unity.com/course/create-with-ar-face-filters?uv=2021.3 유니티 AR Foundation 튜토리얼(unity korea) https://youtu.be/hjmsn3rWeFQ 유니티 증강현실 얼굴추적(AR Foundation, face tracking) https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@1.0/manual/face-tracking.html 구글 증강얼굴(augmented faces)의..
유니티 AR 프로젝트에서 얼굴 추적 사용하기(ARFace) (사용 버전 - Unity 2021.3.6.f1, 안드로이드, ARFoundation 4.2.7, ARCore 4.2.7, 빌트인렌더파이프라인) 1)ARSessionOrigin 게임오브젝트에 ARFaceManager 컴포넌트를 추가합니다. ARFaceManager 는 얼굴 게임 오브젝트의 추가, 업데이트, 제거를 관리합니다. https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.0/api/UnityEngine.XR.ARFoundation.ARFaceManager.html 2)씬에 AR Default Face 게임오브젝트를 생성합니다. 3)AR Default Face에 ARFace, ARFa..
증강현실 앱 및 게임 개발을 위한 ARCore 지원 기기 목록 확인하기(안드로이드, ios) 아래 웹사이트에서 안드로이드 및 ios의 ARCore 지원 기기 목록을 확인할수있습니다. https://developers.google.com/ar/devices 안드로이드(구글 플레이) 지원 기기 목록 https://developers.google.com/ar/devices#google_play ios 지원 기기 목록 https://developers.google.com/ar/devices#ios
유니티에서 증강현실(AR) 프로젝트 시작하기2(point cloud manager, plane manager) 포인트 클라우드 관리자, 평면 관리자(point cloud manager, plane manager) 추가하기 1)씬에 AR Session 게임 오브젝트를 생성합니다. 2)AR Session는 AR Session , AR input manager 컴포넌트를 가지는 게임오브젝트입니다. 3)AR Session Origin 게임 오브젝트를 생성합니다. 4)AR Session Origin는 AR Session Origin 컴포넌트를 가지며 카메라로 AR Camera를 참조합니다. 5)AR Session Origin 하위에서(자식 오브젝트) AR Camera를 확인할수있습니다. 6)AR Camera는 A..
유니티에서 증강현실(AR) 프로젝트 시작하기1(AR Foundation, ARCore XR Plugin) (사용 버전 - Unity 2021.3.6.f1, 안드로이드, ARFoundation 4.2.7, ARCore 4.2.7, 빌트인렌더파이프라인) 패키지 설치하기 1)상단의 window 메뉴에서 package manager로 이동합니다. 2)unity registry를 선택합니다. 3)AR Foundation 패키지와 ARCore XR Plugin 패키지를 설치합니다. 두 패키지의 버전은 동일해야합니다. 프로젝트 설정하기 4)build settings에서 프로젝트를 안드로이드 플래폼으로 설정합니다. 5)player serttings에서 회사명, 상품명(company name, product name)을..