# Outlines & Highlights

Supported assets:

1. [Easy Performant Outline 2D | 3D (URP / HDRP and Built-in Renderer)](https://assetstore.unity.com/packages/vfx/shaders/fullscreen-camera-effects/easy-performant-outline-2d-3d-urp-hdrp-and-built-in-renderer-157187)
2. [Ultimate Outlines & Highlights](https://assetstore.unity.com/packages/vfx/shaders/ultimate-outlines-highlights-235063)
3. [Highlight Plus - All in One Outline & Selection Effects](https://assetstore.unity.com/packages/vfx/shaders/highlight-plus-all-in-one-outline-selection-effects-134149)

The Dynamic Mesh Combiner is fully compatible with the Ultimate Outlines & Highlights asset, allowing you to combine meshes while still maintaining the ability to apply outlines and highlights. To achieve this integration, follow these steps:

1. Set [MC Combinable](/dynamic-mesh-combiner/components/mc-combinable.md#disable-renderer) to **false** for all meshes that you want to apply outlines and highlights to. By keeping the original renderer enabled, the highlighting effects can be properly applied.
2. Set [MC Combinable](/dynamic-mesh-combiner/components/mc-combinable.md#remove-materials) to **true** for those same meshes. This ensures that the original materials are removed during the combining process, optimizing performance and memory usage.

<figure><img src="/files/2FbrQgOIMcSwruo4eYhf" alt=""><figcaption><p>Example of configuration</p></figcaption></figure>

By configuring the `Disable Renderer` and `Remove Materials` properties as described above, you can achieve seamless integration between Dynamic Mesh Combiner and Ultimate Outlines & Highlights. The original mesh will not be rendered directly, but the outlining and highlighting effects will still be applied correctly.

Please note that it's important to carefully manage the configuration of these properties for each mesh, depending on whether highlighting is required or not.

Take advantage of this integration to create stunning visual effects with combined meshes and Ultimate Outlines & Highlights!


---

# 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://teogames.gitbook.io/dynamic-mesh-combiner/components/compatible-assets/outlines-and-highlights.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.
