Search Issue Tracker
By Design
By Design in 6000.6.X
Votes
0
Found in
6000.5.0a5
6000.6.0a3
Issue ID
UUM-138383
Regression
No
Box Collider inherits an incorrect Z value when added to a Panel Renderer with PanelSettings set to World Space
Steps to reproduce:
- RMB in the Hierarchy>UI Toolkit>Panel Renderer
- Select it
- Double click the Panel Settings in the Inspector
- Set Render Mode to World Space
- Re-select the Panel Renderer and add a Box Collider
- Observe the value of its Z axis (9.44166e-07) and compare to the visual in the scene (screenshot attached)
Actual results: A non-0 value is visible in the inspector, however, the preview gizmo is showing a 0-sized Z axis
Expected results: a) the Z value is set to 0 or b) the preview gizmo is correctly displaying the non-0 value that the collider appears to be created with
Reproducible with versions: 6000.5.0a5, 6000.5.0b2, 6000.6.0a2
Tested on (OS): Mac OS
Notes:
- Not tested with earlier versions because Panel Renderer is a new feature that landed in 6000.5.0a5
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
This seems to be by design. The box collider probably won't support a completely flat dimension, so it seems to clamp to a close-to-zero value.
Resolution Note (6000.6.X):
This seems to be by design. The box collider probably won't support a completely flat dimension, so it seems to clamp to a close-to-zero value.