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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Add comment