1. Введение в учебники по MRTK1. Introduction to the MRTK tutorials
Приветствуем вас в серии руководств по началу работы!Welcome to the Getting Started tutorial series! Из этих руководств вы узнаете о наборе средств для смешанной реальности (MRTK) и некоторых его функциях.Over the course of these tutorials, you'll learn about the Mixed Reality Toolkit (MRTK) and some of the features it has to offer. Кроме того, вы создадите взаимодействие в смешанной реальности, чтобы пользователи могли рассмотреть голограмму, созданную по модели марсохода NASA Curiosity.You'll also build a mixed reality experience where the user can explore a hologram modeled after NASA's Mars Curiosity Rover. Пройдя эту серию, вы сможете уверенно работать с MRTK и ускорите процесс разработки.By the end of this series, you'll have a firm grasp of MRTK and how it can speed up your development process.
Руководства в этой серии идут последовательно, поэтому изучайте их в следующем порядке:Tutorials in this series are meant to be sequential, so please go through them in the correct order:
- Введение (вы уже здесь)Introduction (You're already here)
- Инициализация проекта и развертывание первого приложенияInitializing your project and deploying your first application
- Настройка профилей MRTKConfiguring the MRTK profiles
- Размещение объектов в сценеPositioning objects in the scene
- Создание динамического содержимого с помощью решателейCreating dynamic content using Solvers
- Создание пользовательских взаимодействийCreating user interfaces
- Взаимодействие с трехмерными объектамиInteracting with 3D objects
- Использование функции отслеживания взглядаUsing eye-tracking
- Использование голосовых командUsing voice commands
ЗадачиObjectives
- Узнать, как настроить Unity для MRTK.Learn how to configure Unity for MRTK
- Узнать, как выполнять сборку и развертывание на устройстве.Learn how to build and deploy to your device
- Узнать, как использовать некоторые из основных функций MRTK.Learn how to use some of MRTK's key features
- Создать полное взаимодействие смешанной реальности.Create a complete mixed reality experience
Предварительные условияPrerequisites
- Компьютер с Windows 10, настроенный с помощью требуемых установленных инструментов.A Windows 10 PC configured with the correct tools installed
- Пакет SDK для Windows 10 версии 10.0.18362.0 и выше.Windows 10 SDK 10.0.18362.0 or later
- Устройство HoloLens 2, настроенное для разработки.A HoloLens 2 device configured for development
- Unity Hub с Unity 2019 LTS и модулем поддержки сборки универсальной платформы WindowsUnity Hub with Unity 2019 LTS installed and the Universal Windows Platform Build Support module added
Внимание!
Рекомендуемая версия MRTK для этой серии руководств — MRTK 2.4.0.The recommended MRTK version for this tutorial series is MRTK 2.4.0.
Внимание!
Рекомендуемая версия Unity для этой серии руководств — Unity 2019 LTS.The recommended Unity version for this tutorial series is Unity 2019 LTS. Это заменяет все требования к версии Unity, указанные выше.This supersedes any Unity version requirements stated in the prerequisites linked above.