Skip to content

Commit

Permalink
chore: upgraded version 1.1.1 (#151)
Browse files Browse the repository at this point in the history
* upgrade version 1.1.1

* updating sample unitypackage

* Fix change log
  • Loading branch information
karasusan committed Sep 14, 2019
1 parent 8ab17eb commit 1459daf
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 16 deletions.
4 changes: 4 additions & 0 deletions Packages/com.unity.renderstreaming/CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ 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.1.1] - 2019-09-14

- Fixed: Fix image links for documentation on Unity website

## [1.1.0] - 2019-09-13

- Added: Adding menu to download web app
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Packages/com.unity.renderstreaming/package.json
@@ -1,7 +1,7 @@
{
"name": "com.unity.renderstreaming",
"displayName": "Unity Render Streaming",
"version": "1.1.0-preview",
"version": "1.1.1-preview",
"unity": "2019.1",
"description": "This is HDRP sample scene project integrated with Unity Render Streaming technology.\n\nAlong with its signaling web server, you could play around the scene in any webrtc supported web browser.",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions Packages/com.unity.template.renderstreaming/CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ All notable changes to the render streaming template package will be documented
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.1.1] - 2019-09-14

- Fixed: Fix image links for documentation on Unity website

## [1.1.0] - 2019-09-13

- Added: Adding menu to download web app
Expand Down
Expand Up @@ -9,8 +9,15 @@ There are 2 ways to get started with Render Streaming.

If you decide to download the package, please download these 2 packages.

- `com.unity.renderstreaming-1.1.0-preview.tgz`
- `com.unity.template.renderstreaming-1.1.0-preview.tgz`
- `com.unity.renderstreaming-x.x.x-preview.tgz`
- `com.unity.template.renderstreaming-x.x.x-preview.tgz`

Additionally, you download a package from the [Github Release](https://github.com/Unity-Technologies/com.unity.webrtc/releases) page of the `com.unity.webrtc` repository.

- `com.unity.webrtc-x.x.x-preview.tgz`

> [!NOTE]
> < This process made for temporary use. It is not needed if these packages are registered to PackageManager in the future. >
Put the packages in a dedicated folder in order to use them as a project template.

Expand All @@ -22,15 +29,15 @@ The project template can be selected as a template when creating a new Unity pro

When using the template package, put the 2 tgz files in the following folders.

Move `com.unity.template.renderstreaming.tgz` to this folder
Move `com.unity.template.renderstreaming-x.x.x-preview.tgz` to this folder

```
<Unity Editor Root>/Data/Resources/PackageManager/ProjectTemplates
```

<img src="../images/install_renderstreaming_package.png" width=600 align=center>

Move `com.unity.webrtc.tgz` to this folder
Move `com.unity.webrtc-x.x.x-preview.tgz` and `com.unity.renderstreaming-x.x.x-preview.tgz` to this folder

```&lt;Unity Editor Root&gt;/Data/Resources/PackageManager/Editor
<Unity Editor Root>/Data/Resources/PackageManager/Editor
Expand Down
Expand Up @@ -9,12 +9,12 @@ Render Streaming の利用を開始するためには、[Github Release](https:/
[Github Release](https://github.com/Unity-Technologies/UnityRenderStreaming/releases) から2つのパッケージをダウンロードします。

- `com.unity.renderstreaming-1.1.0-preview.tgz`
- `com.unity.template.renderstreaming-1.1.0-preview.tgz`
- `com.unity.renderstreaming-x.x.x-preview.tgz`
- `com.unity.template.renderstreaming-x.x.x-preview.tgz`

もう1つのパッケージは `com.unity.webrtc` リポジトリの [Github Release](https://github.com/Unity-Technologies/com.unity.webrtc/releases) からダウンロードします。

- `com.unity.webrtc-1.0.1-preview.tgz`
- `com.unity.webrtc-x.x.x-preview.tgz`

> [!NOTE]
> < これらの作業は暫定的なものです。将来的にはこれらのパッケージは PackageManager に登録される予定です。PackageManager から直接ダウンロード可能になれば、手動でのパッケージインストールは不要になります。 >
Expand All @@ -27,15 +27,15 @@ Render Streaming の利用を開始するためには、[Github Release](https:/

テンプレートパッケージを利用する際は、 tgz ファイルをそれぞれ以下のフォルダに配置します。

`com.unity.template.renderstreaming-1.1.0-preview.tgz` を以下のフォルダに移動
`com.unity.template.renderstreaming-x.x.x-preview.tgz` を以下のフォルダに移動

```
<Unity Editor Root>/Data/Resources/PackageManager/ProjectTemplates
```

<img src="../images/install_renderstreaming_package.png" width=600 align=center>

`com.unity.webrtc-1.0.1-preview.tgz``com.unity.renderstreaming-1.1.0-preview.tgz`を以下のフォルダに移動
`com.unity.webrtc-x.x.x-preview.tgz``com.unity.renderstreaming-x.x.x-preview.tgz`を以下のフォルダに移動

```&lt;Unity Editor Root&gt;/Data/Resources/PackageManager/Editor
<Unity Editor Root>/Data/Resources/PackageManager/Editor
Expand Down
4 changes: 2 additions & 2 deletions Packages/com.unity.template.renderstreaming/package.json
@@ -1,12 +1,12 @@
{
"name": "com.unity.template.renderstreaming",
"displayName": "Unity Render Streaming Template",
"version": "1.1.0-preview",
"version": "1.1.1-preview",
"type": "template",
"unity": "2019.1",
"description": "This is HDRP sample scene project integrated with Unity Render Streaming technology.\n\nAlong with its signaling web server, you could play around the scene in any webrtc supported web browser.",
"dependencies": {
"com.unity.renderstreaming": "1.1.0-preview",
"com.unity.renderstreaming": "1.1.1-preview",
"com.unity.render-pipelines.high-definition": "5.16.1-preview"
}
}
2 changes: 1 addition & 1 deletion Packages/manifest.json
Expand Up @@ -4,7 +4,7 @@
"com.unity.inputsystem": "0.9.6-preview",
"com.unity.package-manager-ui": "2.1.2",
"com.unity.render-pipelines.high-definition": "5.16.1-preview",
"com.unity.renderstreaming": "1.1.0-preview",
"com.unity.renderstreaming": "1.1.1-preview",
"com.unity.textmeshpro": "2.0.1",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.unity.inputsystem": "0.2.10-preview",
"com.unity.inputsystem": "0.9.6-preview",
"com.unity.package-manager-ui": "2.1.2",
"com.unity.render-pipelines.high-definition": "5.16.1-preview",
"com.unity.textmeshpro": "2.0.1",
Expand Down
@@ -1,2 +1,2 @@
m_EditorVersion: 2019.1.9f1
m_EditorVersionWithRevision: 2019.1.9f1 (d5f1b37da199)
m_EditorVersion: 2019.1.14f1
m_EditorVersionWithRevision: 2019.1.14f1 (148b5891095a)

0 comments on commit 1459daf

Please sign in to comment.