Hi, we recently tried to upgrade to the latest version of Dialogue System when updating from Unity 2018.2 to 2018.3. In the process, I'm getting a bunch of namespace errors from the Wrappers folder. Is DS compatible with 2018.3? If not, does anyone have an idea when it will be? Otherwise, what should I do to resolve these errors? (namespace and assembly errors are my Achilles' heel....)
Assets\Plugins\Pixel Crushers\Dialogue System\Wrappers\Manager Wrappers\DialogueSystemEvents.cs(14,70): error CS0234: The type or namespace name 'DialogueSystemEvents' does not exist in the namespace 'PixelCrushers.DialogueSystem' (are you missing an assembly reference?)
There were no .asmdef files; creating a blank project helped me notice that either between May of last year and now the Pixel Crushers folder in Assets was removed from the package, or that we somehow were still using the free version despite having owned the paid version since May, lol.
In either case, the issue was caused by having both the pre-compiled Dialogue System DLLs and the source code scripts side by side.
Sorry for the silly user error on my part!
Last edited by dreadicon on Sun Jan 20, 2019 2:05 pm, edited 1 time in total.
It sounds like you may have been using version 1.x. If so, you'll need to update your content such as dialogue databases to 2.x. The Getting Started section of the manual had steps. (It's really just one menu item.)