Search found 2 matches
- Thu Jul 17, 2025 2:28 am
- Forum: Dialogue System for Unity
- Topic: AddDatabase() and ResetDatabase() clarification
- Replies: 3
- Views: 62
Re: AddDatabase() and ResetDatabase() clarification
Thank you so much for all the useful information. The ExtraDatabases component was just what I needed.
- Tue Jul 15, 2025 5:34 pm
- Forum: Dialogue System for Unity
- Topic: AddDatabase() and ResetDatabase() clarification
- Replies: 3
- Views: 62
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 ...
public void Interact()
{
DialogueManager.AddDatabase ...