32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
# speckle-unity-vr
|
|
|
|
A VR Sample project for a Speckle Unity VR app.
|
|
|
|
https://www.youtube.com/watch?v=Y-RGPZJIHf4
|
|
|
|
This project demonstrates a minimal VR app to visualise and modify 3D models in VR.
|
|
3D data can be sent through any [Speckle](https://speckle.systems) connector, and received in the VR application.
|
|
|
|
The sample project is built to showcase the Speckle Unity connector, and how developers can easily build custom tools and applications that integrate with Speckle.
|
|
|
|
---
|
|
|
|
### Features
|
|
- UI for Receiving a selected Speckle commit (from a selection of accounts -> stream -> branch -> commit)
|
|
- Move objects around in 3D space using XR Grab Interactables
|
|
- Sending (all) to a selected branch
|
|
|
|
|
|
|
|
### Pre-requisites
|
|
|
|
Currently working with OpenXR on Windows, Likely won't work out of the box for android standalone (See [discussion](https://speckle.community/t/virtual-augmented-reality/4467))
|
|
|
|
You must have [Speckle Manager](https://speckle.systems/download/) installed with an [Speckle account](https://speckle.xyz/) setup.
|
|
You should send some 3D data to Speckle from one of the other [supported connectors](https://speckle.systems/features/connectors/)
|
|
|
|
See [Releases](https://github.com/specklesystems/speckle-unity-vr/releases) for project download or clone this repo, and open in Unity 2021 or 2022.
|
|
|
|
|
|
Feel free to ask any questions on [our Forum](https://speckle.community/)
|