- Unity Virtual Reality Projects
- Jonathan Linowes
- 137字
- 2021-06-25 21:58:28
Application toolkits
If you require more device independence plus higher-level interactive features, consider the open source Virtual Reality ToolKit (VRTK) at https://assetstore.unity.com/packages/tools/vrtk-virtual-reality-toolkit-vr-toolkit-64131 and NewtonVR (https://github.com/TomorrowTodayLabs/NewtonVR). These Unity plugins provide a framework for developing VR applications with support for multiple platforms, locomotion, interactions, and UI controls. NewtonVR focuses mostly on physics interactions. VRTK is built on top of the Unity built-in VR support plus the device-specific prefabs, so it's not instead of but is a wrapper on top of those SDKs.
It is worth mentioning at this point that Unity is working on its own toolkit, the XR Foundation Toolkit (XRFT) at https://blogs.unity3d.com/2017/02/28/updates-from-unitys-gdc-2017-keynote/ which will include:
- Cross-platform controller input
- Customizable physics systems
- AR/VR-specific shaders and camera fades
- Object snapping and building systems
- Developer debugging and profiling tools
- All major AR and VR hardware systems
- DevOps:軟件架構師行動指南
- JSP網絡編程(學習筆記)
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- 人臉識別原理及算法:動態人臉識別系統研究
- WordPress Plugin Development Cookbook(Second Edition)
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- HDInsight Essentials(Second Edition)
- Scala for Machine Learning(Second Edition)
- Laravel Application Development Blueprints
- Fastdata Processing with Spark
- Qt 4開發實踐
- 黑莓(BlackBerry)開發從入門到精通
- UI動效設計從入門到精通
- Learning ECMAScript 6
- Java EE 程序設計