You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
unity-custom-play-button/Editor/EditorSelectScenePopup.cs
Line 11 in b6d122e
I just set this number to 300 and it did the trick.
The text was updated successfully, but these errors were encountered: