From ec92d7059723d64dc86c6bf77d22be7d2b8c1411 Mon Sep 17 00:00:00 2001 From: Kazuki Matsumoto <1132081+karasusan@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:59:32 +0900 Subject: [PATCH] upgrade 3.0.1-preview (#439) --- com.unity.renderstreaming/CHANGELOG.md | 10 ++++++++++ com.unity.renderstreaming/Documentation~/tutorial.md | 2 +- com.unity.renderstreaming/Editor/WebAppDownloader.cs | 2 +- com.unity.renderstreaming/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/com.unity.renderstreaming/CHANGELOG.md b/com.unity.renderstreaming/CHANGELOG.md index 64cc56699..f23a09541 100644 --- a/com.unity.renderstreaming/CHANGELOG.md +++ b/com.unity.renderstreaming/CHANGELOG.md @@ -4,6 +4,16 @@ 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). +## [3.0.1] - 2021-03-04 + +### Fixed + +- Fixed a script error when importing the package sample + +### Changed + +- `Camerastreamer` uses a `TargetTexture` on the `Camera` component if the `RenderTexture` is attached on the `Camera`. + ## [3.0.0] - 2021-03-02 Version 3.0.0 has a big change in the package design. This mainly addresses moving scripts from the sample folder to Package Manager. diff --git a/com.unity.renderstreaming/Documentation~/tutorial.md b/com.unity.renderstreaming/Documentation~/tutorial.md index 4054020ed..1a62602f8 100644 --- a/com.unity.renderstreaming/Documentation~/tutorial.md +++ b/com.unity.renderstreaming/Documentation~/tutorial.md @@ -40,7 +40,7 @@ Check Package Manager window, Click `+` button and select `Add package from git Input the string below to the input field. ``` -com.unity.renderstreaming@3.0.0-preview.1 +com.unity.renderstreaming@3.0.1-preview ``` The list of version string is [here](https://github.com/Unity-Technologies/com.unity.renderstreaming/tags). In most cases, the latest version is recommended to use. diff --git a/com.unity.renderstreaming/Editor/WebAppDownloader.cs b/com.unity.renderstreaming/Editor/WebAppDownloader.cs index 61e4004d1..33399e98d 100644 --- a/com.unity.renderstreaming/Editor/WebAppDownloader.cs +++ b/com.unity.renderstreaming/Editor/WebAppDownloader.cs @@ -7,7 +7,7 @@ namespace Unity.RenderStreaming.Editor public static class WebAppDownloader { const string URLRoot = "https://github.com/Unity-Technologies/UnityRenderStreaming"; - const string LatestKnownVersion = "3.0.0-preview.1"; + const string LatestKnownVersion = "3.0.1-preview"; // TODO::fix release process of webserver runtime. const string FileNameWebAppForMac = "webserver_mac"; diff --git a/com.unity.renderstreaming/package.json b/com.unity.renderstreaming/package.json index 8df754fa4..fd659dbc4 100644 --- a/com.unity.renderstreaming/package.json +++ b/com.unity.renderstreaming/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.renderstreaming", "displayName": "Unity Render Streaming", - "version": "3.0.0-preview.1", + "version": "3.0.1-preview", "unity": "2019.4", "description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.", "dependencies": {