Creating A Tooltip Question

[SOLVED]
Hello,
I’m making a strategy game in which hovering over a variable in-game shows a tooltip prefab, consisting of some text and an image for the background. However, when you hover over said variable, the tool-tip appears on the variable - meaning that you’re not hovering it anymore - disappears (but you’re still hovering over the variable), and flickers in this limbo.

So my question is, can you remove UI colliders?

Cheers

Kind of :slight_smile:
Add a Canvas Group Component to your prefab and deactivate “Blocks Raycasts”.

This affects the GameObject itself and all its child objects.

Hope that does it!

It works! Cheers.