Zephyr: Universal Wind System

Never think about your wind implementation again

Welcome to Zephyr

Zephyr takes over the uncertainty of wind in your Unity projects. Easily integrate with any shader or script with our lightning fast API.

Use windzones, change global settings at runtime and get useful debug information with full confidence.

Get started Learn More


Cover

API reference

Learn how to interact with the Zephyr wind manager and wind zones at runtime using C#


Easy API Calls

No coding experience? No worries! Zephyr makes it easy for anyone to quickly access and modify your wind data.

Build shaders with confidence in your program of choice. Zephyr supports Amplify Shader Graph, Shader Graph, and HLSL out of the box allowing artists to use the programs that they want to use with no limitations.

C# API Shaders

Example.cs
using DistantLands.Zephyr;

public class ExampleScript
{
    // Sets a multiplier for the wind effect.
    public float windEffectMultiplier = 1.0f;

    void Update()
    {
        // Grabs the current wind force at the position of the object.
        Vector3 windForce = ZephyrWind.Instance.GetWindAtPoint(transform.position);
    }
}

Prefer Video Tutorials?

Take a look at our YouTube channel for detailed tutorials to help you get started with Zephyr.

Coming Soon See More

Use With Anything

Zephyr supports many Unity components out of the box. Have the wind influence audio sources, particle systems, rigidbodies, and cloth components.

View Component Library


Additional Resources

We'd love to meet you! Feel free to get in touch.

Cover

Discord community

Join our Discord community to post questions, get help, and share resources with over 2,000 like-minded developers.

Cover

GitHub

After your invoice is verified, use the GitHub release of Zephyrus for access to the latest version and faster bug fixes.

Cover

Email

We'd love to hear from you directly! For more sensitive requests or direct support, feel free to reach out to us at contact@distantlands.space

Cover

Website

Come visit our website for more information about Distant Lands

Cover

Unity Asset Store

Come check out our other assets!

Cover

YouTube

For showcases, tutorials and more, visit our YouTube channel. subscribe to stay up to date on new projects!

Last updated