Troubleshooting

intermediate troubleshooting

Highlight Plus 2D · Troubleshooting & FAQ

Common issues and their solutions when working with Highlight Plus 2D.

Effects Not Visible

Possible CauseSolution
No HighlightEffect2D componentAdd Highlight Effect 2D to the sprite GameObject.
Highlighted is uncheckedEnable Highlighted in the Inspector, or set effect.highlighted = true from script.
No effect enabledEnable at least one effect (Outline, Glow, Overlay, etc.) in the component.
Sprite on a high sorting layerEffects render on Sorting Layer 0 by default. Move sprites to a lower sorting layer, or adjust the effect sorting layer.
Alpha Cut Off too highLower the Alpha Cut Off value so visible pixels are not discarded.

See-Through Not Working

Possible CauseSolution
Occluder not enabledThe sprite in front must have HighlightEffect2D with Occluder enabled.
See-Through not enabled on targetThe sprite behind must have See-Through enabled in its HighlightEffect2D.

Trigger Not Responding to Pointer

Possible CauseSolution
Missing colliderAdd a Collider2D (e.g. BoxCollider2D) to the sprite.
No Physics2D RaycasterEnsure your camera has a Physics 2D Raycaster component (required for UI-based pointer detection).

Sorting Layer Issues

Highlight Plus 2D effects render on Sorting Layer 0 by default. If your sprites use a higher sorting layer, effects may appear behind the sprite.

Fix: Move sprites to a sorting layer with an order value that does not conflict, or adjust the effect rendering order.

Spine / Mesh Renderer Issues

When using Highlight Plus 2D with MeshRenderer (e.g. Spine), enable the Preserve Mesh option in the General section. This uses the original mesh data instead of a generated quad.

Polygon / SVG Sprites Not Rendering Correctly

Enable the Polygon / SVG toggle in the General section when using polygon-packed or SVG sprites.

Still Need Help?

Visit the Kronnect Support and post your question. Our team will respond promptly.

Was this page helpful?