Page 1 of 1

building errors

Posted: Sat Jul 23, 2022 8:53 am
by joeylu
Hi Tony, I'm getting some errors from dialogue system while try to build the scene
In my scripts, I have been using LuaWizardBase and seems unity cannot find its namespace while building
perhaps I need to add this namespace manually into some asmdef configuration file?
tks

Re: building errors

Posted: Sat Jul 23, 2022 9:05 am
by Tony Li
Hi,

LuaWizardBase is an editor script. You shouldn't include it in builds. If you've written a script that subclasses LuaWizardBase or references LuaWizardBase, can you move your script into an Editor folder?