Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.4f1
Issue ID
1085632
Regression
No
PhysicsDebugger visualization of GameObject doesn't display correctly when GameObject has Character Controller component
Steps to reproduce:
1. Open project in "PhysicsDebuggerBug.zip"
2. Open BugScene
3. Select the GameObject "Character"
4. Open the Physics Debugger window
5. Select "Collision Geometry" in Scene view if not already checked
6. Try to move around selected GameObject
Expected result: Physics Debugger's visual representation of "Character" GameObject should move with him and fit into its collider gizmo.
Actual result: Physics Debugger's visual representation of "Character" GameObject does not move with him and is smaller than its collider gizmo.
Reproduced in 2017.4.12f1, 2018.1.9f2, 2018.2.11f1, 2018.3.0b4, 2019.1.0a3
Note: If you press Play and then try to move selected GameObject Physics Debugger's visual representation does move with it, but it is still smaller than "Character" collider gizmo.
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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Resolution Note:
Solving this case requires adding an overhead to the update sequence so I think it would have to be done later on when we have the pipeline ready for the change.