- Unity Virtual Reality Projects
- Jonathan Linowes
- 130字
- 2021-06-25 21:58:29
3D worlds
There are a number of third-party 3D world platforms that provide multi-user social experiences in shared virtual spaces. You can chat with other players, move between rooms through portals, and even build complex interactions and games without having to be an expert. For examples of 3D virtual worlds, check out the following:
- VRChat: http://vrchat.net/
- AltspaceVR: http://altvr.com/
- High Fidelity: https://highfidelity.com/
While these platforms may have their own tools for building rooms and interactions, in particular, VRChat lets you develop 3D spaces and avatars in Unity. Then you export them using their SDK and load them into VRChat for you and others to share the virtual spaces you created over the internet in a real-time social VR experience. We will explore this in Chapter 13, Social VR Metaverse.
推薦閱讀
- JavaScript全程指南
- Java系統分析與架構設計
- 深入淺出Electron:原理、工程與實踐
- Python Tools for Visual Studio
- C語言程序設計
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 深度強化學習算法與實踐:基于PyTorch的實現
- Hands-On Full Stack Development with Go
- PLC應用技術(三菱FX2N系列)
- 軟件測試教程
- Beginning C++ Game Programming
- 實戰Java高并發程序設計(第2版)
- RocketMQ實戰與原理解析
- Java程序設計基礎(第6版)
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布