Hello, godot pros!
In my game I have the following node structure on the main scene. I arranged all the components on different viewports so they are easier to manage. But here’s the issue:
Only the last SubViewpoetContainer in the order gets input from mouse (like hover, clicks etc). The viewports cover each other.
How can accomplish all viewports to get the input? May be via script or with some kind of setting?