Yarn import & overwriting has suddenly stopped working

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
cboogy
Posts: 11
Joined: Tue Nov 26, 2024 4:46 pm

Yarn import & overwriting has suddenly stopped working

Post by cboogy »

I've been happily importing yarn 2 files and overwriting my dialogue for a while now, but today all of sudden the changes stopped overwriting. I'm now unable to update my database with my yarn 2 file, but haven't changed anything. This is super strange - I'm wondering if there could be something simple I overlooked?

I've refreshed, tested, restarted, etc — all the changes are not being imported like they used to be. I'm not getting any errors in Unity about the import - console says the import was successful. But none of the dialogue is updating. Attaching a screenshot of my import window, which had been working great for me up until today.
Attachments
Screen Shot 2024-12-08 at 6.01.42 PM.png
Screen Shot 2024-12-08 at 6.01.42 PM.png (173.14 KiB) Viewed 386 times
User avatar
Tony Li
Posts: 23259
Joined: Thu Jul 18, 2013 1:27 pm

Re: Yarn import & overwriting has suddenly stopped working

Post by Tony Li »

Hi,

After importing, please inspect the last log in the Console window (e.g., "Yarn project import complete - database written to: Assets/WormDialogueDB.asset"). Make sure it's writing to the database you expect and not some other database. Then check which database is assigned to the Dialogue Manager GameObject's Initial Database field to make sure it matches.
Post Reply