Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display more information about the currently opened scene #362

Open
maxbrundev opened this issue Feb 12, 2025 · 0 comments
Open

Display more information about the currently opened scene #362

maxbrundev opened this issue Feb 12, 2025 · 0 comments
Labels
Editor Something relative with the editor Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity

Comments

@maxbrundev
Copy link
Member

Problem this feature should fix
Currently, the Editor does not provide any indication of whether the opened scene is saved or what its name is. This lack of information can lead to confusion, as users have no clear way of knowing if they are working on an unsaved scene or which scene is currently active.

Expected solution

  • Display the scene name at the top of the Hierarchy Panel’s search bar.
    • If the scene hasn’t been saved yet, display "New Scene" as a placeholder.
  • Indicate unsaved changes by adding a * prefix to the scene name.
  • Implement a system to track changes in the scene to dynamically update the save status.

This feature will improve clarity and usability, ensuring users always know their current scene status at a glance.

@maxbrundev maxbrundev added Editor Something relative with the editor Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editor Something relative with the editor Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity
Development

No branches or pull requests

1 participant