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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
"OnPlay" and "OnStop" events are default events that are implicitly plugged to Start and Stop slots respectively