Search Issue Tracker
Fixed
Votes
0
Found in
6000.0.14f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-77743
Regression
Yes
Build Profiles window has 2 window dividing lines instead of 1
*Steps to reproduce:*
# Create a new project
# Go to "File" ->"Build Profiles"
# Resize the "Build Profiles" window (make it much bigger)
# Also, resize the "Platforms" section (make it wider)
# Dock the "Build Profiles" window next to the "Scene"
# Observe the "Build Profiles" window.
*Actual results:* Instead of one separation line, a user sees two. A few screenshots and a video are added below in the "Attachments" section.
*Expected results:* A user should always see one line.
*Reproducible with versions:* 6000.0.11f1, 6000.0.14f1.
*Not reproducible with versions:* 6000.0.10f1
*Can’t test with version:* 6000.0.8f1 because the line is stable in this version.
*Tested on (OS):* Sonoma 14.6
Culprit PR: https://github.cds.internal.unity3d.com/unity/unity/pull/46899
On this line:
https://github.cds.internal.unity3d.com/unity/unity/blob/f08bf0a1a945c6ab8972030f7231b2ad4403e5bb/Modules/UIElements/Core/Controls/TwoPaneSplitView.cs#L466
The m_FixedPaneInitialDimension is not updated after the pane is resized, so the dragline is misaligned after resize. Reverting to the old code that uses dimension would fix this, but I am not aware of other caveats in this, so I am assigning this back to the original author.
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
- Memory leaks occur when Shader with more than 128 keywords is compiled
- Player built for Windows silently crashes when UI Prefab is instantiated and Render Feature "Render Objects" is active in PC_Renderer Asset
- Crash on CollectUsedSceneObjects when making any modifications and saving in a Scene with a specific GameObject Component enabled
- VFX Graph Properties Transform has a click animation when clicked on the “Transform” text but the drop down does not open
- "Cascade Shadow atlasing has failed" errors are spammed when two Directional Lights with the Shadow Map are enabled and there is a 3D GameObject in the scene
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-83458