void AddSearchBundle() { if (!Application.isMobilePlatform) { return; } if (lua != null) { // 加载Lua文件的AB包 lua.AddSearchBundle(Util.LuaPath); } }