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
TalkIt Importer Broken?
Re: TalkIt Importer Broken?
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.
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.
Re: TalkIt Importer Broken?
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
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
Re: TalkIt Importer Broken?
Thanks for the update. Glad it's working now.