InventoryEngineSupport does not exist in the namespace PixelCrushers

Announcements, support questions, and discussion for Quest Machine.
Post Reply
maxvsthegames
Posts: 20
Joined: Sun Apr 04, 2021 11:54 am

InventoryEngineSupport does not exist in the namespace PixelCrushers

Post by maxvsthegames »

Hi,
I've just bought Quest Machine and I wanted to use it in my current project which already uses Dialogue System and Inventory Engine, but I encountered an error issue when importing the Inventory Engine Support for Quest Machine.

I tried it on a completely new project as well and the same errors happen.

Here are the steps I used:

- Create a new project (current working on 2019.3.14f)
- Download and Import Dialogue System
- Download and Import Inventory Engine
- Download and Import Quest System (Some files are not imported because they are common with Dialogue System)
- Import the Inventory Engine Support package from the Quest Machine Third Party Support folder
- Two errors appear in my console:

Assets\Pixel Crushers\Quest Machine\Third Party Support\Inventory Engine Support\Scripts\Quest Actions\AddInventoryEngineItemQuestAction.cs(4,21): error CS0234: The type or namespace name 'InventoryEngineSupport' does not exist in the namespace 'PixelCrushers' (are you missing an assembly reference?)

Assets\Pixel Crushers\Quest Machine\Third Party Support\Inventory Engine Support\Scripts\Quest Conditions\InventoryEngineHasItemsQuestCondition.cs(6,21): error CS0234: The type or namespace name 'InventoryEngineSupport' does not exist in the namespace 'PixelCrushers' (are you missing an assembly reference?)

I'm not really knowledgeable about namespaces and assembly references, so any help will be very appreciated.

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

Re: InventoryEngineSupport does not exist in the namespace PixelCrushers

Post by Tony Li »

Hi,

Please also import the second Inventory Engine Support unitypackage located in Plugins / Pixel Crushers / Common / Third Party Support.
maxvsthegames
Posts: 20
Joined: Sun Apr 04, 2021 11:54 am

Re: InventoryEngineSupport does not exist in the namespace PixelCrushers

Post by maxvsthegames »

That fixed it! Thanks!
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: InventoryEngineSupport does not exist in the namespace PixelCrushers

Post by Tony Li »

Glad to help! :-)
Post Reply