1. Home
  2. Magio
  3. Tutorials
  4. Enable/Disable wind and other external forces

Enable/Disable wind and other external forces

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:

  1. Wind interaction should be enabled by default. Magio Supports Unity WindZone and The Vegetation Engine Wind.
  2. Enable/Disable wind in MagioObjectEffect->System->Affected By Wind.
  3. Add external velocity to the effect by MagioObjectEffect->System->Added External Velocity. (You can reference this in code by: myMagioObjectEffect.addedExternalVelocity).

How can we help?