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
building errors
Re: building errors
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?
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?