Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.51f1
2022.3.64f1
6000.0.52f1
6000.1.9f1
6000.2.0b8
6000.3.0a1
Issue ID
UUM-110375
Regression
No
Animator Parameter name has no character limit and is not truncated which results in Transition Condition selection dropdown very long and cut off the screen
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Create a new "Cube" GameObject (GameObject > 3d Object > Cube)
- Open the Animation window (Window > Animation > Animation)
- Create a new animation by pressing the "Create" button in the Animation window
- Open the Animator window (Window > Animation > Animator)
- Create a new State
- Make a transition from the New Animation to the new State
- Click on the "Parameters" button
- Create any parameter with a very long name
- Click on the transition created in step 7
- Open the Conditions selection dropdown
- Observe the Conditions selection dropdown
Actual results: The Conditions selection dropdown does not truncate long names so the dropdown is over the whole screen and cut off on the right side, parameters don't have a character limit
Expected results: The Conditions selection dropdown either truncates long names or the parameters have a limit of characters
Reproducible with versions: 2021.3.51f1, 2022.3.64f1, 6000.0.52f1, 6000.1.9f1, 6000.2.0b8, 6000.3.0a1
Tested on (OS): macOS Silicon Sequoia 15.5
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:
In most places where these controls overflow, users have the option to resize the view to make the content fit.
This is a very easy to avoid issue (don't write very large names), we feel it would be potentially detrimental to restrict property names, and the control used doesn't offer any option to ellipsify the string.
Considering the easily available workarounds, the risk posed by limiting user choices, and the complexity of ellipsifying the text, we have decided not to address this issue.