Search Issue Tracker
Fixed in 5.5.2
Votes
4
Found in
5.4.2p2
Issue ID
865738
Regression
No
Particle systems parameter curves cause Assertion failed errors
How to reproduce:
1. Open attached project
2. Open "particleTest" scene
3. Press Play
Expected behavior: no errors
Actual behavior: lots of errors appear in the Console window:
Assertion failed on expression: 'curveT >= GetRange ().first && curveT <= GetRange ().second'
Assertion failed on expression: 'curveT >= m_Curve[lhs].time && curveT =< m_Curve[rhs].time'
Note: No errors if Rotation by speed is disabled
Reproducible: 5.4.4f1, 5.5.0p3, 5.6.0b3
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
shubhamswaraj2021
Aug 18, 2020 11:43
good one <a href="https://www.lyricsauto.com">lyricsauto</a>
LiGo
Jan 22, 2019 08:11
Still having this problem in 2018.2.2f.
Yndras
Jan 15, 2018 00:44
I am still having this problem in 2017.3.0f3. It is a problem in the Trailrenderer.
Jaroslav-Stehlik
Mar 12, 2017 20:10
I have this issue with Unity 5.5.1
And I have only one AnimationCurve in script and whole scene.
Killrham
Mar 02, 2017 20:42
I'm still having this issue, but with line renderer
Rainking
Jan 26, 2017 22:07
Just found out it is not my Particle System but my TrailRenderer
Rainking
Jan 26, 2017 21:41
Rotation by speed is disabled in my case, I still see it