Invector Integration error CS0234

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
LeonSA
Posts: 5
Joined: Sat Sep 03, 2022 7:30 pm

Invector Integration error CS0234

Post by LeonSA »

Hi! I'm trying the Invector Integration and I was getting some 'assembly reference' erros so I've followed the steps Tony wrote here: https://www.pixelcrushers.com/phpbb/vie ... %3F#p29875

Now I'm only getting 1 error:

Code: Select all

Assets\Pixel Crushers\Dialogue System\Third Party Support\Invector Support\Scripts\DialogueSystemInvectorBridge.cs(8,21): error CS0234: The type or namespace name 'InvectorSupport' does not exist in the namespace 'PixelCrushers' (are you missing an assembly reference?)
Not sure where to go from here. I don't seem to have an 'InvectorSupport' Assembly Definition Reference to add.

I'm using:
Dialogue System 2.2.30
Invector Basic Locomotion 2.6.2
Unity 2021.3.0f1

thanks!
User avatar
Tony Li
Posts: 21970
Joined: Thu Jul 18, 2013 1:27 pm

Re: Invector Integration error CS0234

Post by Tony Li »

Hi,

Did you import both Invector Support packages? They're in:

Plugins / Pixel Crushers / Common / Third Party Support
Plugins / Pixel Crushers / Dialogue System / Third Party Support
Post Reply