InventoryEngineSupport does not exist in the namespace PixelCrushers
Posted: Sun Jun 13, 2021 7:20 am
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!
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!