I'm having trouble making a very simple main menu. I've looked up many tutorials and other Stack Overflow questions, but many are pretty old and Unity updates regularly.
I've tried to eliminate every other component in the scene as to not obstruct anything else. There is no other object than the button itself (inside a canvas) and the camera. The camera is tagged as MainCamera. Input handling in the player settings is marked as 'both' for Old and New input system. Somehow the button will just not react.
Am I missing something incredibly obvious?