Programming/Unity

[유니티] 홀로렌즈2를 위한 MRTK3 세팅

lingk 2023. 11. 1. 23:25

1) Mixed Reality Feature Tool for Unity 설치

https://www.microsoft.com/en-us/download/details.aspx?id=102778

 

Download Mixed Reality Feature Tool from Official Microsoft Download Center

The Mixed Reality Feature Tool is an application that enables developers to discover, update, and add Mixed Reality feature packages into Unity projects.

www.microsoft.com

 

2) 설치한 파일 실행

 

3) 적용시킬 프로젝트 선택

 

 

4) 적용시킬 features를 선택해서 Get Features

일단 MRTK3을 사용할것이므로 기본적인 것들은 체크

Hololens2를 사용할 것이므로 Platform Support에서 <Mixed Reality OpenXR Plugin>도 체크 

- 만약에 나중에 추가로 필요한것이 있다면 프로그램을 다시 실행시켜서 추가해주면 될듯?

 

5) Project Settings에서 체크!

Holographic Remoting을 통해서 따로 빌드 없이 실행해줄 것임

빨간 느낌표는 눌러서 전부다 Fix!

Holographic Remoting remote app은 Build Settings 가서 Universal Windows Platform으로 바꿔줘야함

 

 

6) 일단 기본 Scene은 MRTK XR Rig, MRTKInputSimulator를 추가해야함! 검색했는데 없으면 다시 Mixed Reality Feature Tool 실행해서 뭔가를 추가하면 될 것!?

 

https://learn.microsoft.com/ko-kr/windows/mixed-reality/mrtk-unity/mrtk3-overview/getting-started/setting-up/setup-new-project

 

MRTK3을 사용하여 새 프로젝트 설정 - MRTK3

MRTK3을 사용하여 새 프로젝트 설정

learn.microsoft.com

 

반응형