Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 473 Bytes

Juce-Dialogue

Open-source dialogue system build on top of XNode editor.

Installing

- Via UPM

Add the following line to your manifest.json.

"dependencies": {
   "com.juce.dialogue": "git+https://github.com/Juce-Assets/Juce-Dialogue",
   "com.github.siccity.xnode": "https://github.com/siccity/xNode.git",
},