Godot Version
4.2.2
Question
I have a 2D Area and a canvas layer in my scene, the Area2D is connected in a script with its “mouse_entered()” signal but it doesn’t work, it already tries to change the z-index but it still doesn’t work, if it hides the canvas layer it works.
Additional:
The Area also doesn’t work if I put it inside the Canvas Layer.
Could it be a Godot 4.2.2 Bug? Please help me .