Unity-Dialogue and Quests U3705

Dialogue and Quests

Dialogue and Quests is an event system that allow to define branching dialogues, conditional events and quests directly from the Unity inspector.
Programmable Render Pipeline (SRP) compatibility
The Unity Programmable Render Pipeline (SRP) is a feature that allows you to control rendering through C# scripts. SRP is the underlying technology that supports the Universal Rendering Pipeline (URP) and the High Definition Rendering Pipeline (HDRP).
Unity version
Built-in rendering pipeline
Universal Rendering Pipeline (URP)
High Definition Rendering Pipeline (HDRP)
2020.3.37f1
compatible
compatible
Not compatible
describe
Dialogue and Quests is an event system that allow to define branching dialogues, conditional events and quests directly from the Unity inspector.

Define triggers, add conditions and different effects, add dialogues, and have choices in those dialogues impact future events in the game.

 

Features

-Branching dialogues with choices

-Event triggers (interact with NPC, enter region, or by script…)

-Conditions that can be added to events or dialogues (predefined or call your own function)

-Effects that can be added to events or dialogues (predefined or call your own function)

-NPC relations (increase a NPC relation to change how they react to you)

-Animated portraits

-Quests status, and quests panel.

-Create various events (ex: spawn enemies when player enter a region).

-Customizable effects and conditions (easy way to link your own code)

-Save/load

-Mouse, keyboard and gamepad controls

-No scripting required (unless you want to use custom triggers/effects/conditions)

 

How is this asset different from other similar assets?

Pros: Lightweight and Unity-like.

-This asset works directly from the Unity Inspector, without relying on custom editor GUI.

-This reduces considerably the number of scripts, which make it way easier and faster to read, understand and customize the code.

-It takes advantage of Unity GameObjects and ScriptableObjects, so that you can keep using Unity the way it’s supposed to be.

-It’s easier to copy/duplicate dialogues or entire dialogue trees, because they are regular GameObjects in the scene.

-No need to add hundred of scripts to your project just for a dialogue and quests system. Keep it simple!

Cons: If you are looking for a visual asset with GUI nodes, or with a lot of complex features and integrations, there are other alternatives on the store.

Tutorial

Tutorial video

Integrations

Survival Engine

Farming Engine

 

Thank you for downloading this asset! If you have suggestions, ideas, or questions, you may join the discord or send me an email, and I will be happy to help!

related keywords
quests
dialogues
Talk
Character
NPC
condition
trigger
Event
Speech
journal
Script
quest
System
Dialogue