# Planar Shadows

{% content-ref url="planar-shadows/planar-shadows-v1.3.0" %}
[planar-shadows-v1.3.0](https://graphicscat.gitbook.io/graphicscat/documentation/planar-shadows/planar-shadows-v1.3.0)
{% endcontent-ref %}

{% hint style="info" %}
1.3.0 – 2025.09.07\
• Removed setup wizard\
• Improved gradient shadow quality on complex objects\
• Deprecated PlanarShadowsRendererFeature, replaced with PlanarShadowsManager\
• Stylized shadows, supports rectangular textures\
• Added GraphicsCat.PlanarShadows namespace
{% endhint %}

***

{% content-ref url="planar-shadows/planar-shadows-v1.2.0" %}
[planar-shadows-v1.2.0](https://graphicscat.gitbook.io/graphicscat/documentation/planar-shadows/planar-shadows-v1.2.0)
{% endcontent-ref %}

{% hint style="info" %}
1.2.1 – 2025.09.01\
• Improved Distance Fade calculation for better visuals\
• Enhanced demo with improved presentation
{% endhint %}

{% hint style="info" %}
1.2.0 – 2025.08.08\
• Implemented stylized shadow rendering\
• Added support for complex meshes with multiple parts and submeshes\
• Created new demonstration scene
{% endhint %}

{% hint style="info" %}
1.1.0 – 2025.07.26\
• Added compatibility with Unity 6
{% endhint %}

{% hint style="info" %}
1.0.0 – 2025.07.12\
• Initial release
{% endhint %}

***

<details>

<summary>Enjoying this package?</summary>

* Give it a quick rating or leave a short review on the Unity Asset Store.
* Your feedback helps us improve and add even more features!
* [Review on Unity Asset Store](https://assetstore.unity.com/packages/slug/324058)

</details>


---

# 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://graphicscat.gitbook.io/graphicscat/documentation/planar-shadows.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.
