Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.66f1
6000.0.58f1
6000.2.4f1
6000.3.0b1
Issue ID
UUM-117335
Regression
No
Property button overlaps with the Property name in the Animation window when the Animation window is docked and resized horizontally
*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)
# Dock the Animation window
# Create a new Animation
# Add any Property in the Animation window
# Resize the docked Animation window horizontally to smallest possible
# Observe the Property in the Animation window
*Actual results:* The property button overlaps with the property name text
*Expected results:* No UI elements overlap
*Reproducible with versions:* 2022.3.66f1, 6000.0.58f1, 6000.1.16f1, 6000.2.4f1, 6000.3.0b1
*Tested on (OS):* macOS Silicon Sequoia 15.6.1
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
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Resolution Note:
UI toolkit does not respect minimum window size. Won't fix