Search Issue Tracker
Fixed in 2020.1.X
Votes
2
Found in
2018.1.0b6
Issue ID
999884
Regression
No
[LightProbes] Light Probe Proxy Volume component causes the console to be stuck in an error loop
Steps to reproduce:
1. Download and open the attached project.
2. Begin interacting with the scene by selecting game objects, moving them around, and so on
3. Open the Console window.
4. Observe the Assertion failed: Assertion failed on expression: 'root1 >= -epsilon || root2 >= -epsilon || root3 >= -epsilon' error being outputted to the console continuously.
5. Select GymBlastDoorCirculationA object in the hierarchy and disable its Light Probe Proxy Volume component.
6. Notice that the Console is no longer outputting Assertion failed: Assertion failed on expression: 'root1 >= -epsilon || root2 >= -epsilon || root3 >= -epsilon' error continuously.
Notes:
The issue was first observed in Unity 2017.1.2p4 (d597d0924185). Tested in 5.6.5p1 (b5fcd78dd1ab) and 2018.1.0b6 (2c4679632cfb). Was not able to reproduce the same issue from scratch in a new project using 2018.1.0b6 (2c4679632cfb).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on "'anonymous namespace'::ConvertFBXShapes" when importing an FBX file
- Crash on Transform::RemoveFromParent when Object.DestroyImmediate() is called on Transform
- [Linux] Player consumes more CPU resources when it is running in the background
- Save process is triggered every time when prefab property values are changed by dragging
- Physics.SphereCastNonAlloc is slow when the results array is large
Add comment