- Virtual Reality Blueprints
- Charles Palmer John Williamson
- 258字
- 2021-06-24 18:50:48
Platform setup
Before we begin building the solar system, we must setup our computer environment to build the runtime application for a given VR device. If you have never built a Unity application for Android or iOS, you will need to download and install the Software Development Kit (SDK) for your chosen platform. An SDK is a set of tools that will let you build an application for a specific software package, hardware platform, game console, or operating system. Installing the SDK may require additional tools or specific files to complete the process, and the requirements change from year to year, as operating systems and hardware platforms undergo updates and revisions.
To deal with this nightmare, Unity maintains an impressive set of platform-specific instructions to ease the setup process. Their list contains detailed instructions for the following platforms:
- Apple Mac
- Apple TV
- Android
- iOS
- Samsung TV
- Standalone
- Tizen
- Web Player
- WebGL
- Windows
For this project, we will be building for the most common mobile devices: Android or iOS. The first step is to visit either of the following links to prepare your computer:
- Android: Android users will need the Android Developer Studio, Java Virtual Machine (JVM), and assorted drivers. Follow this link for installation instructions and files: https://docs.unity3d.com/Manual/Android-sdksetup.html.
- Apple iOS: iOS builds are created on a Mac and require an Apple Developer account, and the latest version of Xcode development tools. However, if you've previously built an iOS app, these conditions will have already been met by your system. For the complete instructions, follow this link: https://docs.unity3d.com/Manual/iphone-GettingStarted.html.
- EJB 3.1從入門到精通
- 智能網(wǎng)聯(lián)汽車V2X與智能網(wǎng)聯(lián)設(shè)施I2X
- 重新定義Spring Cloud實(shí)戰(zhàn)
- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- 企業(yè)私有云建設(shè)指南
- 中小型局域網(wǎng)組建、管理與維護(hù)實(shí)戰(zhàn)
- 物聯(lián)網(wǎng)之霧:基于霧計(jì)算的智能硬件快速反應(yīng)與安全控制
- Mastering Dart
- OMNeT++與網(wǎng)絡(luò)仿真
- 互聯(lián)網(wǎng)+思維與創(chuàng)新:通往未來(lái)的+號(hào)
- 5G非正交多址接入技術(shù):理論、算法與實(shí)現(xiàn)
- 圖神經(jīng)網(wǎng)絡(luò)前沿
- NB-IoT原理和優(yōu)化
- Python API Development Fundamentals
- Python Web Scraping Cookbook