2019-07-22 06:59:58 +03:00
|
|
|
# Changelog
|
2019-08-08 03:43:21 +03:00
|
|
|
All notable changes to com.unity.renderstreaming package will be documented in this file.
|
2019-07-22 06:59:58 +03:00
|
|
|
|
|
|
|
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).
|
|
|
|
|
2020-11-19 10:27:13 +03:00
|
|
|
## [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
|
|
|
|
|
2020-10-28 11:02:21 +03:00
|
|
|
## [2.2.0] - 2020-11-09
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Upgrading WebRTC to `2.2.1-preview`
|
|
|
|
|
|
|
|
|
2020-09-14 05:52:32 +03:00
|
|
|
## [2.1.1] - 2020-09-11
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Upgrading WebRTC to `2.1.1-preview`
|
|
|
|
- Changed not to customize SDP to make stabilize bitrate of video streaming
|
|
|
|
- Erase Japanese documentation due to migrating to internal translation system
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
## [2.1.0] - 2020-08-28
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Add a sample used Built-in Render Pipeline as graphics render pipeline
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Upgrading WebRTC to `2.1.0-preview`
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed the issue when pressing multiple buttons on a keyboard
|
|
|
|
|
2020-05-14 13:43:23 +03:00
|
|
|
## [2.0.2] - 2020-05-14
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Upgrading input system to `1.0.0`
|
|
|
|
- Upgrading WebRTC to `2.0.2-preview`
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fix documents
|
2020-05-14 13:43:23 +03:00
|
|
|
|
2020-04-30 15:59:20 +03:00
|
|
|
## [2.0.1] - 2020-05-01
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed versioning issue
|
2020-04-30 15:59:20 +03:00
|
|
|
|
2020-04-30 10:47:16 +03:00
|
|
|
## [2.0.0] - 2020-04-30
|
2020-04-16 11:16:39 +03:00
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Upgrading input system to `1.0.0-preview.6`
|
|
|
|
- Upgrading WebRTC to `2.0.0-preview`
|
|
|
|
- Update URP/HDRP sample
|
2020-04-16 11:16:39 +03:00
|
|
|
|
2020-03-06 12:31:50 +03:00
|
|
|
## [1.2.2] - 2020-03-06
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fix build error when build standalone
|
2020-03-06 12:31:50 +03:00
|
|
|
|
2020-02-28 10:22:10 +03:00
|
|
|
## [1.2.1] - 2020-02-28
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Upgrading WebRTC to `1.1.1-preview`
|
2020-02-28 10:22:10 +03:00
|
|
|
|
|
|
|
## [1.2.0] - 2020-02-25
|
2020-02-14 08:58:58 +03:00
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Adding `AudioStreamer` class
|
|
|
|
- Adding the flag to select encoder
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Upgrading Unity version to `2019.3`
|
|
|
|
- Upgrading HDRP to `7.1.7`
|
|
|
|
- Upgrading input system to `1.0.0-preview.1`
|
|
|
|
- Upgrading WebRTC to `1.1.0-preview`
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Display the mouse pointer in the correct position
|
|
|
|
- Try downloading webserver from a known version if the current version doesn't exist
|
2020-02-14 08:58:58 +03:00
|
|
|
|
2019-09-20 13:53:52 +03:00
|
|
|
## [1.1.2] - 2019-09-20
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
Fixed
|
|
|
|
|
|
|
|
- Fix image links for Japanese documentation on Unity website
|
2019-09-20 13:53:52 +03:00
|
|
|
|
2019-09-14 07:14:25 +03:00
|
|
|
## [1.1.1] - 2019-09-14
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fix image links for documentation on Unity website
|
2019-09-14 07:14:25 +03:00
|
|
|
|
2019-09-13 13:11:07 +03:00
|
|
|
## [1.1.0] - 2019-09-13
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Adding menu to download web app
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Upgrading input system to `0.9.4-preview`
|
|
|
|
- Upgrading HDRP to `5.16.1-preview`
|
|
|
|
- Adding keyboard event to reset camera position
|
2019-09-13 13:11:07 +03:00
|
|
|
|
2019-08-22 04:27:07 +03:00
|
|
|
## [1.0.0] - 2019-08-22
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Eliminates the necessity of user interaction when installing an HDRP sample
|
|
|
|
- Adding a check to automatically set HDRP render pipeline settings on initial setup
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Refactor `RenderStreamingHDRPAutomator` to use json instead of ScriptableObject
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Blit Render Texture using customRender instead of `Rendering.RenderPipeline.BeginCameraRendering`
|
2019-08-22 04:27:07 +03:00
|
|
|
|
2019-07-31 08:58:57 +03:00
|
|
|
## [0.2.0] - 2019-07-30
|
|
|
|
|
2020-08-24 08:09:01 +03:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Removed the direct dependency to HDRP package
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added a unitypackage file containing an HDRP sample, and a menu editor to install it
|
2019-07-31 08:58:57 +03:00
|
|
|
|
2019-08-08 03:43:21 +03:00
|
|
|
## [0.1.0] - 2019-07-22
|
2019-07-22 06:59:58 +03:00
|
|
|
|
2019-08-08 03:43:21 +03:00
|
|
|
- Initial Release
|
2020-08-24 08:09:01 +03:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added a sample project which uses RenderStreaming tech.
|