Search Issue Tracker
Fixed in 12.0.0
Votes
0
Found in [Package]
10.3.1
Issue ID
1317826
Regression
No
Graph flickers if Set Alive is present in Initialize and particles either don't have a lifetime or 'Reap Particles' is disabled.
Repro steps:
1. Import the attached VFX and add it to the scene
2. Observe the circle
3. Open the VFX and enable the 'Set Alive' block
4. Observe the particles in the circle start to flicker
Expected outcome:
- Set Alive to enable the reaping of particles
Notes:
- The issue seems to be when attempting to access the Alive attribute in Initialize when reap is off.
- Adding Set Lifetime and making sure that reap is on in Update fixes the issue
- Happens only in Initialize. Set Alive without reap works fine in Update and Output.
- Still happening in 12.0.0
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
- Depth Texture Mode "After Opaques" breaks when "Full Screen Pass Renderer Feature" is added
- The Code Previews panel is initially opened in a slightly minimized state
- Dropdown search icon is used next to the UI Builders Library search when the search has no dropdown functionality
Add comment