antonysze / unity-custom-play-button

Extension of Unity Toolbar with custom play buttons for playing a particular scene without switching scene.
MIT License
118 stars 14 forks source link

Customize Popup column width #1

Open AleixFerre opened 2 months ago

AleixFerre commented 2 months ago

In my Unity 2022.3.19f1 project, the popup shows like this

image

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.

AleixFerre commented 1 week ago

Any plans on doing this? The same way you use the scriptable object to expose the bookmarks, use another one to save the settings to customize the menu appearance.