- Unity Virtual Reality Projects
- Jonathan Linowes
- 178字
- 2021-06-25 21:58:34
Build And Run
Xcode consists of an integrated development environment (IDE) that hosts your Xcode projects. When you build for iOS from Unity, it doesn't actually build an iOS executable. Rather, Unity builds an Xcode-ready project folder that you then open in Xcode to complete the compile, build, and deploy process, and to run the app on your device. Let's go!
- Be sure your device is turned on, connected, and you grant permission for the Mac to access.
- In the Build Settings, press the Build And Run button to begin building.
- You will be prompted for a name and location of the build files. We recommend you create a new folder in your project root named Build and specify the file or subfolder name under that, as needed.
If all goes well, Unity will create an Xcode project and open it in Xcode. It will attempt to build the app, and if successful, upload it to your device. You now have a running VR app on your device you can show off to your friends and family!
推薦閱讀
- Mastering AWS Lambda
- Instant Apache Stanbol
- Java加密與解密的藝術(第2版)
- 軟件測試項目實戰之性能測試篇
- 編譯系統透視:圖解編譯原理
- Data Analysis with Stata
- C語言程序設計教程
- Mastering Linux Security and Hardening
- Application Development with Parse using iOS SDK
- 數據分析與挖掘算法:Python實戰
- Mastering Bootstrap 4
- 計算機系統解密:從理解計算機到編寫高效代碼
- Learning Perforce SCM
- Python編程零基礎入門
- Salt Cookbook