Skip to content

Commit 33869fe

Browse files
authored
Updated Readme
added more images
1 parent 2e31c71 commit 33869fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ TransceiVR is a package that enables asymmetric communication within Unity VR pr
2020
### Installation
2121
1. Open Unity Project (VR enabled optional) and Unity Package Manager
2222
2. Import `Unity RenderStreaming` from the Unity Package Manager in the editor (You may have to select `Show preview packages` under the `Advanced` tab)
23+
2324
![transceivr_img5](https://user-images.githubusercontent.com/9502341/131243448-799565a8-d048-4679-add6-c0be932fe980.PNG)
2425

2526
4. Download this Github repository (web app and Unity package)
@@ -28,15 +29,20 @@ TransceiVR is a package that enables asymmetric communication within Unity VR pr
2829
7. Drag and drop the `TransceiVR_Utilities` prefab into your scene
2930
8. Position the External User Cameras in proper locations in your scene
3031
9. In the Hierarchy, move the `AnnotationWindow` gameobject under the hand controller (this can be placed anywhere)
32+
3133
![image](https://user-images.githubusercontent.com/9502341/131243486-ea85b241-ec1f-4a83-b1fb-c4a73ec5599a.png)
34+
3235
10. Launch the web server (webserver.exe) and copy one of the urls in the launched windows in the Signalling URL in the 'RenderStreaming' gameObject. (For example: http://127.0.0.1/)
36+
3337
![transceivr_img3](https://user-images.githubusercontent.com/9502341/131243397-ca8b6054-414c-4d41-8e0b-37f28b422b0e.PNG)
38+
3439
11. Navigate to the Signalling URL in a compatible web browser (such as Chrome)
3540
12. Run the scene in Unity and then start the client.
3641

3742
> To use the object selection feature download the Quick Outline package from the Unity Asset Store: https://assetstore.unity.com/packages/tools/particles-effects/quick-outline-115488
3843
3944
The Client Manager Should look like this
45+
4046
![transceivr_img4 (4)](https://user-images.githubusercontent.com/9502341/131243554-1b59e903-1e58-4ddc-9f77-20cc9e658e36.PNG)
4147

4248
For further details on the Render Streaming package and server refer to the Unity Render Streaming documentation [https://docs.unity3d.com/Packages/[email protected]/manual/index.html]
@@ -51,6 +57,10 @@ Each instance of the web client is assigned an ID with a respective camera.
5157
| Annotate Window | Places an annotation on the 'annotation window' gameObject view |
5258
| Switch View | Switch between the external camera (only make changes on the client view |
5359

60+
Annotation Window
61+
62+
![image (1)](https://user-images.githubusercontent.com/9502341/131244440-110ff797-cd1f-465a-afc4-b9528442851a.png)
63+
5464
Full Screen Mode
5565
![transceivr_img2](https://user-images.githubusercontent.com/9502341/131243039-8b470266-a6e0-43af-b5b9-42cc44be460f.PNG)
5666

0 commit comments

Comments
 (0)