Quest error and Built game error.
Re: Quest error and Built game error.
No worries. The upload will be another 30 minutes or so anyway, so can sort it out tomorrow.
Re: Quest error and Built game error.
If anyone else is having this issue, it's typically caused by an outdated DLL from another asset such as PlayMaker. Through version 2.0.2, the Dialogue System assumed that all DLLs are fully readable. (Technical details: it assumed that you can call Assembly.GetExportedTypes() on the DLL.) It wasn't able to continue if it couldn't read the DLL. The upcoming version 2.0.3 now handles this exception so the Dialogue System can continue properly even if you can't update those outdated DLLs for some reason.
Re: Quest error and Built game error.
You, Sir, are a legend.
Just compiled the game with your hotfix and it's working perfectly.
Thank you for all your help.
Just compiled the game with your hotfix and it's working perfectly.
Thank you for all your help.
Re: Quest error and Built game error.
Glad to help!