uLui icon indicating copy to clipboard operation
uLui copied to clipboard

最新的2017.3.0f3版本打开start.unity会报错

Open greedygreedy opened this issue 7 years ago • 1 comments

我现在用的2017.3.0f3版本,打开uLui\Assets\Game\Resources\Scenes\start.unity时会报错,错误信息如下:

DirectoryNotFoundException: Could not find a part of the path "Assets/Slua/LuaObject/sluaWrapper.dll".
System.IO.File.Delete (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/File.cs:173)
SLua.LuaCodeGen.GenerateBind (System.Collections.Generic.List`1 list, System.String name, Int32 order, System.String path) (at Assets/Slua/Editor/LuaCodeGen.cs:608)
SLua.LuaCodeGen.GenerateFor (System.String asemblyName, System.String genAtPath, Int32 genOrder, System.String bindMethod) (at Assets/Slua/Editor/LuaCodeGen.cs:222)
SLua.LuaCodeGen.Generate () (at Assets/Slua/Editor/LuaCodeGen.cs:151)
SLua.LuaCodeGen.GenerateAll () (at Assets/Slua/Editor/LuaCodeGen.cs:112)
SLua.LuaCodeGen+Startup.Update () (at Assets/Slua/Editor/LuaCodeGen.cs:87)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at C:/buildslave/unity/build/Editor/Mono/EditorApplication.cs:127)

看起来像是缺乏LuaObject文件夹,是否需要自行下载slua呢?

greedygreedy avatar Jan 08 '18 10:01 greedygreedy

用新的slua覆盖试试

LingJiJian avatar Feb 22 '18 06:02 LingJiJian