- Unity 2018 Augmented Reality Projects
- Jesse Glover
- 214字
- 2021-08-05 10:37:27
Available AR packages
Unity3D has several options readily available via plugins for creating AR applications and games:
- Vuforia AR Starter Kit
- ARCore (Tango)
- ARToolKit
- ARKit
It should be noted that Vuforia Starter Kit has been fully integrated into Unity3D and is quite easy to jump right into creating projects with. ARKit and ARCore, however, are slightly different. Because they are still in the experimental and early developmental phases, Apple and Google have not released full and proper SDKs for Unity Technologies to incorporate into the engine.
There is a plugin that exists for both of them that you will have to compile to get it to work with your project for Apple and Android devices, and we will go into how to compile and integrate into Unity3D to get it to work appropriately later in this chapter. For now, it is good to know that there is a little bit more setup involved with getting AR to work with iOS and Android.
With the introduction out of the way, we can finally begin to really talk about AR, what it is exactly, and how to set up Unity3D to take advantage of the SDKs available to create your own AR games and applications. Without further ado, let's define what AR actually is.
- Java 9 Concurrency Cookbook(Second Edition)
- Apache Spark Graph Processing
- jQuery從入門到精通 (軟件開發視頻大講堂)
- 軟件架構:Python語言實現
- 3D少兒游戲編程(原書第2版)
- MongoDB權威指南(第3版)
- 數據結構習題解析與實驗指導
- HTML5從入門到精通(第4版)
- JavaScript從入門到精通(視頻實戰版)
- OpenCV Android開發實戰
- 原型設計:打造成功產品的實用方法及實踐
- 關系數據庫與SQL Server 2012(第3版)
- 體驗之道:從需求到實踐的用戶體驗實戰
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- SQL Server 2014 Development Essentials