Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.0f1
2022.3.0f1
2023.2.0a1
2023.3.0a1
Issue ID
UUM-65119
Regression
No
[Editor][macOS] macOS icon hover text should include the Unity version
Description
macOS icon hover text should include the Unity version. Currently it just says "Unity". Multiple Unity icons may point to different versions, but their tooltip will say "Unity" for each. It should say something like "Unity 2022.3.0f3" or similar.
Reproduction steps
Install Unity. Start Unity. Hover over the icon in the dock.
Expected behaviour
Tooltip includes "Unity" as well as the version number to differentiate the icons.
Actual behavior
You can have a bunch of icons in a row that point to different Unity versions, but the tooltip for each just says "Unity".
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
Mac uses the .app folder name to determine tooltip text in the dock. Changing the behavior is risky.