Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 3.29 KB

mr-learning-sharing-01.md

File metadata and controls

51 lines (40 loc) · 3.29 KB
title description author ms.author ms.date ms.topic keywords ms.localizationpriority
Introduction to the Multi-user capabilities tutorials
Complete this course to learn how to implement shared multi-user experiences in a HoloLens 2 application.
jessemcculloch
vinnietieto
03/22/2022
article
mixed reality, unity, tutorial, hololens, multi-user capabilities, Photon, MRTK, mixed reality toolkit, UWP
high

1. Introduction to the Multi-user capabilities tutorials

Welcome to the Multi-User Capabilities tutorials! Through this tutorial series, you will learn the fundamentals of building a multi-user experience using Photon Unity Networking (PUN). PUN is one of several networking options available to mixed reality developers to create shared experiences.

Tutorials in this series:

Objectives

  • 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

Prerequisites

  • A Windows 10 computer configured with the correct tools installed
  • Windows 10 SDK 10.0.18362.0 or later
  • A HoloLens 2 device configured for development
  • Unity Hub with Unity 2020 LTS installed and the Universal Windows Platform Build Support module added
  • Completed the Getting started tutorials series or some basic prior experience with Unity and MRTK
  • If you intend to deploy to Android as well as HoloLens
  • If you intend to deploy to iOS as well as HoloLens
    • A macOS computer with the latest version of Xcode and CocoaPods installed
    • An ARKit compatible iOS device with USB connection to your macOS computer
    • Unity Hub with Unity 2020 LTS installed and the iOS Build Support module added

Important

The recommended Mixed Reality Toolkit version for this tutorial series is MRTK 2.7.

Important

The recommended Unity version for this tutorial series is Unity 2020 LTS. This supersedes any Unity version requirements stated in the prerequisites linked above.

[!div class="nextstepaction"] Next Tutorial: 2. Setting up Photon Unity Networking