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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Add comment