# Limitations

{% hint style="danger" %}
**OpenGLES3**

While OpenGLES3 is technically supported, you might encounter some [banding artifacts](https://alexander-ameye.gitbook.io/stylized-water/troubleshooting#banding-artifacts) due to precision constraints on this platform.

There is also a known issue on OpenGLES3 where surface foam doesn't show up properly. This will be fixed in a future version.
{% endhint %}

{% hint style="danger" %}
**Direct3D12**

Unity themselves mark Direct3D12 as *experimental* so it's always possible that you see artifacts or drops in frame rate.
{% endhint %}

{% hint style="danger" %}
**Non-planar meshes**

Currently the shader will only work on planar meshes and not on cubes or spheres.
{% endhint %}

{% hint style="danger" %}
**2D Renderer**

This shader will not work with the 2D renderer in URP.&#x20;
{% endhint %}

{% hint style="danger" %}
**Underwater Caustics (version 1.1.0+)**

While caustics can be shown underwater, there is a limitation when looking underwater at some angles since the caustics can not be shown above the height of the camera so caustics can only be displayed on regions below the player. This might be addressed in the future. [More information](https://alexander-ameye.gitbook.io/stylized-water/features/underwater-effects#underwater-caustics)
{% endhint %}

{% hint style="danger" %}
**Waves**

Because the shader is transparent, you might see artifacts when using steeper waves. This asset is not meant so simulate oceans, just to have some waves.
{% endhint %}


---

# 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://alexander-ameye.gitbook.io/stylized-water/support/limitations.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.
