1. 다중 사용자 기능 자습서 소개1. Introduction to the Multi-user capabilities tutorials
다중 사용자 기능 자습서를 시작합니다.Welcome to the Multi-User Capabilities tutorials! 이 자습서 시리즈를 통해 Photon Unity 네트워킹(PUN)을 사용하여 다중 사용자 환경을 구축하는 기본 사항을 배우게 됩니다.Through this tutorial series, you will learn the fundamentals of building a multi-user experience using Photon Unity Networking (PUN). PUN은 혼합 현실 개발자가 공유 환경을 만드는 데 사용할 수 있는 몇 가지 네트워킹 옵션 중 하나입니다.PUN is one of several networking options available to mixed reality developers to create shared experiences.
이 시리즈의 자습서:Tutorials in this series:
- Photon Unity 네트워킹 설정Setting up Photon Unity Networking
- 여러 사용자 연결Connecting multiple users
- 여러 사용자와 개체 움직임 공유Sharing object movements with multiple users
- 공유 환경에 Azure Spatial Anchors 통합Integrating Azure Spatial Anchors into a shared experience
목표Objectives
- PUN 앱을 만들고 Unity 프로젝트를 연결하는 방법 알아보기Learn how to create a PUN app and connect your Unity project to it
- 공유 환경에서 여러 사용자를 연결하는 방법 알아보기Learn how to connect multiple users in a shared experience
- 개체 이동을 다른 사용자와 공유하는 방법 알아보기Learn how to share the object movements with other users
- 여러 디바이스 간의 공간 맞춤을 구현하는 방법 알아보기Learn how to achieve spatial alignment between multiple devices
필수 구성 요소Prerequisites
- 올바른 도구가 설치된 상태로 구성된 Windows 10 컴퓨터A Windows 10 computer configured with the correct tools installed
- Windows 10 SDK 10.0.18362.0 이상Windows 10 SDK 10.0.18362.0 or later
- 개발용으로 구성된 HoloLens 2 디바이스A HoloLens 2 device configured for development
- Unity 2019.3.15가 설치되고 유니버설 Windows 플랫폼 빌드 지원 모듈이 추가된 Unity HubUnity Hub with Unity 2019.3.15 installed and the Universal Windows Platform Build Support module added
- 다음 자습서의 Spatial Anchors 리소스 만들기 섹션을 완료했습니다. 빠른 시작: Azure Spatial Anchors를 사용하는 Unity HoloLens 앱 만들기 자습서)을 완료했습니다.Completed the Create a Spatial Anchors resource section of the Quickstart: Create a Unity HoloLens app that uses Azure Spatial Anchors tutorial
- 시작 자습서 시리즈 또는 Unity 및 MRTK를 사용하는 몇 가지 기본 사전 경험을 완료했습니다.Completed the Getting started tutorials series or some basic prior experience with Unity and MRTK
- Azure Spatial Anchors 계정을 만드는 Azure Spatial Anchors 자습서 시리즈 또는 이전 환경을 완료했습니다.Completed the Azure Spatial Anchors tutorials series or prior experience creating an Azure Spatial Anchors Account
- Android 및 HoloLens에 배포하려는 경우If you intend to deploy to Android as well as HoloLens
- Windows 또는 macOS 컴퓨터에 USB 연결을 사용하는 개발자 사용 및 ARCore 지원 가능 Android 디바이스A developer enabled and ARCore capable Android device with USB connection to your Windows or macOS computer
- Unity 2019.3.15가 설치되고 Android 빌드 지원 모듈이 추가된 Unity HubUnity Hub with Unity 2019.3.15 installed and the Android Build Support module added
- iOS 및 HoloLens에 배포하려는 경우If you intend to deploy to iOS as well as HoloLens
- 최신 버전의 Xcode 및 CocoaPods가 설치된 macOS 컴퓨터A macOS computer with the latest version of Xcode and CocoaPods installed
- macOS 컴퓨터에 USB로 연결된 ARKit 호환 iOS 디바이스An ARKit compatible iOS device with USB connection to your macOS computer
- Unity 2019.3.15가 설치되고 iOS 빌드 지원 모듈이 추가된 Unity HubUnity Hub with Unity 2019.3.15 installed and the iOS Build Support module added
주의
이 자습서 시리즈에 추천되는 Mixed Reality Toolkit 버전은 MRTK 2.4.0입니다.The recommended Mixed Reality Toolkit version for this tutorial series is MRTK 2.4.0.
주의
이 자습서 시리즈에 추천되는 Unity 버전은 Unity 2019.3.15입니다.The recommended Unity version for this tutorial series is Unity 2019.3.15. 이 버전은 필수 구성 요소에서 설명한 모든 Unity 버전 요구 사항을 대체합니다.This supersedes any Unity version requirements stated in the prerequisites linked above.