NEO
CANVAS

Updates

[2025-08-03]
Created v1

TODO

Add Documentation on how to use it
Simplify unity dialog manager code

Story Forger

>_ Game Story And Dialog Creator
Create dialogs and export them in json format!
DOCUMENTATION COMING SOON
Story Forger Screenshot

STORY FORGER WORKFLOW

01

CREATE CHARACTERS

Create characters to use them for the dialogs. > Character item contains their ID, name and icon url for easier management

02

WRITE STORY CHAPTERS

Structurize your story into chapters, then each chapter should have scenes. > Chapters item contains ID, name, scenes

03

CREATE CHAPTER SCENES

Break down chapters into individual scenes. > Scene item contains ID, name, chapterId. For scenes within scenes just number the scenes in order: Scene 2, Scene 2.1, Scene 2.1.1, etc.

04

WRITE DIALOG

Assign speech to characters within chapters scenes. > Dialog item joins all of the defined items togheter. So for example you want to add dialog to Chapter 1, Scene 1. You select which chapter and which scene in the selector, then you can add dialogs for that chapter scene, and define which characters are talking in order.

05

EXPORT TO JSON

Export all items to json files. > Then hook them up in your game. Read my blog on how to do it for unity engine (coming soon).

STORY FORGER :: VERSION 1.0.0