https://github.com/b1lodhand/absent-dialogues
a simple and flexible node based dialogue system for Unity.
https://github.com/b1lodhand/absent-dialogues
dialogue-systems game-development node-based tool unity
Last synced: 2 months ago
JSON representation
a simple and flexible node based dialogue system for Unity.
- Host: GitHub
- URL: https://github.com/b1lodhand/absent-dialogues
- Owner: b1lodHand
- License: lgpl-3.0
- Created: 2024-02-20T19:27:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T08:49:10.000Z (about 1 year ago)
- Last Synced: 2026-01-02T06:13:25.613Z (6 months ago)
- Topics: dialogue-systems, game-development, node-based, tool, unity
- Language: C#
- Homepage: https://b1lodhand.github.io/absent-dialogues/
- Size: 85.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# absent-dialogues
## About
Hello dear! You just stepped onto a completely free and open-source dialogue system for unity. With this tool, your dream game character dialogues can come true. Well, I hear you saying "I love that, tell me how to get it!". Scroll down, I'll be there to guide you.
## Getting Started
Well, in order have this tool working properly you'll need to do a few things. For example: Unity... I'm just kidding. The instructions below will lead you on the way.
## Prerequisites
First of all, this tool depends on some of my other tools. No, no, no, no! Don't run away! They are so lightweight and easy to setup.
```
https://github.com/b1lodHand/absent-attributes.git
```
```
https://github.com/b1lodHand/absent-utilities.git
```
```
https://github.com/b1lodHand/absent-people.git
```
```
https://github.com/b1lodHand/absent-variables.git
```
All you need to do is copying the URLs above and pasting them into you package manager.

You can open the Package Manager via the: **'Window/Package Manager'** menu on the toolbar of Unity itself. Also, you can find the documentation of these tools in the same links above.
>[!CAUTION]
> Also, you need **TextMeshPro** installed! You can also find the TextMeshPro via the Package Manager, under the Unity Registry panel.
### Installing
So, you've installed all the things necessary to run this tool. Now, it is the time of installing the tool itself.
This step is pretty much straightforward:
1. Go to: https://github.com/b1lodHand/absent-dialogues/releases
2. Find the the best release for you (I'd recommend the latest).
3. Download the ".unitypackage" file in that release by clicking it.
**AND YOU HAVE IT!** So now, how you use it? Let's see...
## Documentation
You can find a more detailed documentation here: [Documentation](https://b1lodhand.github.io/absent-dialogues/)
## Wrapping up
Thank you for reading this all the way to down here. If you are interested in this project, please consider **contributing** to it. I'd be happy to work with you! I hope this tool helps you on the journey of gamedev. Have a nice day!