Search Issue Tracker
Won't Fix
Votes
1
Found in
6000.0.58f1
6000.2.1f1
6000.3.0a3
Issue ID
UUM-125344
Regression
No
Raycasts travel an incorrect distance when a non-normalized Direction vector is provided to RaycastCommand
How to reproduce:
1. Open attached project "IN-118474"
2. Open "ExampleScene"
3. Enter Play Mode
4. Observe Scene View
Expected result: Only the first RaycastCommand example hits a cube
Actual result: Every RaycastCommand example except for the last hits a cube
Reproducible with: 2023.1.0a3, 6000.0.58f2, 6000.2.1f1, 6000.3.0a3
Could not test with: 6000.0.59f1, 6000.0.61f1, 6000.2.10f1, 6000.3.0b8, 6000.4.0a3 (due to UUM-123124)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Workaround: normalizing the Direction value results in Raycasts traveling the expected length
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Heya, I've submitted a documentation bug with regards to this issue. As direction is expected to be normalized.
Cheers,
AlexRvn