Particle Animators move your particles over time, you use them to apply wind, drag & color cycling to your particle systemsA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary.
Property: | Function: |
---|---|
Does Animate Color | If enabled, particles cycle their color over their lifetime. |
Color AnimationAny color property of a component can be animated. Also particle system colors can be animated using the “Color over lifetime” module. See in Glossary |
The 5 colors particles go through. All particles cycle over this - if some have a shorter life span than others, they will animate faster. |
World Rotation Axis | An optional world-space axis the particles rotate around. Use this to make advanced spell effects or give caustic bubbles some life. |
Local Rotation Axis | An optional local-space axis the particles rotate around. Use this to make advanced spell effects or give caustic bubbles some life. |
Size Grow | Use this to make particles grow in size over their lifetime. As randomized forces will spread your particles out, it is often nice to make them grow in size so they don’t fall apart. Use this to make smoke rise upwards, to simulate wind, etc. |
Rnd Force | A random force added to particles every frame. Use this to make smoke become more alive. |
Force | The force being applied every frame to the particles, measure relative to the world. |
Damping | How much particles are slowed every frame. A value of 1 gives no damping, while less makes them slow down. |
Autodestruct | If enabled, the GameObject attached to the Particle Animator will be destroyed when all particles disappear. |
Particle Animators allow your particle systems to be dynamic. They allow you to change the color of your particles, apply forces and rotation, and choose to destroy them when they are finished emitting. For more information about Particle Systems, reference Mesh Particle Emitters, Ellipsoid Particle Emitters, and Particle Renderers.
If you would like your particles to change colors or fade in/out, enable them to Animate Color and specify the colors for the cycle. Any particle system that animates color will cycle through the 5 colors you choose. The speed at which they cycle will be determined by the Emitter’s Energy value.
If you want your particles to fade in rather than instantly appear, set your first or last color to have a low Alpha value.
Setting values in either the Local or World Rotation Axes will cause all spawned particles to rotate around the indicated axis (with the Transform’s position as the center). The greater the value is entered on one of these axes, the faster the rotation will be.
Setting values in the Local Axes will cause the rotating particles to adjust their rotation as the Transform’s rotation changes, to match its local axes.
Setting values in the World Axes will cause the particles’ rotation to be consistent, regardless of the Transform’s rotation.
You use force to make particles accelerate in the direction specified by the force.
Damping can be used to decelerate or accelerate without changing their direction:
You can destroy the Particle System and any attached GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary by enabling the AutoDestruct property. For example, if you have an oil drum, you can attach a Particle System that has Emit disabled and AutoDestruct enabled. On collisionA collision occurs when the physics engine detects that the colliders of two GameObjects make contact or overlap, when at least one has a rigidbody component and is in motion. More info
See in Glossary, you enable the Particle Emitter. The explosion will occur and after it is over, the Particle System and the oil drum will be destroyed and removed from 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.
Note that automatic destruction takes effect only after some particles have been emitted. The precise rules for when the object is destroyed when AutoDestruct is on:
Did you find this page useful? Please give it a rating: