Page 1 of 1

InventoryEngineSupport does not exist in the namespace PixelCrushers

Posted: Sun Jun 13, 2021 7:20 am
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!

Re: InventoryEngineSupport does not exist in the namespace PixelCrushers

Posted: Sun Jun 13, 2021 9:26 am
by Tony Li
Hi,

Please also import the second Inventory Engine Support unitypackage located in Plugins / Pixel Crushers / Common / Third Party Support.

Re: InventoryEngineSupport does not exist in the namespace PixelCrushers

Posted: Mon Jun 14, 2021 4:22 am
by maxvsthegames
That fixed it! Thanks!

Re: InventoryEngineSupport does not exist in the namespace PixelCrushers

Posted: Mon Jun 14, 2021 8:01 am
by Tony Li
Glad to help! :-)