Search Issue Tracker
Fixed
Votes
0
Found in
5.5.1f1
Issue ID
889596
Regression
No
Simulating particles with audio throws Assertion errors
Steps to reproduce:
1. Open attached project
2. Open "Scene0_AudioViz" scene
3. Go into play mode
-Assertion errors appear in console window
Note: you can also reproduce this issue only by leaving AudioStuff->Method2 and AudioStuff->Particles2 active objects in the scene. Also when all other objects are disabled (except these 2) commenting out line 88&89 in AudioVisualizer.cs prevents errors from appearing.
Errors:
Assertion failed on expression: 'IsFinite(outDistanceForSort)'
Assertion failed on expression: 'IsFinite(outDistanceForSort)' UnityEditor.DockArea.OnGUI()
Results: Unity continuously throws Assertion errors.
Reproduced on: 5.5.1f1, 5.6.0b11, 2017.1.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Tags window completely breaks and throws Exception errors when Adding a Tag to a GameObject
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
Add comment