Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2018.2.0a2
Issue ID
1024195
Regression
Yes
NonAlloc queries return RaycastHit arrays with null/empty members
1. Open attached project
2. Open scene scene.unity
- Note there is a Cube in the scene, along with two red Sphere gizmos
3. Play the scene
- The sphere gizmos should turn green (representing that the Query has received some number of results), and there should also be a yellow ray representing RaycastHit.position and RaycastHit.normal
4. Select the Origin gameobject, then change the Query Type from Sphere Cast to Sphere Cast Non Alloc
- Note that the sphere gizmos are green, indicating that there are results, however no yellow ray is drawn, indicating that the returned array is empty
- Reproduced with 2018.2.0a2, 2018.2.0a8
- Not reproducible with 2018.1.0b10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
- VFX Graph link contrasts fail WCAG guidelines
- D3D12 PSO disk cache feature crashes if paths contain non-ASCII characters
Add comment