This package contains public APIs and project samples that are built on top of our Unity Render Streaming.
Currently, there is one sample:
- HDRP.
Importing this sample will automatically install and setup our HDRP sample assets along with the HDRP (com.unity.render-pipelines.high-definition) package.
-
Open an existing or create a new project
-
Click on the
Window
Menu and openPackage Manager
. Then, click onAdvanced
and make sureShow preview packages
is checked -
Make sure to search
All packages
, and typeRenderStreaming
in the text box. -
Click
Install
on the bottom right. -
If an input system dialog box appears, click
Yes
-
Click on
Import in project
to import the HDRP sample. This will also automatically install the HDRP package (com.unity.render-pipelines.high-definition). -
When this
Import Unity Package
dialog box appears, clickImport
to import all assets. -
After all the import process has been finished, open
Assets/SimpleScene
in the Project View. -
Click on
Edit/Render Streaming/Download web app
menu item to download our web server -
When the select download folder window appears, click on
Select Folder
to download the file to the default folder -
After the download is finished and a new explorer window is opened, click on
webserver.exe
to start Unity RenderStreaming web server. -
Enter play mode in Unity
-
Open your browser and type
localhost
on the URL bar. Then click on the play button in the middle. The view in Unity should then appear on your browser.