Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.19 KB

File metadata and controls

18 lines (14 loc) · 1.19 KB

Airship Typescript Compiler

The TypeScript Compiler for Airship

Introduction

unity-ts is the compiler for Airship's Typescript scripting. It is a different flavour of TypeScript that compiles to Luau.

Getting started with Airship

Want to dive into Airship? Check out our getting started guide!

Documentation

Below is our documentation around quirks and features of this Typescript compiler

  • AirshipBehaviour - Airship's TypeScript parallel to MonoBehaviour
  • DataType math - Since Typescript has no operators, we have our own operator "macros"
  • JS to Luau - Our flavour of TypeScript is a Luau-based one, so our API is a little different from vanilla TypeScript.

Special Thanks

We give our apprecation to the roblox-ts project on which unity-ts is based.