A downloadable asset pack

The Dialogue System in Unity is designed to facilitate the creation of interactive dialogues within a game. The player can choose responses from available options, and the selected choice influences the dialogue flow, game atmosphere, and the final outcome of the story. This system integrates various elements like animations, weather management, character attractiveness systems, and Quick Time Events (QTEs) that affect the storyline's progression.

Games with SDS

Download

Download
Simple Dialogue System (SDS) by KaDGames.unitypackage 145 MB
Download
SIMPLE DIALOGUE SYSTEM DOCUMENTATION.pdf 775 kB

Install instructions

SETUP STEPS

1. PROJECT SETUP

Before using the Dialogue System, you need to set up your Unity project. Follow these steps to prepare the environment:

CREATE A UNITY PROJECT:

  • Open Unity and create a new 2D or 3D project depending on your needs.
  • INSTALL DOTWEEN and INSTALL TEXTMESH PRO (TMP):
    • DOTWEEN is required for smooth animations and transitions in the dialogue system. You can install it via the Unity Asset Store.
    • TEXTMESH PRO (TMP) is necessary for text rendering and functionality in dialogue text. You can install it from the Unity Package Manager.
  • ADD REQUIRED PREFABS AND ASSETS:
    • Your project must contain appropriate background images, character sprites, and sound assets.
    • Ensure that you have all the necessary UI elements (e.g., buttons, texts, etc.) set up for displaying dialogue and choices.
  • IMPORT THE SCRIPTS:

Import and add all the scripts outlined below into your project.

Leave a comment

Log in with itch.io to leave a comment.