bsimser / Inventory-Pro

https://devdog.io
MIT License
2 stars 0 forks source link

nventoryDialogueSimpleControllerHandler.cs(10,30): error CS0246: The type or namespace name 'SimpleController #283

Open bsimser opened 5 years ago

bsimser commented 5 years ago

Original report by Anonymous.


nventoryDialogueSimpleControllerHandler.cs(10,30): error CS0246: The type or namespace name 'SimpleController' could not be found (are you missing a using directive or an assembly reference?)

?

bsimser commented 5 years ago

Original comment by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


Can you verify that DIALOGUE_SYSTEM is set in your scripting define symbols? It appears the DIALOGUE_SYSTEM integration is enabled, however, you don't have the dialogue system files in your project.

Removing DIALOGUE_SYSTEM from your scripting define symbols should resolve the issue.