From 143c6b56f48236c28ea61fdeca7f333a6e2bc1d6 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:25:01 +0800 Subject: [PATCH 1/5] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86c080d169b..d1a33f387fb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The package vendoring process happens multiple times in each Unity release. The A tag is generated on the changeset used to vendor a specific Unity release. Release branches are defined as follows: -- **master** branch is used for main developement and it always maps to the latest **Unity Alpha** release. +- **master** branch is used for main development and it always maps to the latest **Unity Alpha** release. - **{unity-version}/staging** maps to beta and released Unity versions. f.ex, **2021.1/staging** maps to Unity 2021.1. - **{package-major-version}.x.x/release** is used for Unity 2020.x and below. f.ex, **10.x.x/release** maps to Unity 2020.3 LTS. From bed17d9e965823ee67e0c3a5c3be229d688f15bf Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:25:12 +0800 Subject: [PATCH 2/5] Fix typos --- .../Documentation~/configure-hdrp-for-virtual-reality.md | 2 +- .../Documentation~/reference-ambient-occlusion.md | 2 +- .../Documentation~/reference-light-component.md | 2 +- .../Documentation~/water-underwater-view.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Packages/com.unity.render-pipelines.high-definition/Documentation~/configure-hdrp-for-virtual-reality.md b/Packages/com.unity.render-pipelines.high-definition/Documentation~/configure-hdrp-for-virtual-reality.md index 355cf5c8c21..b3265fc250e 100644 --- a/Packages/com.unity.render-pipelines.high-definition/Documentation~/configure-hdrp-for-virtual-reality.md +++ b/Packages/com.unity.render-pipelines.high-definition/Documentation~/configure-hdrp-for-virtual-reality.md @@ -2,7 +2,7 @@ To use Virtual Reality (VR) in the High Definition Render Pipeline (HDRP), you must enable VR in your Unity Project. To do this, see the [VR tab](Render-Pipeline-Wizard.md#VRTab) in the Render Pipeline Wizard. -Please refer to [Unity XR](https://docs.unity3d.com/Manual/XR.html) documentation for more information about XR developement with Unity. +Please refer to [Unity XR](https://docs.unity3d.com/Manual/XR.html) documentation for more information about XR development with Unity. ## Recommended Settings diff --git a/Packages/com.unity.render-pipelines.high-definition/Documentation~/reference-ambient-occlusion.md b/Packages/com.unity.render-pipelines.high-definition/Documentation~/reference-ambient-occlusion.md index d9f60296378..e3a56fb1718 100644 --- a/Packages/com.unity.render-pipelines.high-definition/Documentation~/reference-ambient-occlusion.md +++ b/Packages/com.unity.render-pipelines.high-definition/Documentation~/reference-ambient-occlusion.md @@ -33,7 +33,7 @@ The properties visible in the Inspector change depending on whether you enable r | Property | Description | | ----------------------------- | ------------------------------------------------------------ | | **Intensity** | See **Intensity** in [Screen-space](#screen-space). | -| **Direct Lighting Strength** | See **Direct Lighting Strenght** in [Screen-space](#screen-space). | +| **Direct Lighting Strength** | See **Direct Lighting Strength** in [Screen-space](#screen-space). | | **LayerMask** | Defines the layers that HDRP processes this ray-traced effect for. | | **Quality** | Specifies the preset HDRP uses to populate the values of the following nested properties. The options are:
• **Low**: A preset that emphasizes performance over quality.
• **Medium**: A preset that balances performance and quality.
• **High**: A preset that emphasizes quality over performance.
• **Custom**: Allows you to override each property individually. | | - **Max Ray Length** | Controls the maximal ray length of the rays that HDRP uses for ray traced ambient occlusion. This allows you to have smaller scale, local, ambient occlusion. | diff --git a/Packages/com.unity.render-pipelines.high-definition/Documentation~/reference-light-component.md b/Packages/com.unity.render-pipelines.high-definition/Documentation~/reference-light-component.md index 6baacf8aa38..146831ff556 100644 --- a/Packages/com.unity.render-pipelines.high-definition/Documentation~/reference-light-component.md +++ b/Packages/com.unity.render-pipelines.high-definition/Documentation~/reference-light-component.md @@ -91,7 +91,7 @@ These settings define the behavior of the light when you use it as a celestial b | **- Distance** | Controls the distance of the sun disc. This is useful if you have multiple sun discs in the sky and want to change their sort order. HDRP draws sun discs with smaller **Distance** values on top of those with larger **Distance** values. | | **- Surface Color** | Sets a 2D (disk) Texture and color multiplier for the surface of the celestial body. Rotate the light component on the Z axis to rotate this texture. | | **- Shading** | Specify the light source used for shading of the Celestial Body.
• **Emission** : Used to simulate a Sun. The celestial body will emit light based on the intensity parameter set in the Emission section.
• **Reflect Sun Light** : Used to simulate moons or planets. The celestial body will be illuminated by a directionaly light.
• **Manual** : Used to simulate moons or planets with complete control over the phase angle and rotation, as well as the reflected light intensity. | -| **-- Sun Light Override** | Specifiy the Directional Light that should illuminate this Celestial Body. If not specified, HDRP will use the directional light in the scene with the highest intensity. | +| **-- Sun Light Override** | Specify the Directional Light that should illuminate this Celestial Body. If not specified, HDRP will use the directional light in the scene with the highest intensity. | | **-- Earthshine** | Controls the intensity of the light reflected from the planet onto the Celestial Body. | | **-- Sun Color** | Color of the artificial light source in **Manual** mode. | | **-- Sun Intensity** | Intensity of the artificial light source in **Manual** mode. | diff --git a/Packages/com.unity.render-pipelines.high-definition/Documentation~/water-underwater-view.md b/Packages/com.unity.render-pipelines.high-definition/Documentation~/water-underwater-view.md index a0bc056287d..ce67ca98da3 100644 --- a/Packages/com.unity.render-pipelines.high-definition/Documentation~/water-underwater-view.md +++ b/Packages/com.unity.render-pipelines.high-definition/Documentation~/water-underwater-view.md @@ -10,7 +10,7 @@ When the camera is at the limit of the water surface, the underwater view adds a ![](Images/water-waterline-raw.png) -Additionaly, to customize even more the water line, you can sample the generated underwater buffer in a [Custom Pass](Custom-Pass.md) by using the [HD Sample Buffer](https://docs.unity3d.com/Packages/com.unity.shadergraph@latest/index.html?subfolder=/manual/HD-Sample-Buffer-Node.html) node from the Shader Graph using the "IsUnderwater" option from the Source Buffer dropdown. +Additionally, to customize even more the water line, you can sample the generated underwater buffer in a [Custom Pass](Custom-Pass.md) by using the [HD Sample Buffer](https://docs.unity3d.com/Packages/com.unity.shadergraph@latest/index.html?subfolder=/manual/HD-Sample-Buffer-Node.html) node from the Shader Graph using the "IsUnderwater" option from the Source Buffer dropdown. See the Waterline scene in the [HDRP Water samples](HDRP-Sample-Content.md#water-samples) for more details. From 01275d107b5aa3d909f389ea016f64f1f0a28cf3 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:25:25 +0800 Subject: [PATCH 3/5] Fix typos --- .../Documentation~/renderer-features/how-to-fullscreen-blit.md | 2 +- .../Documentation~/upgrade-lwrp-to-urp.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/com.unity.render-pipelines.universal/Documentation~/renderer-features/how-to-fullscreen-blit.md b/Packages/com.unity.render-pipelines.universal/Documentation~/renderer-features/how-to-fullscreen-blit.md index 818018a73fb..926f79edfa1 100644 --- a/Packages/com.unity.render-pipelines.universal/Documentation~/renderer-features/how-to-fullscreen-blit.md +++ b/Packages/com.unity.render-pipelines.universal/Documentation~/renderer-features/how-to-fullscreen-blit.md @@ -157,7 +157,7 @@ Follow these steps to create a [custom Renderer Feature](https://docs.unity3d.co HLSLPROGRAM #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/Core.hlsl" // The Blit.hlsl file provides the vertex shader (Vert), - // input structure (Attributes) and output strucutre (Varyings) + // input structure (Attributes) and output structure (Varyings) #include "Packages/com.unity.render-pipelines.core/Runtime/Utilities/Blit.hlsl" #pragma vertex Vert diff --git a/Packages/com.unity.render-pipelines.universal/Documentation~/upgrade-lwrp-to-urp.md b/Packages/com.unity.render-pipelines.universal/Documentation~/upgrade-lwrp-to-urp.md index 8b99fb6b343..48052c92194 100644 --- a/Packages/com.unity.render-pipelines.universal/Documentation~/upgrade-lwrp-to-urp.md +++ b/Packages/com.unity.render-pipelines.universal/Documentation~/upgrade-lwrp-to-urp.md @@ -14,7 +14,7 @@ Unity upgrades any existing string references to LWRP automatically as part of t For each Assembly Definition Asset in your Project: -* Select the Assembly Defintion Asset +* Select the Assembly Definition Asset * In the Inspector, enable **Use GUIDs** For information on using Assembly Definition files, refer to the [documentation on Assembly Definitions](https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html). From 25b3e325e682bb64ae373661fe550ce572a0be73 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:25:34 +0800 Subject: [PATCH 4/5] Fix typos --- .../Documentation~/Noise-Sine-Wave-Node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/com.unity.shadergraph/Documentation~/Noise-Sine-Wave-Node.md b/Packages/com.unity.shadergraph/Documentation~/Noise-Sine-Wave-Node.md index 90c87d81f21..36a788c70be 100644 --- a/Packages/com.unity.shadergraph/Documentation~/Noise-Sine-Wave-Node.md +++ b/Packages/com.unity.shadergraph/Documentation~/Noise-Sine-Wave-Node.md @@ -2,7 +2,7 @@ ## Description -Returns the sine of the value of input **In**. For variance, psuedo-random noise is added to the amplitude of the sine wave, within a range determined by input **Min Max**. +Returns the sine of the value of input **In**. For variance, pseudo-random noise is added to the amplitude of the sine wave, within a range determined by input **Min Max**. ## Ports From a8668e1b8127e0559940d0f12cc55837f3b84f10 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:25:42 +0800 Subject: [PATCH 5/5] Fix typos --- .../Documentation~/Snippets/Block-SetPosition.md | 2 +- .../Documentation~/Snippets/Operator-SampleMeshOrSkinnedMesh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Snippets/Block-SetPosition.md b/Packages/com.unity.visualeffectgraph/Documentation~/Snippets/Block-SetPosition.md index 876379d1c9c..0fbdf28adf5 100644 --- a/Packages/com.unity.visualeffectgraph/Documentation~/Snippets/Block-SetPosition.md +++ b/Packages/com.unity.visualeffectgraph/Documentation~/Snippets/Block-SetPosition.md @@ -35,7 +35,7 @@ This Block is compatible with the following Contexts: | **Blend Position** | Float | The blend percentage between the current position attribute value and the newly calculated position value.
This property only appears if you set **Composition Position** to **Blend**. | | **Blend Axes** | Float | The blend percentage between the current axis attribute value and the newly calculated axis value.
This property only appears if you set **Composition Axes** to **Blend**. | | **Blend Direction** | Float | The blend percentage between the current direction attribute value and the newly calculated direction value.
This property only appears if you set **Composition Direction** to **Blend**. | -| **Transform** | Transform | The transform to apply after sampling. If you set **Source** to **Skinned Mesh Renderer** and **Skinned Transfrom** to a setting other than **None**, Visual Effect Graph applies the transform after the root bone transform. If you set **Skinned Transform** to **Apply World Root Transform**, Visual Effect Graph converts the transform to world space. | +| **Transform** | Transform | The transform to apply after sampling. If you set **Source** to **Skinned Mesh Renderer** and **Skinned Transform** to a setting other than **None**, Visual Effect Graph applies the transform after the root bone transform. If you set **Skinned Transform** to **Apply World Root Transform**, Visual Effect Graph converts the transform to world space. | ## Limitations diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Snippets/Operator-SampleMeshOrSkinnedMesh.md b/Packages/com.unity.visualeffectgraph/Documentation~/Snippets/Operator-SampleMeshOrSkinnedMesh.md index f4396dd042c..38570110ca3 100644 --- a/Packages/com.unity.visualeffectgraph/Documentation~/Snippets/Operator-SampleMeshOrSkinnedMesh.md +++ b/Packages/com.unity.visualeffectgraph/Documentation~/Snippets/Operator-SampleMeshOrSkinnedMesh.md @@ -21,7 +21,7 @@ | **Edge** | float | The interpolation value the Block uses to sample along the edge. This is the percentage along the edge, from start position to end position, that the sample position is taken.
This property only appears if you set **Placement mode** to **Edge** and **Spawn Mode** to **Custom**. | | **Barycentric** | Vector2 | The raw barycentric coordinate to sample from the triangle at. The input is two-dimensional (**X** and **Y**) and the block calculates the **Z** value with the values you input: **Z** = **1** - **X** - **Y**. This sampling method does not constrain the sampled position inside the triangle edges.
This property only appears if you set **Placement mode** to **Surface**, **Surface coordinates** to **Barycentric**, and **Spawn Mode** to **Custom**. | | **Square** | Vector2 | The uniform coordinate to sample the triangle at. The Block takes this value and maps it from a square coordinate to triangle space. To do this, it uses the method outlined in the paper [A Low-Distortion Map Between Triangle and Square](https://hal.archives-ouvertes.fr/hal-02073696v2) (Heitz 2019).
This property only appears if you set **Placement mode** to **Surface**, **Surface coordinates** to **Uniform**, and **Spawn Mode** to **Custom**. | -| **Transform** | Transform | The transform to apply after sampling. If you set **Source** to **Skinned Mesh Renderer** and **Skinned Transfrom** to a setting other than **None**, Visual Effect Graph applies the transform after the root bone transform. If you set **Skinned Transform** to **Apply World Root Transform**, the Visual Effect Graph converts the transform to world space. | +| **Transform** | Transform | The transform to apply after sampling. If you set **Source** to **Skinned Mesh Renderer** and **Skinned Transform** to a setting other than **None**, Visual Effect Graph applies the transform after the root bone transform. If you set **Skinned Transform** to **Apply World Root Transform**, the Visual Effect Graph converts the transform to world space. | | **Output** | **Type** | **Description** | | ---------------------- | --------- | ------------------------------------------------------------ |