Search Issue Tracker
By Design
Votes
2
Found in
2018.4
2019.4
2020.3
2020.3.3f1
2021.1
2021.2
Issue ID
1328050
Regression
No
RaycastCommand maxHits parameter does not have any effect on how many hits the Raycast returns
How to reproduce:
1. Open the attached project
2. Enable Gizmos in the Game View
3. Click Play
4. Observe Game View
Expected result: The green line goes through all cubes
Actual result: The green line stops at the first cube
Reproducible with: 2018.4.33f1, 2019.4.23f1, 2020.3.4f1, 2021.1.3f1, 2021.2.0a13
Workaround: You can recast the ray at the hit point to get the multiple hits
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
- Shadow Caster 2D component is throwing NullReferenceException errors when Casting Source is set to "ShapeEditor"
- Caret is not visible when placed at the beginning of a line in the TMP Input Field
- Editor crashes with "GetManagerFromContext: pointer to object of manager 'PlayerSettings' is NULL (table index 0)" error when launching a project with a corrupted library
- Crash on PersistentManager::GetSerializedFileIfObjectAvailable when opening a specific project
- An extra separation line is present between the options in the AssetBundle and it's Variants dropdown Menus
Resolution Note:
As stated in an identical case 1041352, this behaviour is by design. Scripting API is being updated.