Search code examples
unity-game-engineparticle-systemparticles

Can I turn off the 'Particle Effect' window in 'Scene' view in Unity?


Is it possible to turn off the Particle Effect window in the Unity IDE?

This view takes up a lot of real estate on the Scene view window.

I'd like to be able to click on a particle effect in my hierarchy WITHOUT this Particle Effect window popping up.

Particle Effect window


Solution

  • From Unity documentation

    When a GameObject with a Particle System is selected, the Scene view contains a small Particle Effect panel, with some simple controls that are useful for visualising changes you make to the system’s settings.

    So I don't think that you can turn this panel off