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
- [URP] Exceeding the platform's supported light limit gives shadow distortion when using Deferred Rendering Path
- URP Sample Buffer Image Tile is moved when the Offset Value is changed
- Static constructor in a struct returns false when running tests with IL2CPP
- Console throws warnings and a MissingReferenceException error for XR packages when doing a clean project import
- [Linux][IL2CPP] Dedicated server crashes when calling Socket.Send
Add comment