Search Issue Tracker
Fixed in 5.3.2
Votes
0
Found in
5.3.1f1
Issue ID
755423
Regression
Yes
[Particles] Invalid AABB / InFinite errors in 5.3.1
When (some) particle systems are activated the Debug.Log spews Invalid AABB result / InFinite(d) errors. It seems to be only with particle systems manipulating meshes. Only started happening in 5.3.1
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
- [Usability] Not possible to set Editor Window text colour to be default black without workaround
- Text field max length is -1 by default
- Field Max Length is set to the first digit typed instead of entire number typed
- D3D12 MainLight Shadowmap clear incorrectly when using UWP
- Crash on ShaderPropertySheet::SetTexture when changing color space on a specific project
LordCafe
Apr 11, 2022 23:05
It's 2022 and this stupid bug still not fixed, holy crap it's bein in the game engine for more than 8 years... omg...
AlessandroElifani
Apr 26, 2019 23:15
Still happen in 2018.3.13
tbngrd
Feb 24, 2019 11:40
This does not seem to be fixed and still happens ind Unity 2018.3.5f1.
Nyckos
Jan 11, 2019 16:53
In 2018.3.0f2, fixed by disabling "Limit Velocity over Lifetime" on the particle system causing the issue.
If you still have the issue, try disabling "Velocity over Lifetime" too.
HeyBishop
Nov 02, 2018 18:45
I'm running version 2018.2.11f1 and I'm getting the same error too too. It would seem if I disable "Velocity over Lifetime" that the problem goes away. It's really important to me to have "Velocity over Time" enabled - it provides the exact movement I'm looking for.
Creaturtle
Jun 21, 2018 17:17
Scratch that previous post, it seems like setting speed modifier to 0 for velocity over lifetime with curve messes with the system.
Creaturtle
Jun 21, 2018 17:05
Hey guys, so I've been scratching my head over this error as well. None of my scripts were the cause, however. I had my size over lifetime module set to start at the middle of the lifetime. I assume up until that point was reached, the size was NaN or something of that sort. Upon disabling size over lifetime, this got fixed.
LaurynasLubys
Apr 18, 2018 10:23
Got this in Unity 2017.4.0f1
carpinus
Mar 21, 2018 09:20
Not fixed in Unity Version 2017.2.1
Undertaker-Infinity
Jan 10, 2018 00:56
Sorry, forgot the version.
In 2017.3 to reproduce:
Create a new particle system, set Start Lifetime to Infinity (you might want to also set rate to 0 and add a one-time burst so you don't fill up with particles).
Starting the particle system (in editor or by hitting play) will show the errors. Changing lifetime to a number stops the errors.