Example 1: Your scene has a basic wind zone. You want the effects to interact with the wind.
Example 2: You want to display the impact force of some action on the effect.
Steps:
- Wind interaction should be enabled by default. Magio Supports Unity WindZone and The Vegetation Engine Wind.
- Enable/Disable wind in MagioObjectEffect->System->Affected By Wind.
- Add external velocity to the effect by MagioObjectEffect->System->Added External Velocity. (You can reference this in code by: myMagioObjectEffect.addedExternalVelocity).