- Unity 2020 Virtual Reality Projects
- Jonathan Linowes
- 201字
- 2021-06-11 18:54:56
Summary
In this chapter, you set up your system for VR development and built your project for your target platform and devices using the Unity XR Platform features. We discussed the different levels of device integration software and then installed the plugins and packages that are appropriate for your target VR device. While we have summarized the steps, all of these details are well documented in the Unity Manual and on the device providers' sites, so I encourage you to look at the relevant up-to-date documentation as you get started. Be aware that things have changed as of Unity 2019.3+, so be sure you are looking at the documentation pertinent to the version of Unity you are using.
At this point, you should be able to preview your VR scene in Unity Editor's Play mode. You should also be able to Build And Run your project and install and run it as a binary directly on your device.
In the next chapter, we'll do more work on the Diorama scene and explore the techniques we can use to control objects in virtual reality. From a third-person perspective, we'll interact with objects in the scene (Ethan, the zombie) and implement gaze-based control.
- Android項目開發入門教程
- LabVIEW入門與實戰開發100例
- Xcode 7 Essentials(Second Edition)
- 樂學Web編程:網站制作不神秘
- C# 從入門到項目實踐(超值版)
- 數據庫系統原理及MySQL應用教程
- HBase從入門到實戰
- Julia機器學習核心編程:人人可用的高性能科學計算
- The Data Visualization Workshop
- JavaScript 程序設計案例教程
- Mastering Linux Network Administration
- Statistical Application Development with R and Python(Second Edition)
- Julia 1.0 Programming Complete Reference Guide
- JavaScript應用開發實踐指南
- Mockito Essentials