Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [1.2.1] - 2020-02-28

- Changed: Upgrading WebRTC to 1.1.1-preview

## [1.2.0] - 2020-02-25

- Added: Adding AudioStreamer class
- Added: Adding the flag to select encoder
- Changed: Upgrading Unity version to 2019.3
- Changed: Upgrading HDRP to 7.1.7
- Changed: Upgrading input system to 1.0.0-preview.1
- Changed: Upgrading WebRTC to 1.1.0-preview
- Fixed: Display the mouse pointer in the correct position
- Fixed: Try downloading webserver from a known version if the current version doesn't exist
  • Loading branch information
Unity Technologies committed Feb 28, 2020
1 parent f2be8ed commit af1b835
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to com.unity.renderstreaming package will be documented in t
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2020-02-14
## [1.2.1] - 2020-02-28

- Changed: Upgrading WebRTC to 1.1.1-preview

## [1.2.0] - 2020-02-25

- Added: Adding AudioStreamer class
- Added: Adding the flag to select encoder
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.unity.renderstreaming",
"displayName": "Unity Render Streaming",
"version": "1.2.0-preview",
"version": "1.2.1-preview",
"unity": "2019.3",
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
"dependencies": {
"com.unity.webrtc": "1.1.0-preview",
"com.unity.webrtc": "1.1.1-preview",
"com.unity.inputsystem": "1.0.0-preview.4"
},
"samples": [
Expand All @@ -21,9 +21,9 @@
}
],
"repository": {
"footprint": "c192c7846987a7bc71d402b2aa6f314129fc402b",
"footprint": "3ebf067dd2dc15b4c6b3e0f89731a7df7bf99d73",
"type": "git",
"url": "https://github.com/Unity-Technologies/UnityRenderStreaming.git",
"revision": "49f7852ab89ed47542499cdc0fbf8533ec3eb52c"
"revision": "23e54588eaaeca297a396f708c2da2e03020a026"
}
}

0 comments on commit af1b835

Please sign in to comment.