Altos Wind Zone
Altos Wind Zone lets you control Altos clouds and VFX from a Wind Zone.
Quick Start
- Add a Wind Zone to project.
- Open that Game Object in the Inspector
- Add Component > OccaSoftware > Altos > Altos Wind Zone
Use
To configure the cloud and VFX speed, set the Cloud Modifier and VFX Modifiers in the component.
void Start()
{
AltosWindZone windZone = FindObjectOfType<AltosWindZone>.cloudModifier = 0.2f;
}