-
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.1] - 2021-05-28 ### Added - Android platform support
- Loading branch information
Unity Technologies
committed
May 28, 2021
1 parent
814fab7
commit aacf8f7
Showing
88 changed files
with
15,838 additions
and
1,439 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
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.
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.
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
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 |
---|---|---|
@@ -1,15 +1,35 @@ | ||
# Import Samples | ||
# Samples | ||
|
||
The package contains the following samples. | ||
|
||
| Scene | Details | | ||
| ----- | ------- | | ||
| [Receiver](sample-receiver.md) | Displaying a video streaming from another Unity | | ||
| [Broadcast](sample-broadcast.md) | Streaming video and audio to multi Unity applications | | ||
| [Bidirectional](sample-bidirectional.md) | bi-directional(send/receive) each other's video | | ||
| [RenderPipeline](sample-renderpipeline.md) | Streaming video using HDRP or URP | | ||
| [AR Foundation](sample-arfoundation.md) | Controling a camera using AR Foundation. | | ||
| [Gyroscope](sample-gyroscope.md) | Controling a camera using Gyroscope. | | ||
| [Web Browser Input](sample-browserinput.md) | Streaming the video from Unity to the web browser | | ||
|
||
|
||
## Import samples in project | ||
You can import Samples from the bottom of the `com.unity.renderstreaming` package in the PackageManager Window. | ||
|
||
![Sample List](images/renderstreaming_samples.png) | ||
|
||
## Sample menu | ||
|
||
`Menu` scene is helpful for checking multiple sample scenes. You can find the scene `Example/Menu/Menu.scene`. | ||
|
||
![Sample menu](images/sample_menu.png) | ||
|
||
Open `Menu` scene and press `Play` button, as you can see the menu for sample scenes. | ||
|
||
![Sample menu](images/sample_menu_scene.png) | ||
|
||
## Install samples into mobile devices | ||
|
||
# About Samples | ||
It is easy to try all samples on mobile devices if only you put sample scenes into `Scenes in Build` in Build Settings Window. `Menu` scene should be loaded as a first one so you need to rearrange scenes. | ||
|
||
* [Receiver](sample-receiver.md) | ||
* [Broadcast](sample-broadcast.md) | ||
* [Bidirectional](sample-bidirectional.md) | ||
* [RenderPipeline](sample-renderpipeline.md) | ||
* [AR Foundation](sample-arfoundation.md) | ||
* [Gyroscope](sample-gyroscope.md) | ||
* [Web Browser Input](sample-browserinput.md) | ||
![Build Settings](images/sample_buildsettings.png) |
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.