TalkIt Importer Broken?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
ducks
Posts: 4
Joined: Mon Apr 15, 2019 10:55 am

TalkIt Importer Broken?

Post by ducks »

Hi again,
I'd like to check the import from TalkIt.
But on importing the Third Party library, I get this error:

Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Talkit Importer/Scripts/TalkitReader.cs(85,44): error CS0246: The type or namespace name 'DialogueDatabase' could not be found (are you missing a using directive or an assembly reference?)

Any ideas?

Cheers
Jörg
User avatar
Tony Li
Posts: 22056
Joined: Thu Jul 18, 2013 1:27 pm

Re: TalkIt Importer Broken?

Post by Tony Li »

Hi Jörg,

Did you import the TalkIt Support package into a project that already has the Dialogue System in it?

Are you using assembly definition files? If so, you may need to update them.
ducks
Posts: 4
Joined: Mon Apr 15, 2019 10:55 am

Re: TalkIt Importer Broken?

Post by ducks »

Hi Tony,

it seems, the error was produced by me moving around some other assets, I added to the project. Some of them were from Unity 5, but I am working with 2018.2.

It's working now, after I recreated the complete project. Thanks!

Cheers
Jörg
User avatar
Tony Li
Posts: 22056
Joined: Thu Jul 18, 2013 1:27 pm

Re: TalkIt Importer Broken?

Post by Tony Li »

Thanks for the update. Glad it's working now. :-)
Post Reply