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!!
Namespace Errors
Re: Namespace Errors
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.
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
Got it, the Tools window wasn't there but removing that from the Player section worked, thanks!