unity-custom-play-button
unity-custom-play-button copied to clipboard
Customize Popup column width
In my Unity 2022.3.19f1 project, the popup shows like this
I managed to edit the following file in my local machine to make the popup wider. It would be nice if there is an official, non hacky way, of doing it.
https://github.com/antonysze/unity-custom-play-button/blob/b6d122e7809c6529fb5a4b73d41a67ce1edac987/Editor/EditorSelectScenePopup.cs#L11
I just set this number to 300 and it did the trick.