ExtraDatabases component is bugged?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Deadcow
Posts: 28
Joined: Tue Apr 30, 2019 8:21 am

ExtraDatabases component is bugged?

Post by Deadcow »

I got this setup
Image

I noticed, that only first database is loaded before component is removed, so I looked inside.
In script TryAddDatabases and TryRemoveDatabases called with second parameter of "onePerFrame", but the parameter is called "immediate", so it should be called with "!onePerFrame" instead.

When I toggled "One Per Frame" setting it worked as I wanted - all bases is loading on start in one frame.

So it's the bugreport about two things - OnePerFrame is reversed and if you want to load one per frame AND toggle "Once" only the first base is loaded
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: ExtraDatabases component is bugged?

Post by Tony Li »

Hi,

Sorry about that bug. Here's a patch:

DS_ExtraDatabasesPatch_2021-11-19.unitypackage

This fix will also be in version 2.2.23.
Post Reply