Search Issue Tracker
Fixed in 12.0.0
Votes
0
Found in [Package]
11.0
Issue ID
1304069
Regression
No
[Strips][GPU Events] Particles spawning against the graph's conditions in some scenarios.
Repro steps:
1. Import the attached package and open the scene
2. Observe that a red particle appears in the scene.
3. Open the VFX graph and observe that the setup should not make the particle appear.
Notes:
- There's no spawn rate in the parent graph; this should prevent any particles from spawning
- The event is OnDie, but the particles are immortal: this should also prevent any GPU Event particles from spawning
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
Resolution Note (fix version 12.0.0):
We are working on a general rework of the GPUEvent system, these corner cases will be addressed before exposing this feature as out of experimental.