Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 1.12 KB

File metadata and controls

41 lines (27 loc) · 1.12 KB

GameScript

GameScript is cross-platform dialogue middleware for game engines. Right now we support Unity and Godot, but there's no reason why an Unreal plugin couldn't exist.

GameScript is composed of the following components:

  1. GameScript, the Electron application for creating and exporting dialogue trees.
  2. GameScript plugins for Unity and Godot to use the exported dialogue trees.

The Electron application was made with Svelte and TypeScript and this is its repository. All documentation lives at the following link: https://github.com/ShortSleeveStudio/GameScriptDocumentation/wiki

Recommended IDE Setup

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux