-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.1.0-exp.5] - 2023-1-16 ### Changed - Upgrade the version of Input System package `1.4.4`. - Upgrade the version of WebRTC package `3.0.0-pre.4`. ### Fixed - Fix incorrect mouse position in full-screen web player sample.
- Loading branch information
Unity Technologies
committed
Jan 16, 2023
1 parent
423c1ed
commit 02f6e02
Showing
62 changed files
with
1,533 additions
and
961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+1.69 KB
(100%)
Documentation~/images/assign_videostreamsender_to_streams.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,13 @@ This version of Render Streaming is compatible with the following versions of th | |
|
||
- **Windows** | ||
- **Linux** | ||
- **macOS** (**Apple Slicon** is not supported yet) | ||
- **macOS** | ||
- **iOS** | ||
- **Android** (**ARMv7** is not supported) | ||
|
||
> [!NOTE] | ||
> This package depends on [the WebRTC package](https://docs.unity3d.com/Packages/[email protected]). If you build for mobile platform (iOS/Android), please see [the package documentation](https://docs.unity3d.com/Packages/[email protected]/manual/requirements.html#additional-notes) to know the requirements for building. | ||
### Browser support | ||
|
||
Unity Render Streaming supports almost all browsers that can use WebRTC. | ||
|
@@ -62,13 +65,8 @@ Unity Render Streaming supports almost all browsers that can use WebRTC. | |
|
||
Please check [this page](samples.md). | ||
|
||
## Project template | ||
|
||
Please check [this page](template.md). | ||
|
||
## Furioos compatibility | ||
|
||
**Unity Render Streaming** is also supported natively by **Furioos** platform https://www.furioos.com/ . | ||
That means that you can easily build a Unity application, upload it on **Furioos** and enjoy all the features of **Unity Render Streaming** without worrying about the deployment and scalability issues of your project. | ||
Unity provides **[Furioos](https://www.furioos.com)** which is a web service to stream any 3D contents on any devices in real-time. | ||
|
||
Please see [Furioos Tutorial](deploy-to-furioos.md) section to find out how it works. | ||
This version of Unity Render Streaming doesn't support Furioos integration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.