Skip to content

the method GetParticleArray of ParticleSystemExtensions could trigger a endless loop #392

@emptycup

Description

@emptycup

When the method GetParticleArray of ParticleSystemExtensions be called by argument "size" above 2048, the while cycle in method will enter a endless loop.
I think " s_TmpParticles = new ParticleSystem.Particle[size];" should be moved into the while loop

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions