Version: 5.4
Sub Emitters Module
Renderer Module

Texture Sheet Animation Module

A particle’s graphic need not be a still image. This module lets you treat the texture as a grid of separate sub-images that can be played back as frames of animation.

프로퍼티

프로퍼티 기능
Tiles The number of tiles the texture will be divided into in the X (horizontal) and Y (vertical) directions.
Animation The animation mode can be set to Whole Sheet or Single Row (ie, each row of the sheet represents a separate animation sequence).
Random Row Chooses a row from the sheet at random to produce the animation (only available when Single Row is selected as the animation mode).
Row Selects a particular row from the sheet to produce the animation (only available when Single Row mode is selected and Random Row is disabled).
Frame over Time 시간이 흐름에 따라 애니메이션 프레임이 증가하는 방법을 지정하는 커브입니다.
Start Frame Allows you to specify which frame particles should start on.
Cycles The number of times the animation sequence repeats over the particle’s lifetime.
Enabled UV Channels 파티클 시스템에 영향을 받는 UV 스트림을 정확하게 지정합니다.

세부 정보

Particle animations are typically simpler and less detailed than character animations. In systems where the particles are visible individually, animations can be used to convey actions or movements. For example, flames may flicker and insects in a swarm might vibrate or shudder as if flapping their wings. In cases where the particles form a single, continous entity like a cloud, animated particles can help add to the impression of energy and movement.

You can use the Single Row mode to create separate animation sequences for particles and switch between animations from a script. This can be useful for creating variation or switching to a different animation after a collision. The Random Row option is highly effective as a way to break up conspicuous regularity in a particle system (eg, a group of flame objects that are all repeating the exact same flickering animation over and over again). This option can also be used with a single frame per row as a way to generate particles with random graphics. This can be used to break up regularity in a object like a cloud or to produce different types of debris or other objects from a single system. For example, a blunderbuss might fire out a cluster of nails, bolts, balls and other projectiles.

Sub Emitters Module
Renderer Module