Skip to content

easy-games/airship-docs

Repository files navigation

Welcome to Airship

Airship games are multiplayer, cross-platform and built with Unity.

Games are written in TypeScript and have access to nearly all of the Unity API plus the helpful Airship API. It looks like this:

export default class CubeSpinner extends AirshipBehaviour {
    public rotation = new Vector3(1, 1, 0.5);
    
    Update(dt: number) {
        this.gameObject.transform.Rotate(this.rotation.mul(dt));
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5