I have a 3d system that uses "mouseentered" and "mouseexited" a lot. I have a 2D ui overlay and inside of that I just added a viewport to render a single inventory item in a 3d view that covers most of the screen until closed. I want to be able to get info on the item in this viewport by hovering over it and sometimes interact with the item through mouse clicking too.
However, no item rendered to the viewport reacts to the mouse.
I'm new to all this, but searching leaves me without further actions to take to remedy this. Here's what I've done so far:
- I made sure that the viewport is a child of a ViewportContainer.
- I moved the ViewportContainer to the root of the 2d ui overlay scene.
- I tried all the mouse filters in the ViewportContainer and all parent nodes.
- I made sure that the viewport's GUI -> Disable Input is turned OFF.
- I tried turning of Transpareng BG (it should ultimately be on).
Are there any further actions anyone can think to try to resolve this issue?
Thanks for any help you can provide.