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
- Variant Family window UI issues when Prefab title is long
- Player crash when switching focus in Exclusive Fullscreen mode with DirectX 12
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
Resolution Note:
Heya, I've submitted a documentation bug with regards to this issue. As direction is expected to be normalized.
Cheers,
AlexRvn