I’m working on a crafting menu and I’m trying to add controller support but the item (now using the focus system) unfocuses when clicked. Nothing in the code runs on click
I think you will not be able to click a button if the parent control node is stealing focus. Can you make the button or which ever node handles clicked events grab_focus instead?
Oh, I guess i forgot to share the screenshot of the card. Its not a button but a custom control node, the control node has the script and handles in focus (you can see in the screenshot)