Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [2.2.2] - 2020-12-15

### Changed

- Updated unitypackage files of the package samples

## [2.2.1] - 2020-11-19

### Added

- Added `ReceiveVideo` scene in the sample project
- Added documentation which explains how to customize webapp

### Changed

- Upgrading WebRTC to `2.2.1-preview`

### Fixed

- Fixed `NullPointerException` occurred when `UIController` instance is not attached `SimpleCameraController` component
- Fixed behavior of the editor menu
  • Loading branch information
Unity Technologies committed Dec 15, 2020
1 parent 98fc1f0 commit 30d2cb5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [2.2.2] - 2020-12-15

### Changed

- Updated unitypackage files of the package samples

## [2.2.1] - 2020-11-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion Editor/WebAppDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Unity.RenderStreaming.Editor
public static class WebAppDownloader
{
const string URLRoot = "https://github.com/Unity-Technologies/UnityRenderStreaming";
const string LatestKnownVersion = "2.2.1-preview";
const string LatestKnownVersion = "2.2.2-preview";

// TODO::fix release process of webserver runtime.
const string FileNameWebAppForMac = "webserver_mac";
Expand Down
Binary file modified Samples~/HDRP/Editor/RenderStreamingHDRPSimple.unitypackage
Binary file not shown.
Binary file not shown.
Binary file modified Samples~/URP/Editor/RenderStreamingURPSimple.unitypackage
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.renderstreaming",
"displayName": "Unity Render Streaming",
"version": "2.2.1-preview",
"version": "2.2.2-preview",
"unity": "2019.4",
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
"dependencies": {
Expand All @@ -26,11 +26,11 @@
}
],
"upmCi": {
"footprint": "6496613ac798736aab8dc13e34e34cfee95f3504"
"footprint": "c7bada452e8dfe8e00fb88d752a716b992c133e4"
},
"repository": {
"url": "https://github.com/Unity-Technologies/UnityRenderStreaming.git",
"type": "git",
"revision": "31f9ded2017ee92b012606c41da52758ea349a53"
"revision": "3ac48224242165af05a590d43804c650052ba911"
}
}

0 comments on commit 30d2cb5

Please sign in to comment.