@@ -14,59 +14,52 @@ Currently, there is one sample:
14
14
1 . Open an existing or create a new project
15
15
2 . Click on the ` Window ` Menu and open ` Package Manager ` . Then, click on ` Advanced ` and make sure ` Show preview packages ` is checked
16
16
17
- <img src =" ./images/show_preview_packages.png " width =480 align = center >
17
+ <img src =" ./images/show_preview_packages.png " width =" 480 " >
18
18
19
19
3 . Make sure to search ` All packages ` , and type ` RenderStreaming ` in the text box.
20
20
21
- <img src =" ./images/render_streaming_package.png " width =480 align = center >
21
+ <img src =" ./images/render_streaming_package.png " width =" 480 " >
22
22
23
23
4 . Click ` Install ` on the bottom right.
24
24
25
25
5 . If an input system dialog box appears, click ` Yes `
26
26
27
- <img src =" ./images/input_system_backend.png " width =360 align = center >
27
+ <img src="./images/input_system_backend.png" width=" 360" >
28
28
29
29
6 . Click on ` Import in project ` to import the HDRP sample.
30
30
This will also automatically install the HDRP package * (com.unity.render-pipelines.high-definition)* .
31
31
32
- <img src =" ./images/hdrp_sample.png " width =480 align = center >
32
+ <img src="./images/hdrp_sample.png" width=" 480" >
33
33
34
34
7 . When this ` Import Unity Package ` dialog box appears, click ` Import ` to import all assets.
35
35
36
- <img src =" ./images/hdrp_unitypackage.png " width =240 align = center >
36
+ <img src="./images/hdrp_unitypackage.png" width=" 240" >
37
37
38
38
8 . After all the import process has been finished, open ` Assets/SimpleScene ` in the Project View.
39
39
40
- <img src =" ./images/simplescene.png " width =240 align = center >
40
+ <img src="./images/simplescene.png" width=" 240" >
41
41
42
42
9 . Click on ` Edit/Render Streaming/Download web app ` menu item to download our web server
43
43
44
- <img src =" ./images/download_webapp.png " width =300 align = center >
44
+ <img src="./images/download_webapp.png" width=" 300" >
45
45
46
46
10 . When the select download folder window appears, click on ` Select Folder ` to download the file to the default folder
47
47
48
- <img src =" ./images/select_download_folder.png " width =240 align = center >
48
+ <img src =" ./images/select_download_folder.png " width =" 240 " >
49
49
50
50
51
51
11 . After the download is finished and a new explorer window is opened, click on ` webserver.exe ` to start
52
52
Unity RenderStreaming web server.
53
53
54
- <img src =" ./images/webserver.png " width =240 align = center >
54
+ <img src="./images/webserver.png" width=" 240" >
55
55
56
56
12 . Enter play mode in Unity
57
57
58
- <img src =" ./images/play_mode.png " width =240 align = center >
58
+ <img src =" ./images/play_mode.png " width =" 240 " >
59
59
60
60
13 . Open your browser and type ` localhost ` on the URL bar. Then click on the play button in the middle.
61
61
The view in Unity should then appear on your browser.
62
62
63
- <img src =" ./images/browser.png " width =240 align =center >
64
-
65
-
66
-
67
-
68
-
69
-
70
-
63
+ <img src="./images/browser.png" width="240">
71
64
72
65
0 commit comments