Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDRP - Fix bad hyperlink in Graphics Settings tutorial (page 6) #8113

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ MonoBehaviour:
Text:
m_Untranslated: "Settings for post-processing, Fog, Sky, etc. can be applied
to all scenes in this project by default, by using a <b>Default Volume
Profile Asset.</b> It is particulalry useful to rely on this system to
Profile Asset.</b> It is particularly useful to rely on this system to
ensure the consistency of the HDRP settings between all the scenes.\n\n1.
Go to <b>Edit</b> > <b>Project Settings</b> > <b>Graphics</b> > <b>HDRP
Global Settings</b> and review the <b>Default Volume Profile Asset</b>
assigned to the project.\n\n2. Disable HDRI Sky. \n\nSee that the Sky in
Go to <b>Edit</b> > <b>Project Settings</b> > <b>Graphics</b> > <b>Pipeline
Specific Settings</b> > <b>HDRP</b> and review the <b>Default Profile</b>
assigned to the project.\n\n2. In the scene, through the <i>Hierarchy</i>
window, disable <i>HDRI Sky</i> by selecting the GameObject <b>Lighting</b>
> <b>Volumes</b> > <b>Volume Global</b>.\n\nSee that the Sky in
the Scene has now disappeared and fallen back on the Background color defined
in <b>Edit</b> > <b>Preferences</b> > <b>Colors</b> (dark grey by default).\n\n3.
Undo your changes.\n\nFor convenience and quick access, we also added an
instance of these settings in the Scene. You can access them with the <i>Hierarchy,</i>
in <b>Lighting</b> > <b>Volumes</b> > <b>Volume Global.</b> "
in <b>Edit</b> > <b>Preferences</b> > <b>Colors</b> (dark grey by default).\n\n3.
Undo your changes."
m_Tutorial: {fileID: 0}
m_Image: {fileID: 0}
m_Video: {fileID: 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ MonoBehaviour:
m_Untranslated: Congratulations!
Text:
m_Untranslated: "In this tutorial, you learned the basics of HDRP settings.\n\nYou
can also watch a<a href=\"https://youtu.be/yqCHiZrgKzs?t=243\">video</a>
can also watch a <a href=\"https://youtu.be/yqCHiZrgKzs?t=243\">video</a>
tutorial to learn more about the Graphics settings.\n\nFor more details,
check out the corresponding documentation:\n\u2022<a href=\"https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html?subfolder=/manual/HDRP-Asset.html\">HDRP
assets</a>\n\u2022<a href=\"https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html?subfolder=/manual/Scalability-Manual.html\">Scalability
(Quality levels)</a>\n\u2022<a href=\"https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html?subfolder=/manual/Frame-Settings.html\">Frame
assets</a>\n\u2022<a href=\"https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html?subfolder=/manual/quality-settings.html\">Quality Settings</a>\n\u2022<a href=\"https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest/index.html?subfolder=/manual/Frame-Settings.html\">Frame
Settings</a>"
m_Tutorial: {fileID: 0}
m_Image: {fileID: 0}
Expand Down