老师 , XLua如何调用DoTween的方法 , 我在网上查了这个方法
报了这种错
Assertion failed on expression: 'm_ErrorCode == MDB_MAP_RESIZED || !HasAbortingErrors()'
Asset database transaction committed twice!
Assertion failed on expression: 'errors == MDB_SUCCESS || errors == MDB_NOTFOUND'
LuaException: BeginPage:24: attempt to call a nil value (method 'DoLocalMoveX')
stack traceback:("这一个是我调用lua的方法报的错")
我找到解决方法了,dotween_lua_call_cs_list里在添加几个 typeof(DG.Tweening.DOTweenModuleUI),
typeof(DG.Tweening.DOTweenCYInstruction),
typeof(DG.Tweening.DOTweenModuleUnityVersion),
typeof(DG.Tweening.DOTweenModuleSprite)
错误重开Unity再清除重新生成就行