Search found 2 matches

by RooseViper
Thu Jul 17, 2025 2:28 am
Forum: Dialogue System for Unity
Topic: AddDatabase() and ResetDatabase() clarification
Replies: 3
Views: 73

Re: AddDatabase() and ResetDatabase() clarification

Thank you so much for all the useful information. The ExtraDatabases component was just what I needed.
by RooseViper
Tue Jul 15, 2025 5:34 pm
Forum: Dialogue System for Unity
Topic: AddDatabase() and ResetDatabase() clarification
Replies: 3
Views: 73

AddDatabase() and ResetDatabase() clarification

I have an initial database set in the inspector of the DialogueManager. I add a specific database everytime I interact with certain things so that I can make these certain objects bark from said database. Here is the method below:


public void Interact()
{
DialogueManager.AddDatabase ...