Skip to content

Example project for SUDS (Steve's Unreal Dialogue System)

Notifications You must be signed in to change notification settings

sinbad/SUDSExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUDS Example Project

This is an example project for Steve's Unreal Dialogue System (SUDS).

Screenshot

You can find the Script for the dialogue in Content/Dialogue/Dlg_FAQExample.sud. This is imported into Unreal Editor as an asset of the same name, and used as a basis for the runtime dialogue.

There is a VSCode Extension to make editing SUDS dialogue more pleasant.

FAQ

1. The SUDS or StevesUEHelpers libraries are missing

This is because you haven't cloned the submodule as well - some git clients do this automatically, some don't. If yours didn't, run these commands in the root of the examples repository:

git submodule init
git submodule update

Then build again.

About

Example project for SUDS (Steve's Unreal Dialogue System)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published