Search Issue Tracker
By Design
Votes
0
Found in [Package]
Issue ID
1114030
Regression
No
[Events] OnPlay and OnStop events affect all spawners within a system
Repro steps:
1. Drag the attached VFX to a scene
2. Open the effect and press the Stop event.
3. Observe how all particles are stopping
4. Press the play event
5. Observe how all particles are playing
Expected outcome:
- The events to only affect the system they are plugged in to (i.e. the first (green) system)
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
- Incorrect Shader keyword activation for Shadows when no Light is present in URP
- Editor freezes when loading a specific AssetBundle
- WebGPU builds with Multithreading enabled crash on Safari
- Set as Value in UI Builder doesn't work across all properties.
- Calculating time durations in RenderDoc with DX12 causes 'Device Lost error' popup
Resolution Note:
"OnPlay" and "OnStop" events are default events that are implicitly plugged to Start and Stop slots respectively