Improve Project Manager initial empty state #6427
JohnVeness
started this conversation in
Editor
Replies: 1 comment
-
This should be fairly easy to do by displaying a CenterContainer with a Label as a substitute for the ItemList if there are no projects in the list (and hiding this CenterContainer once a project appears in the list). Feel free to open a pull request for this 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to suggest an improvement that would improve the experience for first time users.
Current behavior
At the moment, when you open the Project Manager while having no projects listed (i.e. when you very first start using Godot), a dialog saying "You currently don't have any projects. Would you like to explore official example projects in the Asset Library?". Personally I find this dialog rather messy/cluttery/unfriendly.
Proposed behavior
Instead of the dialog box, I suggest helpful/welcoming text should be placed within the Project Manager window itself, where the list of projects would normally appear, when there are currently no projects.
The text could read maybe something like "Welcome to Godot. Here you can start a New Project, Import an existing project, or view the Asset Library for example projects". This text would be text-only, not clickable, to encourage the user to use the existing buttons/tabs in the window.
This UI pattern of displaying text where there would otherwise be an empty list is used in lots of apps, see for example:




Thank you for reading.
Beta Was this translation helpful? Give feedback.
All reactions