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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
Add comment