Tutorial | Unity Render Streaming | 1.2.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    Tutorial

    Currently, there are two samples:

    HDRP sample

    Importing this sample will automatically install and setup our HDRP sample assets along with the HDRP (com.unity.render-pipelines.high-definition) package.

    URP sample

    Importing this sample will automatically install and setup our URP sample assets along with the URP (com.unity.render-pipelines.universal) package.

    Simple Tutorial on Windows

    Open an existing or create a new project Click on the Window Menu and open Package Manager. Then, click on Advanced and make sure Show preview packages is checked

    Show Preview Packages

    Make sure to search All packages, and type RenderStreaming in the text box.

    Render Streaming Package

    Click Install on the bottom right.

    If an input system dialog box appears, click Yes

    Input system backend

    Click on Import in project to import the HDRP sample. This will also automatically install the HDRP package (com.unity.render-pipelines.high-definition).

    HDRP sample

    When this Import Unity Package dialog box appears, click Import to import all assets.

    HDRP Unitypackage

    After all the import process has been finished, open Assets/SimpleScene in the Project View.

    Simple Scene

    Click on Edit/Render Streaming/Download web app menu item to download our web server.

    Download webapp

    When the select download folder window appears, click on Select Folder to download the file to the default folder

    Select Download folder

    After the download is finished and a new explorer window is opened, click on webserver.exe to start Unity RenderStreaming web server.

    Web Server

    Enter play mode in Unity

    Play mode

    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.

    Browser

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX