# Release Notes

#### 1.3.0

*April 18, 2025*

・Update to Unity 2022

#### 1.2.8

*May 10, 2023*

・Reflection: Fixed bug with normals

#### 1.2.7

*March 25, 2023*

・Fix a Polybrush-related warning

#### 1.2.6

*February 16, 2023*

・Fix transparent shader for URP in Unity 2022

#### 1.2.5

*November 13, 2023*

・Fix to automatically increase ShaderGraph settings variant limit

#### 1.2.4

*October 16, 2023*

・Plant sway: Fix so rotations don't affect sway direction

#### 1.2.3

*August 7, 2023*

・HDRP: Fix an asmdef related issue

#### 1.2.2

*June 1, 2023*

・Emission map: Fixed to use all color channels

#### 1.2.1

*February 6, 2023*

・Fixed a bug with changing rendering pipelines from 1.2.0

#### 1.2.0

*January 28, 2023*

・Updated base version to Unity 2021\
・Code cleanup

#### 1.1.1

*November 23, 2022*&#x20;

・Fixed SRP batching

#### 1.1.0

*November 5, 2022*&#x20;

・Added Normal Map 2 \
・Added Shadow Overlay\
・Added Plant Sway \
・Added Camera Fade for transparent shader\
・Built-In pipeline supported from Unity 2021.3.12

#### 1.0.7&#x20;

*November 4, 2022*&#x20;

・Reflection: Added option Mask With Metallic Map\
・Height colors: Added option to specify a texture

#### 1.0.6&#x20;

*October 30, 2022*&#x20;

・Rim: Added Intensity parameter\
・Built-In support added for Unity 2022.2

#### 1.0.5&#x20;

*October 6, 2022*&#x20;

・Fixed some materials in sample scene

#### 1.0.4&#x20;

*April 5, 2022*&#x20;

・Detail map: Added contrast parameter

#### 1.0.3&#x20;

*April 4, 2022*&#x20;

・Emission: Fixed color selection \
・Material converter: Improved to preserve more values

#### 1.0.2&#x20;

*March 28, 2022*&#x20;

・HDRP: Fixed broken transparency on Unity 2020 and 2021 \
・HDRP: Display more rendering options on Unity 2021 \
・Removed the menu to convert materials, and made this automatic on switching shaders.

#### 1.0.1

*March 25, 2022*

・HDRP: Fixed UI showing unused parameters\
・HDRP: Fixed Emission defaulting to on\
・Added menu to convert existing materials to OmniShade PBR

#### 1.0.0

*March 21, 2022*

・OmniShade PBR released!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pbr.omnishade.io/documentation/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
