Is it really needed? Entering and exiting Play mode can be a time consuming operation (thankfully not too much on this project). So when one presses the button even if just to test it and it exits Play mode, it’s more damage than good. We already have a Debug.Log informing the user that the button works.
I must defer to your judgement on this topic. I submitted a pull request because I thought this would be an improvement. I do not mind closing the pull request.
Yeah, I see that it could seem like a logical “quit” in the editor, but I do think it introduces more annoyance than usefulness. So I’ll proceed to close the PR. Thanks anyway
I would also see it as improvement and implement it in own projects that way. When you sometimes test the build (which I find very necessary, especially with Addressables) and sometimes in the editor you kind of stumble over the different behaviour again and again.