Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2018.3.0a3
2019.1.0a12
Issue ID
1111065
Regression
Yes
FadeGroup UI items are misaligned during transitions
Ex : On changing Dimensions from original in video import settings, Aspect ratio dropdown appears and slides right to get aligned with other options
Steps to Reproduce:
1. Create a new project.
2. Import a video in the project tab
3. Select video > Import settings > Transcode > Enable
4. Dimensions > Select any dimension from the dropdown
It seems the problem is related to EditorGUILayout.BeginFadeGroup(), indentation is broken during fade transition.
Note: this behaviour also happens on the following Components : Light (changing Shadow Type), BoxCollider2D(toggling Used By Composite)
Actual Result:
Aspect Ratio drop-down appears and moves right to get aligned with other options
Expected Result:
Aspect Ratio drop-down is aligned properly with other option without any movement after its visible
Reproducible on:
2019.1.0a12, 2018.3.0f2, 2018.3.0a3
Not Reproducible on:
2018.3.0a2, 2018.2.0f2
Environment:
Occurring on both Windows and MacOS
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Spring Joint shows only one anchor gizmo in Scene view when "Auto Configure Connected Anchor" is enabled
- Crash on _platform_memmove after entering large value in Graphics settings Preloaded Shaders field
- Disproportionally large impact on CPU frame time when writing to a rendering entity's LocalToWorld
- "Constant Force" Component numeric fields drift out of view while entering a really big value in the Inspector
- Scene view camera speed pop-up appears empty or cut off when Scene view is very narrow
Add comment