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
- Errors are thrown after redoing Nested Prefab Variant creation
- Documentation Link does not work when the "VFX Condition" question mark button is clicked
- Documentation Link does not work when the "Spawn State" question mark button is clicked
- Darker lighting in Build when disabling SSAO at runtime
- Animation glitches when using animation layering with base layer transition interruption
Add comment