Search Issue Tracker
By Design
Votes
0
Found in
6000.0.50f1
6000.1.5f1
6000.2.0b3
Issue ID
UUM-107997
Regression
No
GameObject with the Visual Effect Component is not rendered in the Scene view when it is reenabled in the Inspector and the Play mode is paused
How to reproduce:
1. Open the attached project "vfxGraph"
2. Open the "Sample Scene" scene
3. Enter the Play Mode and pause it
4. In the Scene view, zoom in to the "GunBeam" GameObject
5. In the Inspector, disable and reenable the "GunBeam" GameObject
6. Observe the Scene view
Expected results: The GameObject is shown
Actual results: The GameObject is not shown
Reproducible with: 6000.0.50f1, 6000.1.5f1, 6000.2.0b3
Reproducible on: macOS Sequoia 15.4 (M1)
Not reproducible on: No other environment tested
Note: The gizmo is shown but the VFX itself is not
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
This is the expected behavior.
Disabling and enabling a visual effect will restart it.
With the editor in play mode and paused, visual effects are not updated and therefore can't spawn any particles.
Unfortunately, this is true even if prewarm is applied to the visual effect asset, because the entire system does not receive updates.