A Particle System component simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the sceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary. For a full introduction to particle systems and their uses, see further documentation on Particle Systems.
Property | Function |
---|---|
Simulate Layers | Allows you to preview Particle Systems that are not selected. By default, only selected Particle Systems play in the Scene ViewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info See in Glossary. However, when you set Simulate Layers to anything other than Nothing, effects that match the Layer MaskA value defining which layers to include or exclude from an operation, such as rendering, collision or your own code. More info See in Glossary play automatically, without you needing to select them. This is particularly useful for previewing environmental effects. |
Resimulate | When this property is enabled, the Particle System immediately applies property changes to particles it has already generated. When disabled, the Particle System leaves existing particles as they are, and only applies property changes to new particles. |
Show Bounds | When this property is enabled, Unity displays the bounding volumeA closed shape representing the edges and faces of a collider or trigger. See in Glossary around the selected Particle Systems. These bounds determine whether a Particle System is currently on screen or not. |
Show Only Selected | When this property is enabled, Unity hides all non-selected Particle Systems, allowing you to focus on producing a single effect. |
ParticleSystem