Search Issue Tracker
Fixed
Fixed in 2021.3.18f1, 2022.2.4f1, 2023.1.0a20
Votes
0
Found in
2020.3.41f1
2021.3.13f1
2022.1.23f1
2022.2.0b15
2023.1.0a19
Issue ID
UUM-19111
Regression
No
OnParticleTrigger() is called every frame when all of the Trigger Module conditions are set to Ignore or any other value
Reproduction steps:
# Open the attached project (ParticleBug.zip)
# Open the “/Assets/Scenes/SampleScene.unity” Scene
# Enter the Play Mode
# Observe the Console
Expected result: The Console is empty (OnParticleTrigger() method is not being called)
Actual result: “Triggered” is being constantly logged (OnParticleTrigger() method is being called every frame)
Reproducible with: 2020.3.41f1, 2021.3.13f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a19
Reproducible on: Windows 10 (21H2)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ReflectionProbe is incorrectly culled based on Camera position and orientation when using Forward+ Rendering Path
- [Android][iOS] The keyboard closes and re-opens when consecutive input fields are selected
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
Add comment