Unity 2018.3 compatible?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
dreadicon
Posts: 2
Joined: Sat Jan 19, 2019 1:34 am

Unity 2018.3 compatible?

Post by dreadicon »

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....)

Example:

Code: Select all

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?)
User avatar
Tony Li
Posts: 22056
Joined: Thu Jul 18, 2013 1:27 pm

Re: Unity 2018.3 compatible?

Post by Tony Li »

Hi,

The Dialogue System is compatible and tested with 2018.3 and the 2019 alpha.

Are you using the paid or evaluation version? And which version number?

Are you using the Dialogue System's Assembly Definition files? If so, try deleting these two files:
  • Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/DialogueSystem.asmdef
  • Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/DialogueSystemEditor.asmdef
You might also try importing the Dialogue System into a new, empty 2018.3 project so you can compare it with your own project.
dreadicon
Posts: 2
Joined: Sat Jan 19, 2019 1:34 am

Re: Unity 2018.3 compatible?

Post by dreadicon »

Thanks for your reply!

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.
User avatar
Tony Li
Posts: 22056
Joined: Thu Jul 18, 2013 1:27 pm

Re: Unity 2018.3 compatible?

Post by Tony Li »

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.)
Post Reply