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
- [Metal] Game freezes after command buffer Timeout error
 - Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
 - Addressables Profiles window UI break when creating a new Variable with a long name
 - No character limit when renaming Profile in Addressables Profile window, allowing excessively long names
 - Blurry, low quality Active Profile icon used in Addressables Profiles window
 
Add comment