Problem
Often I’m working in multiple copies of a Unity project, but in different parent folders. When I go to open a project, it’s hard to distinguish them without reading the fine ‘Path’ print below the project name.
Request
If two projects have the same name, then include the parent folder in the main project’s displayed title so it is unique.
Example
If I have these two projects in Unity Hub:
My Unity Project
Path: C:\Dev\Beta\
My Unity Project
Path: C:\Dev\Release\
I would instead see something like:
Beta \ My Unity Project
Path: C:\Dev\Beta\
Release \ My Unity Project
Path: C:\Dev\Release\
A small thing, but I often find myself working in the wrong project folder for quite a while and can get myself very confused before I realize what has happened.