Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b10
Issue ID
779540
Regression
Yes
[Shuriken] ps->array_size error messages in console with lots of particles
Steps to reproduce:
1. Download and import attached project.
2. Open scene: Scene7_SortingLayers
3. Play.
4. In hierarchy, select: Red_Default.
5. In Scene view zoom in and move around.
Expected result: Console empty.
Actual result (on 5.4.0b10):
ps->array_size ()
ps->array_size() == tempParticlesData.particleCount
particles.array_size() == psTemp.particleCount
on 5.4.0b1 different error messages:
!params || ((params->vertexCount * params->stride) + params->vertexOffset) <= (chunk->writtenVertices * chunk->stride)
!chunk->indexed || !params || params->indexCount <= chunk->writtenIndices
Regression from 5.3.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [VFX Graph] Base Color Map Inconsistency between Lit and Unlit Ouput
- [HDRP] Water is using the wrong depth when calculating absorption for alpha clipped transparents with depth prepass enabled
- [VFX Graph] Emissive isn't working with Decal output
- Gizmos are not drawn in Game view and Render Graph Execution errors are shown when stacked Overlay Camera is used and 'Compatibility Mode' is disabled
- Crash on WalkTypeTreeInternal when selecting the Texture of a specific FBX
Add comment