building errors

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
joeylu
Posts: 111
Joined: Sun May 17, 2020 1:07 pm

building errors

Post 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
User avatar
Tony Li
Posts: 21055
Joined: Thu Jul 18, 2013 1:27 pm

Re: building errors

Post 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?
Post Reply