Highlight Plus 2D · Troubleshooting & FAQ
Highlight Plus 2D is lightweight by design, but these tips help you get the best performance in scenes with many highlighted sprites.
| Setting | Recommendation |
|---|---|
| Glow Passes | Reduce the number of glow passes (default 4). Fewer passes = fewer draw calls. Two passes are often sufficient. |
| Glow Width | Keep glow width moderate. Very large values increase fill-rate cost. |
| Outline Quality | Lower quality levels use fewer samples and render faster. |
| See-Through | Only enable on sprites that actually need x-ray visibility. Each see-through sprite adds an extra pass. |
| Shadow | Shadows add an extra draw per sprite. Disable on sprites where the shadow is not visible. |
| Include Mode | Use Only This Object when children do not need highlighting. This avoids processing child renderers. |
| Approach | Best For |
|---|---|
| HighlightManager2D | Scenes with many sprites that should react to pointer hover. The manager only activates effects on the hovered sprite. |
| Per-sprite HighlightEffect2D | Sprites that need always-on effects or custom configurations. Combine with scripting for precise control. |
HighlightEffect2D components to each child.Help us improve this documentation page.