UnrealTSTemplate icon indicating copy to clipboard operation
UnrealTSTemplate copied to clipboard

Unreal.js with TypeScript Template Project

Unreal.js with TypeScript Template Project

This is a template project for Unreal.js with TypeScript.

Usage

  1. Copy or fork this repository
  2. Rename project name
  3. cd Content/Scripts/
  4. npm i
  5. tsc -w

tsconfig.json

Typescript settings for Unreal.js script compile.

see TypeScript errors #164