ScenarioFlow
.PROLOGUE
$0.0
(no ratings)
Date |
Price |
---|---|
Date |
Price($) |
04/11(2024) |
0.0 |
11/21(2024) |
0.0 |
Jump AssetStore
Click here to see online manual.
ScenarioFlow is a great tool for building your own dialogue system with which you can create dialogue scenes effectively.
Philosophy
This package provides neither too much nor too little functions needed for creating dialogue scenes. The role of this package is not to provide a perfect system but to help you to build your own system that suits your project to create dialogue scenes. It means that you have to implement most of functions you need. However, it also means you can create your system as you like without any unnecessary dependencies, which is accomplished very effectively with this package.
Highly Scalable and Extensible System
The catchphrase of this package is "Suits for all projects." This package has a lot of extensible points so that it works well in your project no matter how the dialogue scene you want to create.
Writer-Friendly System
Writers have to describe scenario scripts to play a dialogue scene with invoking "commands" provided by programmers. ScenarioFlow provides a new script format used by writers, "SFText." This new format has very simple grammar and an appearance like for a play, so it is easy to write and also easy to read. Extensions for Visual Studio Code (VSCode) are available, so you can edit SFText scripts comportably with them.
Programmer-Friendly System
"Command" is a function invoked by writers to cause some narrative directions like displaying dialogue lines, replacing character images, playing musics, and so on. Thanks to the novel architecture of ScenarioFlow, programmers can implement such commands easily and effectively.
Dependency
This package uses UniTask to handle async operations. You have to import it to your project at first to use ScenarioFlow.
English and Japanse manuals are available. See here for more details. You will also find some sample systems built with ScenarioFlow.