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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Add comment