Skip to content

Commit 8ab17eb

Browse files
sindhartakarasusan
authored andcommitted
Fix image links for documentation on Unity website (#150)
1 parent baffb73 commit 8ab17eb

File tree

1 file changed

+11
-18
lines changed
  • Packages/com.unity.renderstreaming/Documentation~

1 file changed

+11
-18
lines changed

Packages/com.unity.renderstreaming/Documentation~/index.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,59 +14,52 @@ Currently, there is one sample:
1414
1. Open an existing or create a new project
1515
2. Click on the `Window` Menu and open `Package Manager`. Then, click on `Advanced` and make sure `Show preview packages` is checked
1616

17-
<img src="./images/show_preview_packages.png" width=480 align=center>
17+
<img src="./images/show_preview_packages.png" width="480">
1818

1919
3. Make sure to search `All packages`, and type `RenderStreaming` in the text box.
2020

21-
<img src="./images/render_streaming_package.png" width=480 align=center>
21+
<img src="./images/render_streaming_package.png" width="480">
2222

2323
4. Click `Install` on the bottom right.
2424

2525
5. If an input system dialog box appears, click `Yes`
2626

27-
<img src="./images/input_system_backend.png" width=360 align=center>
27+
<img src="./images/input_system_backend.png" width="360">
2828

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

32-
<img src="./images/hdrp_sample.png" width=480 align=center>
32+
<img src="./images/hdrp_sample.png" width="480" >
3333

3434
7. When this `Import Unity Package` dialog box appears, click `Import` to import all assets.
3535

36-
<img src="./images/hdrp_unitypackage.png" width=240 align=center>
36+
<img src="./images/hdrp_unitypackage.png" width="240" >
3737

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

40-
<img src="./images/simplescene.png" width=240 align=center>
40+
<img src="./images/simplescene.png" width="240" >
4141

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

44-
<img src="./images/download_webapp.png" width=300 align=center>
44+
<img src="./images/download_webapp.png" width="300" >
4545

4646
10. When the select download folder window appears, click on `Select Folder` to download the file to the default folder
4747

48-
<img src="./images/select_download_folder.png" width=240 align=center>
48+
<img src="./images/select_download_folder.png" width="240" >
4949

5050

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

54-
<img src="./images/webserver.png" width=240 align=center>
54+
<img src="./images/webserver.png" width="240">
5555

5656
12. Enter play mode in Unity
5757

58-
<img src="./images/play_mode.png" width=240 align=center>
58+
<img src="./images/play_mode.png" width="240">
5959

6060
13. Open your browser and type `localhost` on the URL bar. Then click on the play button in the middle.
6161
The view in Unity should then appear on your browser.
6262

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">
7164

7265

0 commit comments

Comments
 (0)