Skip to content

Commit

Permalink
chore: Upgrade package version 3.1.0-exp.5 (Unity-Technologies#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
karasusan authored Dec 13, 2022
1 parent 9de88a5 commit 0410dff
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 26 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ body:
What version of the package are you using?
You can check the Unity version in Package Manager Window. See [manual](https://docs.unity3d.com/Manual/upm-ui.html).
options:
- 3.1.0-exp.5
- 3.1.0-exp.4
- 3.1.0-exp.3
- 3.1.0-exp.2
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ Please see [Furioos Tutorial](com.unity.renderstreaming/Documentation~/deploy-to
| `3.1.0-exp.2` | - Audio Renderer support <br/> - Multiplay sample <br/> - M1 Mac support | Dec 2021 |
| `3.1.0-exp.3` | - Fix bugs | Feb 2022 |
| `3.1.0-exp.4` | - Streaming settings API <br/> - *Unity 2022.1* support <br/> - Remove *Unity 2019.4* from support list | Oct 2022 |
| `3.1.0-exp.5` | - Streaming Settings Window <br/> - Auto Configuration | Dec 2022 |
| `3.1.0-exp.5` | - Fix bugs | Dec 2023 |
| `3.1.0-exp.6` | - Streaming Settings Window <br/> - Auto Configuration | Feb 2023 |

## FAQ

Expand Down
12 changes: 6 additions & 6 deletions RenderStreaming~/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"com.unity.ide.rider": "3.0.15",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.rider": "3.0.17",
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.vscode": "1.2.5",
"com.unity.test-framework": "1.1.33",
"com.unity.testtools.codecoverage": "1.2.0-exp.7",
"com.unity.testtools.codecoverage": "1.2.2",
"com.unity.ugui": "1.0.0",
"com.unity.xr.arcore": "4.2.3",
"com.unity.xr.arfoundation": "4.2.3",
"com.unity.xr.arkit": "4.2.3",
"com.unity.xr.arcore": "4.2.7",
"com.unity.xr.arfoundation": "4.2.7",
"com.unity.xr.arkit": "4.2.7",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand Down
24 changes: 12 additions & 12 deletions RenderStreaming~/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.15",
"version": "3.0.17",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -24,7 +24,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.16",
"version": "2.0.17",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -40,7 +40,7 @@
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.4.2",
"version": "1.4.4",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -54,7 +54,7 @@
"source": "embedded",
"dependencies": {
"com.unity.webrtc": "2.4.0-exp.11",
"com.unity.inputsystem": "1.4.1"
"com.unity.inputsystem": "1.4.4"
}
},
"com.unity.settings-manager": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"url": "https://packages.unity.com"
},
"com.unity.testtools.codecoverage": {
"version": "1.2.0-exp.7",
"version": "1.2.2",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -114,41 +114,41 @@
"url": "https://packages.unity.com"
},
"com.unity.xr.arcore": {
"version": "4.2.3",
"version": "4.2.7",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.arsubsystems": "4.2.3",
"com.unity.xr.arsubsystems": "4.2.7",
"com.unity.xr.management": "4.0.1",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arfoundation": {
"version": "4.2.3",
"version": "4.2.7",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.arsubsystems": "4.2.3",
"com.unity.xr.arsubsystems": "4.2.7",
"com.unity.xr.management": "4.0.1",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arkit": {
"version": "4.2.3",
"version": "4.2.7",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.xr.arsubsystems": "4.2.3",
"com.unity.xr.arsubsystems": "4.2.7",
"com.unity.xr.management": "4.0.1"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.arsubsystems": {
"version": "4.2.3",
"version": "4.2.7",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions RenderStreaming~/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.11f1
m_EditorVersionWithRevision: 2021.3.11f1 (0a5ca18544bf)
m_EditorVersion: 2021.3.15f1
m_EditorVersionWithRevision: 2021.3.15f1 (e8e88683f834)
11 changes: 11 additions & 0 deletions com.unity.renderstreaming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.1.0-exp.5] - 2022-12-22

### Changed

- Upgrade the version of Input System package `1.4.4`.
- Upgrade the version of WebRTC package `3.0.0-pre.2`.

### Fixed

- Fix incorrect mouse position in full-screen web player sample.

## [3.1.0-exp.4] - 2022-10-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/Documentation~/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Check Package Manager window, Click `+` button and select `Add package from git
Input the string below to the input field.

```
[email protected].4
[email protected].5
```

The list of version string is [here](https://github.com/Unity-Technologies/UnityRenderStreaming/tags). In most cases, the latest version is recommended to use.
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/Documentation~/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Check Package Manager window, Click `+` button and select `Add package from git
Input the string below to the input field.

```
[email protected].4
[email protected].5
```

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.
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/Editor/WebAppDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Unity.RenderStreaming.Editor
internal static class WebAppDownloader
{
const string URLRoot = "https://github.com/Unity-Technologies/UnityRenderStreaming";
const string LatestKnownVersion = "3.1.0-exp.4";
const string LatestKnownVersion = "3.1.0-exp.5";

// TODO::fix release process of webserver runtime.
const string FileNameWebAppForMac = "webserver_mac";
Expand Down
4 changes: 2 additions & 2 deletions com.unity.renderstreaming/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.unity.renderstreaming",
"displayName": "Unity Render Streaming",
"version": "3.1.0-exp.4",
"version": "3.1.0-exp.5",
"unity": "2020.3",
"description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.",
"dependencies": {
"com.unity.webrtc": "2.4.0-exp.11",
"com.unity.inputsystem": "1.4.1"
"com.unity.inputsystem": "1.4.4"
},
"samples": [
{
Expand Down

0 comments on commit 0410dff

Please sign in to comment.