Page 1 of 1

Namespace Errors

Posted: Mon Oct 12, 2020 8:03 pm
by andreasr
Hey Tony,

First off, thanks for the excellent asset. As a new coder it has been a blessing and easy to implement.
I was working on something seemingly unrelated in my project when I got three compiler errors, complaining about sections in the Dialogue Manager code base: "AddressableAssets", "ResourceManagement" "AsyncOperations" that do not exist in the namespace. I tried to figure out what was causing this but it's beyond me unfortunately, especially since I was just in the editor adding to a string array.. thanks in advance!!

Re: Namespace Errors

Posted: Mon Oct 12, 2020 8:34 pm
by Tony Li
Hi,

Can you open the Dialogue System's Welcome Window? (Tools > Pixel Crushers > Dialogue System > Welcome Window)

If so, is the USE_ADDRESSABLES checkbox ticked? If it is, please untick it.

If you can't open the Welcome Window, select menu item Edit > Project Settings. In the Player section, under Other Settings, remove USE_ADDRESSABLES from the Scripting Define Symbols field.

Re: Namespace Errors

Posted: Mon Oct 12, 2020 9:42 pm
by andreasr
Got it, the Tools window wasn't there but removing that from the Player section worked, thanks!

Re: Namespace Errors

Posted: Mon Oct 12, 2020 10:08 pm
by Tony Li
Glad to help!