Skip to content

Commit 4be4217

Browse files
authored
0.4.1 (#9)
* Update Version Changelog * Update ReadME with social links
1 parent eccc389 commit 4be4217

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to com.unity.renderstreaming package will be documented in t
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.1] - 2021-08-23
8+
9+
### Changed
10+
11+
- Reverting changes where left and right eye are combined due to encoder bug that limits the size of the video render texture. This is expected to be fixed soon and once fixed, will revert this change to a single video stream.
12+
713
## [0.4.0] - 2021-08-17
814

915
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unity VR Render Streaming SDK
22

3-
[![Release](https://img.shields.io/github/v/release/FusedVR/VRStreaming)](https://github.com/FusedVR/VRStreaming/releases)
3+
[![Release](https://img.shields.io/github/v/release/FusedVR/VRStreaming)](https://github.com/FusedVR/VRStreaming/releases) [![Discord](https://img.shields.io/discord/871764886563196948?color=6a0dad&label=discord&logo=discord)](https://discord.gg/rV8fEAmG5B) [![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCLO98KHpNx6JwsdnH04l9yQ?style=social)](https://www.youtube.com/FusedVR?sub_confirmation=1)
44

55
This SDK package is built based on [Unity Render Streaming](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) and [Unity WebRTC](https://docs.unity3d.com/Packages/[email protected]/manual/index.html). By using this package, you can stream any Unity scene from the the Unity Editor or a Standalone build to a WebXR client on the FusedVR Website : [https://fusedvr.com/rendering](https://fusedvr.com/rendering). To try this this package, it is as simple as dragging the included **Render Streaming Services** prefab into your Unity scene that you would like to stream and setting up the connect to the WebRTC server.
66

0 commit comments

Comments
 (0)