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:
- GameScript, the Electron application for creating and exporting dialogue trees.
- 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
$ pnpm install$ pnpm dev# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux