Search Issue Tracker
By Design
Votes
0
Found in
4.3.0b6
Issue ID
572251
Regression
No
Rigid2D.Velocity and transform.position are v3 & v2
Currently transform.position and rigid2d.velocity are v3 and v2 respectively forcing for some unsightly code such as this:
Gizmos.DrawLine(transform.position, rigidbody2D.velocity - new Vector2( transform.position.x, transform.position.y));
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Cursor image does not update when Cursor.SetCursor is called again with CursorMode.Auto
- Crash on do_runtime_invoke when reopening a specific project after failing to build it
- Animations change speed when rigidbody is added
- Low FPS persists when re-entering Play mode after an extended session in a specific project
- ListView list items in UIToolkit get stuck when reorderMode is set to Animated and they are reordered using two or more fingers on touch devices
Add comment