├── .vs └── LuaFramework_UGUI-master │ └── v14 │ └── .suo ├── Assembly-CSharp-Editor.csproj ├── Assembly-CSharp.csproj ├── Assets ├── Lua.meta ├── LuaFramework.meta ├── LuaFramework │ ├── Editor.meta │ ├── Editor │ │ ├── CustomSettings.cs │ │ ├── CustomSettings.cs.meta │ │ ├── Packager.cs │ │ └── Packager.cs.meta │ ├── Examples.meta │ ├── Examples │ │ ├── Builds.meta │ │ ├── Builds │ │ │ ├── Message.meta │ │ │ ├── Message │ │ │ │ ├── MessagePanel.prefab │ │ │ │ └── MessagePanel.prefab.meta │ │ │ ├── Prompt.meta │ │ │ └── Prompt │ │ │ │ ├── PromptItem.prefab │ │ │ │ ├── PromptItem.prefab.meta │ │ │ │ ├── PromptPanel.prefab │ │ │ │ └── PromptPanel.prefab.meta │ │ ├── Editor Default Resources.meta │ │ ├── Editor Default Resources │ │ │ ├── WelcomeScreenContactIcon.png │ │ │ ├── WelcomeScreenContactIcon.png.meta │ │ │ ├── WelcomeScreenDocumentationIcon.png │ │ │ ├── WelcomeScreenDocumentationIcon.png.meta │ │ │ ├── WelcomeScreenForumIcon.png │ │ │ ├── WelcomeScreenForumIcon.png.meta │ │ │ ├── WelcomeScreenHeader.png │ │ │ ├── WelcomeScreenHeader.png.meta │ │ │ ├── WelcomeScreenSamplesIcon.png │ │ │ ├── WelcomeScreenSamplesIcon.png.meta │ │ │ ├── WelcomeScreenVideosIcon.png │ │ │ └── WelcomeScreenVideosIcon.png.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── WelcomeScreen.cs │ │ │ └── WelcomeScreen.cs.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── Prompt.meta │ │ │ ├── Prompt │ │ │ ├── 1.png │ │ │ └── 1.png.meta │ │ │ ├── Shared.meta │ │ │ └── Shared │ │ │ ├── ButtonClick.png │ │ │ ├── ButtonClick.png.meta │ │ │ ├── ButtonDisable.png │ │ │ ├── ButtonDisable.png.meta │ │ │ ├── ButtonNormal.png │ │ │ ├── ButtonNormal.png.meta │ │ │ ├── SmallBaseMap.png │ │ │ └── SmallBaseMap.png.meta │ ├── Lua.meta │ ├── Lua │ │ ├── 3rd.meta │ │ ├── 3rd │ │ │ ├── cjson.meta │ │ │ ├── cjson │ │ │ │ ├── example1.json │ │ │ │ ├── example1.json.meta │ │ │ │ ├── example2.json │ │ │ │ ├── example2.json.meta │ │ │ │ ├── example3.json │ │ │ │ ├── example3.json.meta │ │ │ │ ├── example4.json │ │ │ │ ├── example4.json.meta │ │ │ │ ├── example5.json │ │ │ │ ├── example5.json.meta │ │ │ │ ├── json2lua.lua │ │ │ │ ├── json2lua.lua.meta │ │ │ │ ├── lua2json.lua │ │ │ │ ├── lua2json.lua.meta │ │ │ │ ├── test.lua │ │ │ │ ├── test.lua.meta │ │ │ │ ├── util.lua │ │ │ │ └── util.lua.meta │ │ │ ├── luabitop.meta │ │ │ ├── luabitop │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.meta │ │ │ │ ├── Makefile.mingw │ │ │ │ ├── Makefile.mingw.meta │ │ │ │ ├── README │ │ │ │ ├── README.meta │ │ │ │ ├── bitbench.lua │ │ │ │ ├── bitbench.lua.meta │ │ │ │ ├── bittest.lua │ │ │ │ ├── bittest.lua.meta │ │ │ │ ├── doc.meta │ │ │ │ ├── doc │ │ │ │ │ ├── api.html │ │ │ │ │ ├── api.html.meta │ │ │ │ │ ├── bluequad-print.css │ │ │ │ │ ├── bluequad-print.css.meta │ │ │ │ │ ├── bluequad.css │ │ │ │ │ ├── bluequad.css.meta │ │ │ │ │ ├── changes.html │ │ │ │ │ ├── changes.html.meta │ │ │ │ │ ├── contact.html │ │ │ │ │ ├── contact.html.meta │ │ │ │ │ ├── img.meta │ │ │ │ │ ├── img │ │ │ │ │ │ ├── contact.png │ │ │ │ │ │ └── contact.png.meta │ │ │ │ │ ├── index.html │ │ │ │ │ ├── index.html.meta │ │ │ │ │ ├── install.html │ │ │ │ │ ├── install.html.meta │ │ │ │ │ ├── semantics.html │ │ │ │ │ └── semantics.html.meta │ │ │ │ ├── installpath.lua │ │ │ │ ├── installpath.lua.meta │ │ │ │ ├── md5test.lua │ │ │ │ ├── md5test.lua.meta │ │ │ │ ├── msvcbuild.bat │ │ │ │ ├── msvcbuild.bat.meta │ │ │ │ ├── msvctest.bat │ │ │ │ ├── msvctest.bat.meta │ │ │ │ ├── nsievebits.lua │ │ │ │ └── nsievebits.lua.meta │ │ │ ├── pbc.meta │ │ │ ├── pbc │ │ │ │ ├── addressbook.pb │ │ │ │ ├── addressbook.pb.meta │ │ │ │ ├── addressbook.proto │ │ │ │ ├── addressbook.proto.meta │ │ │ │ ├── parser.lua │ │ │ │ ├── parser.lua.meta │ │ │ │ ├── protobuf.lua │ │ │ │ ├── protobuf.lua.meta │ │ │ │ ├── test.lua │ │ │ │ ├── test.lua.meta │ │ │ │ ├── test2.lua │ │ │ │ ├── test2.lua.meta │ │ │ │ ├── testparser.lua │ │ │ │ └── testparser.lua.meta │ │ │ ├── pblua.meta │ │ │ ├── pblua │ │ │ │ ├── login.proto │ │ │ │ ├── login.proto.meta │ │ │ │ ├── login_pb.lua │ │ │ │ ├── login_pb.lua.meta │ │ │ │ ├── person_pb.lua │ │ │ │ └── person_pb.lua.meta │ │ │ ├── sproto.meta │ │ │ └── sproto │ │ │ │ ├── print_r.lua │ │ │ │ ├── print_r.lua.meta │ │ │ │ ├── sproto.lua │ │ │ │ ├── sproto.lua.meta │ │ │ │ ├── sprotoparser.lua │ │ │ │ ├── sprotoparser.lua.meta │ │ │ │ ├── test.lua │ │ │ │ ├── test.lua.meta │ │ │ │ ├── testall.lua │ │ │ │ ├── testall.lua.meta │ │ │ │ ├── testrpc.lua │ │ │ │ └── testrpc.lua.meta │ │ ├── Common.meta │ │ ├── Common │ │ │ ├── define.lua │ │ │ ├── define.lua.meta │ │ │ ├── functions.lua │ │ │ ├── functions.lua.meta │ │ │ ├── protocal.lua │ │ │ └── protocal.lua.meta │ │ ├── Controller.meta │ │ ├── Controller │ │ │ ├── MessageCtrl.lua │ │ │ ├── MessageCtrl.lua.meta │ │ │ ├── PromptCtrl.lua │ │ │ └── PromptCtrl.lua.meta │ │ ├── Logic.meta │ │ ├── Logic │ │ │ ├── CtrlManager.lua │ │ │ ├── CtrlManager.lua.meta │ │ │ ├── Game.lua │ │ │ ├── Game.lua.meta │ │ │ ├── LuaClass.lua │ │ │ ├── LuaClass.lua.meta │ │ │ ├── Network.lua │ │ │ └── Network.lua.meta │ │ ├── Main.lua │ │ ├── Main.lua.meta │ │ ├── View.meta │ │ ├── View │ │ │ ├── MessagePanel.lua │ │ │ ├── MessagePanel.lua.meta │ │ │ ├── PromptPanel.lua │ │ │ └── PromptPanel.lua.meta │ │ ├── eventlib.lua │ │ ├── eventlib.lua.meta │ │ ├── events.lua │ │ └── events.lua.meta │ ├── Luajit.meta │ ├── Luajit │ │ ├── Build.bat │ │ ├── Build.bat.meta │ │ ├── jit.meta │ │ ├── jit │ │ │ ├── bc.lua │ │ │ ├── bc.lua.meta │ │ │ ├── bcsave.lua │ │ │ ├── bcsave.lua.meta │ │ │ ├── dis_arm.lua │ │ │ ├── dis_arm.lua.meta │ │ │ ├── dis_mips.lua │ │ │ ├── dis_mips.lua.meta │ │ │ ├── dis_mipsel.lua │ │ │ ├── dis_mipsel.lua.meta │ │ │ ├── dis_ppc.lua │ │ │ ├── dis_ppc.lua.meta │ │ │ ├── dis_x64.lua │ │ │ ├── dis_x64.lua.meta │ │ │ ├── dis_x86.lua │ │ │ ├── dis_x86.lua.meta │ │ │ ├── dump.lua │ │ │ ├── dump.lua.meta │ │ │ ├── v.lua │ │ │ ├── v.lua.meta │ │ │ ├── vmdef.lua │ │ │ └── vmdef.lua.meta │ │ ├── lua51.dll │ │ ├── lua51.dll.meta │ │ ├── luajit.exe │ │ └── luajit.exe.meta │ ├── Resources.meta │ ├── Resources │ │ ├── TestGameObjectPrefab.prefab │ │ └── TestGameObjectPrefab.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── main.unity │ │ └── main.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Common.meta │ │ ├── Common │ │ │ ├── LuaBehaviour.cs │ │ │ ├── LuaBehaviour.cs.meta │ │ │ ├── LuaLoader.cs │ │ │ └── LuaLoader.cs.meta │ │ ├── ConstDefine.meta │ │ ├── ConstDefine │ │ │ ├── AppConst.cs │ │ │ ├── AppConst.cs.meta │ │ │ ├── ManagerName.cs │ │ │ ├── ManagerName.cs.meta │ │ │ ├── NotiConst.cs │ │ │ └── NotiConst.cs.meta │ │ ├── Controller.meta │ │ ├── Controller │ │ │ ├── Command.meta │ │ │ └── Command │ │ │ │ ├── SocketCommand.cs │ │ │ │ ├── SocketCommand.cs.meta │ │ │ │ ├── StartUpCommand.cs │ │ │ │ └── StartUpCommand.cs.meta │ │ ├── Framework.meta │ │ ├── Framework │ │ │ ├── AppFacade.cs │ │ │ ├── AppFacade.cs.meta │ │ │ ├── Core.meta │ │ │ ├── Core │ │ │ │ ├── Base.cs │ │ │ │ ├── Base.cs.meta │ │ │ │ ├── Controller.cs │ │ │ │ ├── Controller.cs.meta │ │ │ │ ├── Facade.cs │ │ │ │ ├── Facade.cs.meta │ │ │ │ ├── Manager.cs │ │ │ │ ├── Manager.cs.meta │ │ │ │ ├── Message.cs │ │ │ │ ├── Message.cs.meta │ │ │ │ ├── View.cs │ │ │ │ └── View.cs.meta │ │ │ ├── Interfaces.meta │ │ │ └── Interfaces │ │ │ │ ├── ICommand.cs │ │ │ │ ├── ICommand.cs.meta │ │ │ │ ├── IController.cs │ │ │ │ ├── IController.cs.meta │ │ │ │ ├── IManager.cs │ │ │ │ ├── IManager.cs.meta │ │ │ │ ├── IMessage.cs │ │ │ │ ├── IMessage.cs.meta │ │ │ │ ├── IView.cs │ │ │ │ └── IView.cs.meta │ │ ├── Main.cs │ │ ├── Main.cs.meta │ │ ├── Manager.meta │ │ ├── Manager │ │ │ ├── GameManager.cs │ │ │ ├── GameManager.cs.meta │ │ │ ├── Interface.meta │ │ │ ├── Interface │ │ │ │ ├── ITimerBehaviour.cs │ │ │ │ └── ITimerBehaviour.cs.meta │ │ │ ├── LuaManager.cs │ │ │ ├── LuaManager.cs.meta │ │ │ ├── NetworkManager.cs │ │ │ ├── NetworkManager.cs.meta │ │ │ ├── ObjectPoolManager.cs │ │ │ ├── ObjectPoolManager.cs.meta │ │ │ ├── PanelManager.cs │ │ │ ├── PanelManager.cs.meta │ │ │ ├── ResourceManager.cs │ │ │ ├── ResourceManager.cs.meta │ │ │ ├── SoundManager.cs │ │ │ ├── SoundManager.cs.meta │ │ │ ├── ThreadManager.cs │ │ │ ├── ThreadManager.cs.meta │ │ │ ├── TimerManager.cs │ │ │ └── TimerManager.cs.meta │ │ ├── Network.meta │ │ ├── Network │ │ │ ├── ByteBuffer.cs │ │ │ ├── ByteBuffer.cs.meta │ │ │ ├── Converter.cs │ │ │ ├── Converter.cs.meta │ │ │ ├── Protocal.cs │ │ │ ├── Protocal.cs.meta │ │ │ ├── SocketClient.cs │ │ │ └── SocketClient.cs.meta │ │ ├── ObjectPool.meta │ │ ├── ObjectPool │ │ │ ├── GameObjectPool.cs │ │ │ ├── GameObjectPool.cs.meta │ │ │ ├── ObjectPool.cs │ │ │ ├── ObjectPool.cs.meta │ │ │ ├── TestObjectClass.cs │ │ │ └── TestObjectClass.cs.meta │ │ ├── Utility.meta │ │ ├── Utility │ │ │ ├── LuaHelper.cs │ │ │ ├── LuaHelper.cs.meta │ │ │ ├── Util.cs │ │ │ └── Util.cs.meta │ │ ├── View.meta │ │ └── View │ │ │ ├── AppView.cs │ │ │ └── AppView.cs.meta │ ├── ToLua.meta │ └── ToLua │ │ ├── BaseType.meta │ │ ├── BaseType │ │ ├── LuaInterface_EventObjectWrap.cs │ │ ├── LuaInterface_EventObjectWrap.cs.meta │ │ ├── LuaInterface_LuaConstructorWrap.cs │ │ ├── LuaInterface_LuaConstructorWrap.cs.meta │ │ ├── LuaInterface_LuaFieldWrap.cs │ │ ├── LuaInterface_LuaFieldWrap.cs.meta │ │ ├── LuaInterface_LuaMethodWrap.cs │ │ ├── LuaInterface_LuaMethodWrap.cs.meta │ │ ├── LuaInterface_LuaOutWrap.cs │ │ ├── LuaInterface_LuaOutWrap.cs.meta │ │ ├── LuaInterface_LuaPropertyWrap.cs │ │ ├── LuaInterface_LuaPropertyWrap.cs.meta │ │ ├── System_ArrayWrap.cs │ │ ├── System_ArrayWrap.cs.meta │ │ ├── System_Collections_Generic_DictionaryWrap.cs │ │ ├── System_Collections_Generic_DictionaryWrap.cs.meta │ │ ├── System_Collections_Generic_Dictionary_KeyCollectionWrap.cs │ │ ├── System_Collections_Generic_Dictionary_KeyCollectionWrap.cs.meta │ │ ├── System_Collections_Generic_Dictionary_ValueCollectionWrap.cs │ │ ├── System_Collections_Generic_Dictionary_ValueCollectionWrap.cs.meta │ │ ├── System_Collections_Generic_KeyValuePairWrap.cs │ │ ├── System_Collections_Generic_KeyValuePairWrap.cs.meta │ │ ├── System_Collections_Generic_ListWrap.cs │ │ ├── System_Collections_Generic_ListWrap.cs.meta │ │ ├── System_Collections_IEnumeratorWrap.cs │ │ ├── System_Collections_IEnumeratorWrap.cs.meta │ │ ├── System_Collections_ObjectModel_ReadOnlyCollectionWrap.cs │ │ ├── System_Collections_ObjectModel_ReadOnlyCollectionWrap.cs.meta │ │ ├── System_DelegateWrap.cs │ │ ├── System_DelegateWrap.cs.meta │ │ ├── System_EnumWrap.cs │ │ ├── System_EnumWrap.cs.meta │ │ ├── System_NullObjectWrap.cs │ │ ├── System_NullObjectWrap.cs.meta │ │ ├── System_ObjectWrap.cs │ │ ├── System_ObjectWrap.cs.meta │ │ ├── System_StringWrap.cs │ │ ├── System_StringWrap.cs.meta │ │ ├── System_TypeWrap.cs │ │ ├── System_TypeWrap.cs.meta │ │ ├── UnityEngine_CoroutineWrap.cs │ │ ├── UnityEngine_CoroutineWrap.cs.meta │ │ ├── UnityEngine_MeshRendererWrap.cs │ │ ├── UnityEngine_MeshRendererWrap.cs.meta │ │ ├── UnityEngine_ObjectWrap.cs │ │ ├── UnityEngine_ObjectWrap.cs.meta │ │ ├── UnityEngine_ParticleSystemWrap.cs │ │ └── UnityEngine_ParticleSystemWrap.cs.meta │ │ ├── Core.meta │ │ ├── Core │ │ ├── LuaAttributes.cs │ │ ├── LuaAttributes.cs.meta │ │ ├── LuaBaseRef.cs │ │ ├── LuaBaseRef.cs.meta │ │ ├── LuaBeatEvent.cs │ │ ├── LuaBeatEvent.cs.meta │ │ ├── LuaDLL.cs │ │ ├── LuaDLL.cs.meta │ │ ├── LuaEvent.cs │ │ ├── LuaEvent.cs.meta │ │ ├── LuaException.cs │ │ ├── LuaException.cs.meta │ │ ├── LuaFileUtils.cs │ │ ├── LuaFileUtils.cs.meta │ │ ├── LuaFunction.cs │ │ ├── LuaFunction.cs.meta │ │ ├── LuaMatchType.cs │ │ ├── LuaMatchType.cs.meta │ │ ├── LuaMethodCache.cs │ │ ├── LuaMethodCache.cs.meta │ │ ├── LuaMisc.cs │ │ ├── LuaMisc.cs.meta │ │ ├── LuaStackOp.cs │ │ ├── LuaStackOp.cs.meta │ │ ├── LuaState.cs │ │ ├── LuaState.cs.meta │ │ ├── LuaStatePtr.cs │ │ ├── LuaStatePtr.cs.meta │ │ ├── LuaStatic.cs │ │ ├── LuaStatic.cs.meta │ │ ├── LuaTable.cs │ │ ├── LuaTable.cs.meta │ │ ├── LuaThread.cs │ │ ├── LuaThread.cs.meta │ │ ├── LuaUnityLibs.cs │ │ ├── LuaUnityLibs.cs.meta │ │ ├── LuaValueType.cs │ │ ├── LuaValueType.cs.meta │ │ ├── ObjectPool.cs │ │ ├── ObjectPool.cs.meta │ │ ├── ObjectTranslator.cs │ │ ├── ObjectTranslator.cs.meta │ │ ├── ToLua.cs │ │ ├── ToLua.cs.meta │ │ ├── TypeChecker.cs │ │ ├── TypeChecker.cs.meta │ │ ├── TypeTraits.cs │ │ └── TypeTraits.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── Extend.meta │ │ ├── Extend │ │ │ ├── ToLua_LuaInterface_EventObject.cs │ │ │ ├── ToLua_LuaInterface_EventObject.cs.meta │ │ │ ├── ToLua_LuaInterface_LuaConstructor.cs │ │ │ ├── ToLua_LuaInterface_LuaConstructor.cs.meta │ │ │ ├── ToLua_LuaInterface_LuaField.cs │ │ │ ├── ToLua_LuaInterface_LuaField.cs.meta │ │ │ ├── ToLua_LuaInterface_LuaMethod.cs │ │ │ ├── ToLua_LuaInterface_LuaMethod.cs.meta │ │ │ ├── ToLua_LuaInterface_LuaProperty.cs │ │ │ ├── ToLua_LuaInterface_LuaProperty.cs.meta │ │ │ ├── ToLua_System_Delegate.cs │ │ │ ├── ToLua_System_Delegate.cs.meta │ │ │ ├── ToLua_System_Enum.cs │ │ │ ├── ToLua_System_Enum.cs.meta │ │ │ ├── ToLua_System_Object.cs │ │ │ ├── ToLua_System_Object.cs.meta │ │ │ ├── ToLua_System_String.cs │ │ │ ├── ToLua_System_String.cs.meta │ │ │ ├── ToLua_System_Type.cs │ │ │ ├── ToLua_System_Type.cs.meta │ │ │ ├── ToLua_UnityEngine_GameObject.cs │ │ │ ├── ToLua_UnityEngine_GameObject.cs.meta │ │ │ ├── ToLua_UnityEngine_Input.cs │ │ │ ├── ToLua_UnityEngine_Input.cs.meta │ │ │ ├── ToLua_UnityEngine_Object.cs │ │ │ ├── ToLua_UnityEngine_Object.cs.meta │ │ │ ├── ToLua_UnityEngine_RectTransform.cs │ │ │ └── ToLua_UnityEngine_RectTransform.cs.meta │ │ ├── ToLuaExport.cs │ │ ├── ToLuaExport.cs.meta │ │ ├── ToLuaMenu.cs │ │ ├── ToLuaMenu.cs.meta │ │ ├── ToLuaTree.cs │ │ └── ToLuaTree.cs.meta │ │ ├── Examples.meta │ │ ├── Examples │ │ ├── 01_HelloWorld.meta │ │ ├── 01_HelloWorld │ │ │ ├── HelloWorld.cs │ │ │ ├── HelloWorld.cs.meta │ │ │ ├── HelloWorld.unity │ │ │ └── HelloWorld.unity.meta │ │ ├── 02_ScriptsFromFile.meta │ │ ├── 02_ScriptsFromFile │ │ │ ├── ScriptsFromFile.cs │ │ │ ├── ScriptsFromFile.cs.meta │ │ │ ├── ScriptsFromFile.lua │ │ │ ├── ScriptsFromFile.lua.meta │ │ │ ├── ScriptsFromFile.unity │ │ │ └── ScriptsFromFile.unity.meta │ │ ├── 03_CallLuaFunction.meta │ │ ├── 03_CallLuaFunction │ │ │ ├── CallLuaFunction.cs │ │ │ ├── CallLuaFunction.cs.meta │ │ │ ├── CallLuaFunction.unity │ │ │ └── CallLuaFunction.unity.meta │ │ ├── 04_AccessingLuaVariables.meta │ │ ├── 04_AccessingLuaVariables │ │ │ ├── AccessingLuaVariables.cs │ │ │ ├── AccessingLuaVariables.cs.meta │ │ │ ├── AccessingLuaVariables.unity │ │ │ └── AccessingLuaVariables.unity.meta │ │ ├── 05_LuaCoroutine.meta │ │ ├── 05_LuaCoroutine │ │ │ ├── LuaCoroutine.unity │ │ │ ├── LuaCoroutine.unity.meta │ │ │ ├── TestCoroutine.cs │ │ │ └── TestCoroutine.cs.meta │ │ ├── 06_LuaCoroutine2.meta │ │ ├── 06_LuaCoroutine2 │ │ │ ├── Coroutine.unity │ │ │ ├── Coroutine.unity.meta │ │ │ ├── TestCoroutine2.cs │ │ │ └── TestCoroutine2.cs.meta │ │ ├── 07_LuaThread.meta │ │ ├── 07_LuaThread │ │ │ ├── TestLuaThread.cs │ │ │ ├── TestLuaThread.cs.meta │ │ │ ├── TestThread.unity │ │ │ └── TestThread.unity.meta │ │ ├── 08_AccessingArray.meta │ │ ├── 08_AccessingArray │ │ │ ├── AccessingArray.cs │ │ │ ├── AccessingArray.cs.meta │ │ │ ├── AccessingArray.unity │ │ │ └── AccessingArray.unity.meta │ │ ├── 09_Dictionary.meta │ │ ├── 09_Dictionary │ │ │ ├── System_Collections_Generic_Dictionary_int_TestAccountWrap.cs │ │ │ ├── System_Collections_Generic_Dictionary_int_TestAccountWrap.cs.meta │ │ │ ├── System_Collections_Generic_Dictionary_int_TestAccount_KeyCollectionWrap.cs │ │ │ ├── System_Collections_Generic_Dictionary_int_TestAccount_KeyCollectionWrap.cs.meta │ │ │ ├── System_Collections_Generic_Dictionary_int_TestAccount_ValueCollectionWrap.cs │ │ │ ├── System_Collections_Generic_Dictionary_int_TestAccount_ValueCollectionWrap.cs.meta │ │ │ ├── System_Collections_Generic_KeyValuePair_int_TestAccountWrap.cs │ │ │ ├── System_Collections_Generic_KeyValuePair_int_TestAccountWrap.cs.meta │ │ │ ├── TestAccountWrap.cs │ │ │ ├── TestAccountWrap.cs.meta │ │ │ ├── UseDictionary.cs │ │ │ ├── UseDictionary.cs.meta │ │ │ ├── UseDictionary.unity │ │ │ └── UseDictionary.unity.meta │ │ ├── 10_Enum.meta │ │ ├── 10_Enum │ │ │ ├── AccessingEnum.cs │ │ │ ├── AccessingEnum.cs.meta │ │ │ ├── AccessingEnum.unity │ │ │ └── AccessingEnum.unity.meta │ │ ├── 11_Delegate.meta │ │ ├── 11_Delegate │ │ │ ├── TestDelegate.cs │ │ │ ├── TestDelegate.cs.meta │ │ │ ├── TestEventListener.cs │ │ │ ├── TestEventListener.cs.meta │ │ │ ├── TestEventListenerWrap.cs │ │ │ ├── TestEventListenerWrap.cs.meta │ │ │ ├── UseDelegate.unity │ │ │ └── UseDelegate.unity.meta │ │ ├── 12_GameObject.meta │ │ ├── 12_GameObject │ │ │ ├── TestGameObject.cs │ │ │ ├── TestGameObject.cs.meta │ │ │ ├── TestGameObject.unity │ │ │ └── TestGameObject.unity.meta │ │ ├── 13_CustomLoader.meta │ │ ├── 13_CustomLoader │ │ │ ├── CustomLoader.unity │ │ │ ├── CustomLoader.unity.meta │ │ │ ├── TestCustomLoader.cs │ │ │ └── TestCustomLoader.cs.meta │ │ ├── 14_Out.meta │ │ ├── 14_Out │ │ │ ├── TestOut.unity │ │ │ ├── TestOut.unity.meta │ │ │ ├── TestOutArg.cs │ │ │ └── TestOutArg.cs.meta │ │ ├── 15_ProtoBuffer.meta │ │ ├── 15_ProtoBuffer │ │ │ ├── ProtoBuffer.unity │ │ │ ├── ProtoBuffer.unity.meta │ │ │ ├── TestProtoBuffer.cs │ │ │ ├── TestProtoBuffer.cs.meta │ │ │ ├── TestProtol.cs │ │ │ ├── TestProtol.cs.meta │ │ │ ├── TestProtolWrap.cs │ │ │ ├── TestProtolWrap.cs.meta │ │ │ ├── common.proto │ │ │ ├── common.proto.meta │ │ │ ├── person.proto │ │ │ └── person.proto.meta │ │ ├── 16_Int64.meta │ │ ├── 16_Int64 │ │ │ ├── TestInt64.cs │ │ │ ├── TestInt64.cs.meta │ │ │ ├── TestInt64.unity │ │ │ └── TestInt64.unity.meta │ │ ├── 17_Inherit.meta │ │ ├── 17_Inherit │ │ │ ├── Inherit.unity │ │ │ ├── Inherit.unity.meta │ │ │ ├── TestInherit.cs │ │ │ └── TestInherit.cs.meta │ │ ├── 18_Bundle.meta │ │ ├── 18_Bundle │ │ │ ├── TesetAssetBundle.unity │ │ │ ├── TesetAssetBundle.unity.meta │ │ │ ├── TestABLoader.cs │ │ │ └── TestABLoader.cs.meta │ │ ├── 19_cjson.meta │ │ ├── 19_cjson │ │ │ ├── TestCJson.cs │ │ │ ├── TestCJson.cs.meta │ │ │ ├── testcjson.unity │ │ │ └── testcjson.unity.meta │ │ ├── 20_utf8.meta │ │ ├── 20_utf8 │ │ │ ├── TestUTF8.cs │ │ │ ├── TestUTF8.cs.meta │ │ │ ├── utf8.unity │ │ │ └── utf8.unity.meta │ │ ├── 21_String.meta │ │ ├── 21_String │ │ │ ├── TestString.cs │ │ │ ├── TestString.cs.meta │ │ │ ├── TestString.unity │ │ │ └── TestString.unity.meta │ │ ├── 22_Reflection.meta │ │ ├── 22_Reflection │ │ │ ├── TestReflection.cs │ │ │ ├── TestReflection.cs.meta │ │ │ ├── TestReflection.unity │ │ │ └── TestReflection.unity.meta │ │ ├── 23_List.meta │ │ ├── 23_List │ │ │ ├── UseList.cs │ │ │ ├── UseList.cs.meta │ │ │ ├── UseList.unity │ │ │ └── UseList.unity.meta │ │ ├── 24_Struct.meta │ │ ├── 24_Struct │ │ │ ├── PassStruct.cs │ │ │ ├── PassStruct.cs.meta │ │ │ ├── Struct.unity │ │ │ └── Struct.unity.meta │ │ ├── Performance.meta │ │ ├── Performance │ │ │ ├── Performance.unity │ │ │ ├── Performance.unity.meta │ │ │ ├── TestPerformance.cs │ │ │ └── TestPerformance.cs.meta │ │ ├── README.md │ │ ├── README.md.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── Lua.meta │ │ │ ├── Lua │ │ │ │ ├── Protol.meta │ │ │ │ ├── Protol │ │ │ │ │ ├── common_pb.lua.bytes │ │ │ │ │ ├── common_pb.lua.bytes.meta │ │ │ │ │ ├── person_pb.lua.bytes │ │ │ │ │ └── person_pb.lua.bytes.meta │ │ │ │ ├── TestErrorStack.lua.bytes │ │ │ │ ├── TestErrorStack.lua.bytes.meta │ │ │ │ ├── TestLoader.lua.bytes │ │ │ │ ├── TestLoader.lua.bytes.meta │ │ │ │ ├── TestLuaCoroutine.lua.bytes │ │ │ │ ├── TestLuaCoroutine.lua.bytes.meta │ │ │ │ ├── TestPerf.lua.bytes │ │ │ │ ├── TestPerf.lua.bytes.meta │ │ │ │ ├── ToLuaInjectionTestInjector.lua.bytes │ │ │ │ └── ToLuaInjectionTestInjector.lua.bytes.meta │ │ │ ├── jsonexample.json │ │ │ └── jsonexample.json.meta │ │ ├── TestErrorStack.meta │ │ ├── TestErrorStack │ │ │ ├── TestInstantiate.cs │ │ │ ├── TestInstantiate.cs.meta │ │ │ ├── TestInstantiate.prefab │ │ │ ├── TestInstantiate.prefab.meta │ │ │ ├── TestInstantiate2.cs │ │ │ ├── TestInstantiate2.cs.meta │ │ │ ├── TestInstantiate2.prefab │ │ │ ├── TestInstantiate2.prefab.meta │ │ │ ├── TestLuaStack.cs │ │ │ ├── TestLuaStack.cs.meta │ │ │ ├── TestLuaStack.unity │ │ │ └── TestLuaStack.unity.meta │ │ ├── TestInjection.meta │ │ ├── TestInjection │ │ │ ├── BaseTestWrap.cs │ │ │ ├── BaseTestWrap.cs.meta │ │ │ ├── TestInjection.cs │ │ │ ├── TestInjection.cs.meta │ │ │ ├── TestInjection.unity │ │ │ ├── TestInjection.unity.meta │ │ │ ├── ToLuaInjectionTest.cs │ │ │ ├── ToLuaInjectionTest.cs.meta │ │ │ ├── ToLuaInjectionTestWrap.cs │ │ │ └── ToLuaInjectionTestWrap.cs.meta │ │ ├── TestOverload.meta │ │ └── TestOverload │ │ │ ├── TestExportWrap.cs │ │ │ ├── TestExportWrap.cs.meta │ │ │ ├── TestExport_SpaceWrap.cs │ │ │ ├── TestExport_SpaceWrap.cs.meta │ │ │ ├── TestOverload.cs │ │ │ ├── TestOverload.cs.meta │ │ │ ├── TestOverload.unity │ │ │ └── TestOverload.unity.meta │ │ ├── Injection.meta │ │ ├── Injection │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── ToLuaInjection.cs │ │ │ ├── ToLuaInjection.cs.meta │ │ │ ├── ToLuaInjectionHelper.cs │ │ │ ├── ToLuaInjectionHelper.cs.meta │ │ │ ├── ToLuaText.cs │ │ │ ├── ToLuaText.cs.meta │ │ │ ├── ToluaInjectionBlackListPanel.cs │ │ │ └── ToluaInjectionBlackListPanel.cs.meta │ │ ├── InjectionBlackList.txt │ │ ├── InjectionBlackList.txt.meta │ │ ├── InjectionBridgeEditorInfo.xml │ │ ├── InjectionBridgeEditorInfo.xml.meta │ │ ├── LuaInjectionSkipPaths.txt │ │ ├── LuaInjectionSkipPaths.txt.meta │ │ ├── LuaInjectionStation.cs │ │ └── LuaInjectionStation.cs.meta │ │ ├── Lua.meta │ │ ├── Lua │ │ ├── Build.bat │ │ ├── Build.bat.meta │ │ ├── System.meta │ │ ├── System │ │ │ ├── Injection.meta │ │ │ ├── Injection │ │ │ │ ├── InjectionBridgeInfo.lua │ │ │ │ ├── InjectionBridgeInfo.lua.meta │ │ │ │ ├── LuaInjectionBus.lua │ │ │ │ ├── LuaInjectionBus.lua.meta │ │ │ │ ├── LuaInjectionStation.lua │ │ │ │ └── LuaInjectionStation.lua.meta │ │ │ ├── Reflection.meta │ │ │ ├── Reflection │ │ │ │ ├── BindingFlags.lua │ │ │ │ └── BindingFlags.lua.meta │ │ │ ├── Timer.lua │ │ │ ├── Timer.lua.meta │ │ │ ├── ValueType.lua │ │ │ ├── ValueType.lua.meta │ │ │ ├── coroutine.lua │ │ │ └── coroutine.lua.meta │ │ ├── UnityEngine.meta │ │ ├── UnityEngine │ │ │ ├── Bounds.lua │ │ │ ├── Bounds.lua.meta │ │ │ ├── Color.lua │ │ │ ├── Color.lua.meta │ │ │ ├── LayerMask.lua │ │ │ ├── LayerMask.lua.meta │ │ │ ├── Mathf.lua │ │ │ ├── Mathf.lua.meta │ │ │ ├── Plane.lua │ │ │ ├── Plane.lua.meta │ │ │ ├── Profiler.lua │ │ │ ├── Profiler.lua.meta │ │ │ ├── Quaternion.lua │ │ │ ├── Quaternion.lua.meta │ │ │ ├── Ray.lua │ │ │ ├── Ray.lua.meta │ │ │ ├── RaycastHit.lua │ │ │ ├── RaycastHit.lua.meta │ │ │ ├── Time.lua │ │ │ ├── Time.lua.meta │ │ │ ├── Touch.lua │ │ │ ├── Touch.lua.meta │ │ │ ├── Vector2.lua │ │ │ ├── Vector2.lua.meta │ │ │ ├── Vector3.lua │ │ │ ├── Vector3.lua.meta │ │ │ ├── Vector4.lua │ │ │ └── Vector4.lua.meta │ │ ├── cjson.meta │ │ ├── cjson │ │ │ ├── util.lua │ │ │ └── util.lua.meta │ │ ├── event.lua │ │ ├── event.lua.meta │ │ ├── jit.meta │ │ ├── jit │ │ │ ├── bc.lua │ │ │ ├── bc.lua.meta │ │ │ ├── bcsave.lua │ │ │ ├── bcsave.lua.meta │ │ │ ├── dis_arm.lua │ │ │ ├── dis_arm.lua.meta │ │ │ ├── dis_arm64.lua │ │ │ ├── dis_arm64.lua.meta │ │ │ ├── dis_arm64be.lua │ │ │ ├── dis_arm64be.lua.meta │ │ │ ├── dis_mips.lua │ │ │ ├── dis_mips.lua.meta │ │ │ ├── dis_mips64.lua │ │ │ ├── dis_mips64.lua.meta │ │ │ ├── dis_mips64el.lua │ │ │ ├── dis_mips64el.lua.meta │ │ │ ├── dis_mipsel.lua │ │ │ ├── dis_mipsel.lua.meta │ │ │ ├── dis_ppc.lua │ │ │ ├── dis_ppc.lua.meta │ │ │ ├── dis_x64.lua │ │ │ ├── dis_x64.lua.meta │ │ │ ├── dis_x86.lua │ │ │ ├── dis_x86.lua.meta │ │ │ ├── dump.lua │ │ │ ├── dump.lua.meta │ │ │ ├── p.lua │ │ │ ├── p.lua.meta │ │ │ ├── v.lua │ │ │ ├── v.lua.meta │ │ │ ├── vmdef.lua │ │ │ ├── vmdef.lua.meta │ │ │ ├── zone.lua │ │ │ └── zone.lua.meta │ │ ├── list.lua │ │ ├── list.lua.meta │ │ ├── lpeg.meta │ │ ├── lpeg │ │ │ ├── re.lua │ │ │ └── re.lua.meta │ │ ├── ltn12.lua │ │ ├── ltn12.lua.meta │ │ ├── mime.lua │ │ ├── mime.lua.meta │ │ ├── misc.meta │ │ ├── misc │ │ │ ├── functions.lua │ │ │ ├── functions.lua.meta │ │ │ ├── misc.lua │ │ │ ├── misc.lua.meta │ │ │ ├── strict.lua │ │ │ ├── strict.lua.meta │ │ │ ├── utf8.lua │ │ │ └── utf8.lua.meta │ │ ├── protobuf.meta │ │ ├── protobuf │ │ │ ├── containers.lua │ │ │ ├── containers.lua.meta │ │ │ ├── decoder.lua │ │ │ ├── decoder.lua.meta │ │ │ ├── descriptor.lua │ │ │ ├── descriptor.lua.meta │ │ │ ├── encoder.lua │ │ │ ├── encoder.lua.meta │ │ │ ├── listener.lua │ │ │ ├── listener.lua.meta │ │ │ ├── protobuf.lua │ │ │ ├── protobuf.lua.meta │ │ │ ├── text_format.lua │ │ │ ├── text_format.lua.meta │ │ │ ├── type_checkers.lua │ │ │ ├── type_checkers.lua.meta │ │ │ ├── wire_format.lua │ │ │ └── wire_format.lua.meta │ │ ├── slot.lua │ │ ├── slot.lua.meta │ │ ├── socket.lua │ │ ├── socket.lua.meta │ │ ├── socket.meta │ │ ├── socket │ │ │ ├── ftp.lua │ │ │ ├── ftp.lua.meta │ │ │ ├── headers.lua │ │ │ ├── headers.lua.meta │ │ │ ├── http.lua │ │ │ ├── http.lua.meta │ │ │ ├── mbox.lua │ │ │ ├── mbox.lua.meta │ │ │ ├── smtp.lua │ │ │ ├── smtp.lua.meta │ │ │ ├── tp.lua │ │ │ ├── tp.lua.meta │ │ │ ├── url.lua │ │ │ └── url.lua.meta │ │ ├── tolua.lua │ │ ├── tolua.lua.meta │ │ ├── typeof.lua │ │ └── typeof.lua.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ ├── LuaClient.cs │ │ ├── LuaClient.cs.meta │ │ ├── LuaCoroutine.cs │ │ ├── LuaCoroutine.cs.meta │ │ ├── LuaLooper.cs │ │ ├── LuaLooper.cs.meta │ │ ├── LuaProfiler.cs │ │ ├── LuaProfiler.cs.meta │ │ ├── LuaResLoader.cs │ │ └── LuaResLoader.cs.meta │ │ ├── Reflection.meta │ │ ├── Reflection │ │ ├── LuaConstructor.cs │ │ ├── LuaConstructor.cs.meta │ │ ├── LuaField.cs │ │ ├── LuaField.cs.meta │ │ ├── LuaMethod.cs │ │ ├── LuaMethod.cs.meta │ │ ├── LuaProperty.cs │ │ ├── LuaProperty.cs.meta │ │ ├── LuaReflection.cs │ │ └── LuaReflection.cs.meta │ │ ├── Source.meta │ │ ├── Source │ │ ├── Generate.meta │ │ ├── Generate │ │ │ ├── BaseWrap.cs │ │ │ ├── BaseWrap.cs.meta │ │ │ ├── DelegateFactory.cs │ │ │ ├── DelegateFactory.cs.meta │ │ │ ├── LuaBinder.cs │ │ │ ├── LuaBinder.cs.meta │ │ │ ├── LuaFramework_AppConstWrap.cs │ │ │ ├── LuaFramework_AppConstWrap.cs.meta │ │ │ ├── LuaFramework_ByteBufferWrap.cs │ │ │ ├── LuaFramework_ByteBufferWrap.cs.meta │ │ │ ├── LuaFramework_GameManagerWrap.cs │ │ │ ├── LuaFramework_GameManagerWrap.cs.meta │ │ │ ├── LuaFramework_LuaBehaviourWrap.cs │ │ │ ├── LuaFramework_LuaBehaviourWrap.cs.meta │ │ │ ├── LuaFramework_LuaHelperWrap.cs │ │ │ ├── LuaFramework_LuaHelperWrap.cs.meta │ │ │ ├── LuaFramework_LuaManagerWrap.cs │ │ │ ├── LuaFramework_LuaManagerWrap.cs.meta │ │ │ ├── LuaFramework_NetworkManagerWrap.cs │ │ │ ├── LuaFramework_NetworkManagerWrap.cs.meta │ │ │ ├── LuaFramework_PanelManagerWrap.cs │ │ │ ├── LuaFramework_PanelManagerWrap.cs.meta │ │ │ ├── LuaFramework_ResourceManagerWrap.cs │ │ │ ├── LuaFramework_ResourceManagerWrap.cs.meta │ │ │ ├── LuaFramework_SoundManagerWrap.cs │ │ │ ├── LuaFramework_SoundManagerWrap.cs.meta │ │ │ ├── LuaFramework_ThreadManagerWrap.cs │ │ │ ├── LuaFramework_ThreadManagerWrap.cs.meta │ │ │ ├── LuaFramework_TimerManagerWrap.cs │ │ │ ├── LuaFramework_TimerManagerWrap.cs.meta │ │ │ ├── LuaFramework_UtilWrap.cs │ │ │ ├── LuaFramework_UtilWrap.cs.meta │ │ │ ├── LuaInterface_DebuggerWrap.cs │ │ │ ├── LuaInterface_DebuggerWrap.cs.meta │ │ │ ├── LuaInterface_InjectTypeWrap.cs │ │ │ ├── LuaInterface_InjectTypeWrap.cs.meta │ │ │ ├── LuaInterface_LuaInjectionStationWrap.cs │ │ │ ├── LuaInterface_LuaInjectionStationWrap.cs.meta │ │ │ ├── LuaProfilerWrap.cs │ │ │ ├── LuaProfilerWrap.cs.meta │ │ │ ├── ManagerWrap.cs │ │ │ ├── ManagerWrap.cs.meta │ │ │ ├── UnityEngine_AnimationBlendModeWrap.cs │ │ │ ├── UnityEngine_AnimationBlendModeWrap.cs.meta │ │ │ ├── UnityEngine_AnimationClipWrap.cs │ │ │ ├── UnityEngine_AnimationClipWrap.cs.meta │ │ │ ├── UnityEngine_AnimationStateWrap.cs │ │ │ ├── UnityEngine_AnimationStateWrap.cs.meta │ │ │ ├── UnityEngine_AnimationWrap.cs │ │ │ ├── UnityEngine_AnimationWrap.cs.meta │ │ │ ├── UnityEngine_AnimatorWrap.cs │ │ │ ├── UnityEngine_AnimatorWrap.cs.meta │ │ │ ├── UnityEngine_ApplicationWrap.cs │ │ │ ├── UnityEngine_ApplicationWrap.cs.meta │ │ │ ├── UnityEngine_AssetBundleWrap.cs │ │ │ ├── UnityEngine_AssetBundleWrap.cs.meta │ │ │ ├── UnityEngine_AsyncOperationWrap.cs │ │ │ ├── UnityEngine_AsyncOperationWrap.cs.meta │ │ │ ├── UnityEngine_AudioBehaviourWrap.cs │ │ │ ├── UnityEngine_AudioBehaviourWrap.cs.meta │ │ │ ├── UnityEngine_AudioClipWrap.cs │ │ │ ├── UnityEngine_AudioClipWrap.cs.meta │ │ │ ├── UnityEngine_AudioSourceWrap.cs │ │ │ ├── UnityEngine_AudioSourceWrap.cs.meta │ │ │ ├── UnityEngine_BehaviourWrap.cs │ │ │ ├── UnityEngine_BehaviourWrap.cs.meta │ │ │ ├── UnityEngine_BoxColliderWrap.cs │ │ │ ├── UnityEngine_BoxColliderWrap.cs.meta │ │ │ ├── UnityEngine_CameraClearFlagsWrap.cs │ │ │ ├── UnityEngine_CameraClearFlagsWrap.cs.meta │ │ │ ├── UnityEngine_CameraWrap.cs │ │ │ ├── UnityEngine_CameraWrap.cs.meta │ │ │ ├── UnityEngine_CapsuleColliderWrap.cs │ │ │ ├── UnityEngine_CapsuleColliderWrap.cs.meta │ │ │ ├── UnityEngine_CharacterControllerWrap.cs │ │ │ ├── UnityEngine_CharacterControllerWrap.cs.meta │ │ │ ├── UnityEngine_ColliderWrap.cs │ │ │ ├── UnityEngine_ColliderWrap.cs.meta │ │ │ ├── UnityEngine_ComponentWrap.cs │ │ │ ├── UnityEngine_ComponentWrap.cs.meta │ │ │ ├── UnityEngine_EventSystems_UIBehaviourWrap.cs │ │ │ ├── UnityEngine_EventSystems_UIBehaviourWrap.cs.meta │ │ │ ├── UnityEngine_GameObjectWrap.cs │ │ │ ├── UnityEngine_GameObjectWrap.cs.meta │ │ │ ├── UnityEngine_InputWrap.cs │ │ │ ├── UnityEngine_InputWrap.cs.meta │ │ │ ├── UnityEngine_KeyCodeWrap.cs │ │ │ ├── UnityEngine_KeyCodeWrap.cs.meta │ │ │ ├── UnityEngine_LightTypeWrap.cs │ │ │ ├── UnityEngine_LightTypeWrap.cs.meta │ │ │ ├── UnityEngine_MaterialWrap.cs │ │ │ ├── UnityEngine_MaterialWrap.cs.meta │ │ │ ├── UnityEngine_MeshColliderWrap.cs │ │ │ ├── UnityEngine_MeshColliderWrap.cs.meta │ │ │ ├── UnityEngine_MonoBehaviourWrap.cs │ │ │ ├── UnityEngine_MonoBehaviourWrap.cs.meta │ │ │ ├── UnityEngine_PhysicsWrap.cs │ │ │ ├── UnityEngine_PhysicsWrap.cs.meta │ │ │ ├── UnityEngine_PlayModeWrap.cs │ │ │ ├── UnityEngine_PlayModeWrap.cs.meta │ │ │ ├── UnityEngine_QueueModeWrap.cs │ │ │ ├── UnityEngine_QueueModeWrap.cs.meta │ │ │ ├── UnityEngine_RectTransformWrap.cs │ │ │ ├── UnityEngine_RectTransformWrap.cs.meta │ │ │ ├── UnityEngine_RenderSettingsWrap.cs │ │ │ ├── UnityEngine_RenderSettingsWrap.cs.meta │ │ │ ├── UnityEngine_RenderTextureWrap.cs │ │ │ ├── UnityEngine_RenderTextureWrap.cs.meta │ │ │ ├── UnityEngine_RendererWrap.cs │ │ │ ├── UnityEngine_RendererWrap.cs.meta │ │ │ ├── UnityEngine_ResourcesWrap.cs │ │ │ ├── UnityEngine_ResourcesWrap.cs.meta │ │ │ ├── UnityEngine_RigidbodyWrap.cs │ │ │ ├── UnityEngine_RigidbodyWrap.cs.meta │ │ │ ├── UnityEngine_ScreenWrap.cs │ │ │ ├── UnityEngine_ScreenWrap.cs.meta │ │ │ ├── UnityEngine_ShaderWrap.cs │ │ │ ├── UnityEngine_ShaderWrap.cs.meta │ │ │ ├── UnityEngine_SkinWeightsWrap.cs │ │ │ ├── UnityEngine_SkinWeightsWrap.cs.meta │ │ │ ├── UnityEngine_SkinnedMeshRendererWrap.cs │ │ │ ├── UnityEngine_SkinnedMeshRendererWrap.cs.meta │ │ │ ├── UnityEngine_SleepTimeoutWrap.cs │ │ │ ├── UnityEngine_SleepTimeoutWrap.cs.meta │ │ │ ├── UnityEngine_SpaceWrap.cs │ │ │ ├── UnityEngine_SpaceWrap.cs.meta │ │ │ ├── UnityEngine_SphereColliderWrap.cs │ │ │ ├── UnityEngine_SphereColliderWrap.cs.meta │ │ │ ├── UnityEngine_Texture2DWrap.cs │ │ │ ├── UnityEngine_Texture2DWrap.cs.meta │ │ │ ├── UnityEngine_TextureWrap.cs │ │ │ ├── UnityEngine_TextureWrap.cs.meta │ │ │ ├── UnityEngine_TimeWrap.cs │ │ │ ├── UnityEngine_TimeWrap.cs.meta │ │ │ ├── UnityEngine_TrackedReferenceWrap.cs │ │ │ ├── UnityEngine_TrackedReferenceWrap.cs.meta │ │ │ ├── UnityEngine_TransformWrap.cs │ │ │ ├── UnityEngine_TransformWrap.cs.meta │ │ │ ├── UnityEngine_UI_GraphicWrap.cs │ │ │ ├── UnityEngine_UI_GraphicWrap.cs.meta │ │ │ ├── UnityEngine_UI_MaskableGraphicWrap.cs │ │ │ ├── UnityEngine_UI_MaskableGraphicWrap.cs.meta │ │ │ ├── UnityEngine_UI_TextWrap.cs │ │ │ ├── UnityEngine_UI_TextWrap.cs.meta │ │ │ ├── UnityEngine_WWWWrap.cs │ │ │ ├── UnityEngine_WWWWrap.cs.meta │ │ │ ├── UnityEngine_WrapModeWrap.cs │ │ │ ├── UnityEngine_WrapModeWrap.cs.meta │ │ │ ├── ViewWrap.cs │ │ │ └── ViewWrap.cs.meta │ │ ├── LuaConst.cs │ │ └── LuaConst.cs.meta │ │ ├── readme.txt │ │ └── readme.txt.meta ├── Plugins.meta ├── Plugins │ ├── .DS_Store │ ├── Android.meta │ ├── Android │ │ ├── libs.meta │ │ └── libs │ │ │ ├── armeabi-v7a.meta │ │ │ ├── armeabi-v7a │ │ │ ├── libtolua.so │ │ │ └── libtolua.so.meta │ │ │ ├── x86.meta │ │ │ └── x86 │ │ │ ├── libtolua.so │ │ │ └── libtolua.so.meta │ ├── CString.dll │ ├── CString.dll.meta │ ├── Debugger.dll │ ├── Debugger.dll.meta │ ├── iOS.meta │ ├── iOS │ │ ├── .DS_Store │ │ ├── libtolua.a │ │ └── libtolua.a.meta │ ├── tolua.bundle.meta │ ├── tolua.bundle │ │ ├── Contents.meta │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── Info.plist.meta │ │ │ ├── MacOS.meta │ │ │ └── MacOS │ │ │ ├── tolua │ │ │ └── tolua.meta │ ├── x86.meta │ ├── x86 │ │ ├── tolua.dll │ │ └── tolua.dll.meta │ ├── x86_64.meta │ └── x86_64 │ │ ├── tolua.dll │ │ └── tolua.dll.meta ├── Sproto.New.zip ├── Sproto.New.zip.meta ├── StreamingAssets.meta ├── StreamingAssets │ ├── StreamingAssets │ ├── StreamingAssets.manifest │ ├── StreamingAssets.manifest.meta │ ├── StreamingAssets.meta │ ├── files.txt │ ├── files.txt.meta │ ├── lua.meta │ ├── lua │ │ ├── 3rd.meta │ │ ├── 3rd │ │ │ ├── cjson.meta │ │ │ ├── cjson │ │ │ │ ├── example1.json │ │ │ │ ├── example1.json.meta │ │ │ │ ├── example2.json │ │ │ │ ├── example2.json.meta │ │ │ │ ├── example3.json │ │ │ │ ├── example3.json.meta │ │ │ │ ├── example4.json │ │ │ │ ├── example4.json.meta │ │ │ │ ├── example5.json │ │ │ │ └── example5.json.meta │ │ │ ├── luabitop.meta │ │ │ ├── luabitop │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.meta │ │ │ │ ├── Makefile.mingw │ │ │ │ ├── Makefile.mingw.meta │ │ │ │ ├── README │ │ │ │ ├── README.meta │ │ │ │ ├── doc.meta │ │ │ │ ├── doc │ │ │ │ │ ├── api.html │ │ │ │ │ ├── api.html.meta │ │ │ │ │ ├── bluequad-print.css │ │ │ │ │ ├── bluequad-print.css.meta │ │ │ │ │ ├── bluequad.css │ │ │ │ │ ├── bluequad.css.meta │ │ │ │ │ ├── changes.html │ │ │ │ │ ├── changes.html.meta │ │ │ │ │ ├── contact.html │ │ │ │ │ ├── contact.html.meta │ │ │ │ │ ├── img.meta │ │ │ │ │ ├── img │ │ │ │ │ │ ├── contact.png │ │ │ │ │ │ └── contact.png.meta │ │ │ │ │ ├── index.html │ │ │ │ │ ├── index.html.meta │ │ │ │ │ ├── install.html │ │ │ │ │ ├── install.html.meta │ │ │ │ │ ├── semantics.html │ │ │ │ │ └── semantics.html.meta │ │ │ │ ├── msvcbuild.bat │ │ │ │ ├── msvcbuild.bat.meta │ │ │ │ ├── msvctest.bat │ │ │ │ └── msvctest.bat.meta │ │ │ ├── pbc.meta │ │ │ ├── pbc │ │ │ │ ├── addressbook.pb │ │ │ │ ├── addressbook.pb.meta │ │ │ │ ├── addressbook.proto │ │ │ │ └── addressbook.proto.meta │ │ │ ├── pblua.meta │ │ │ └── pblua │ │ │ │ ├── login.proto │ │ │ │ └── login.proto.meta │ │ ├── Build.bat │ │ ├── Build.bat.meta │ │ ├── lua.unity3d │ │ ├── lua.unity3d.manifest │ │ ├── lua.unity3d.manifest.meta │ │ ├── lua.unity3d.meta │ │ ├── lua_3rd_cjson.unity3d │ │ ├── lua_3rd_cjson.unity3d.manifest │ │ ├── lua_3rd_cjson.unity3d.manifest.meta │ │ ├── lua_3rd_cjson.unity3d.meta │ │ ├── lua_3rd_luabitop.unity3d │ │ ├── lua_3rd_luabitop.unity3d.manifest │ │ ├── lua_3rd_luabitop.unity3d.manifest.meta │ │ ├── lua_3rd_luabitop.unity3d.meta │ │ ├── lua_3rd_pbc.unity3d │ │ ├── lua_3rd_pbc.unity3d.manifest │ │ ├── lua_3rd_pbc.unity3d.manifest.meta │ │ ├── lua_3rd_pbc.unity3d.meta │ │ ├── lua_3rd_pblua.unity3d │ │ ├── lua_3rd_pblua.unity3d.manifest │ │ ├── lua_3rd_pblua.unity3d.manifest.meta │ │ ├── lua_3rd_pblua.unity3d.meta │ │ ├── lua_3rd_sproto.unity3d │ │ ├── lua_3rd_sproto.unity3d.manifest │ │ ├── lua_3rd_sproto.unity3d.manifest.meta │ │ ├── lua_3rd_sproto.unity3d.meta │ │ ├── lua_cjson.unity3d │ │ ├── lua_cjson.unity3d.manifest │ │ ├── lua_cjson.unity3d.manifest.meta │ │ ├── lua_cjson.unity3d.meta │ │ ├── lua_common.unity3d │ │ ├── lua_common.unity3d.manifest │ │ ├── lua_common.unity3d.manifest.meta │ │ ├── lua_common.unity3d.meta │ │ ├── lua_controller.unity3d │ │ ├── lua_controller.unity3d.manifest │ │ ├── lua_controller.unity3d.manifest.meta │ │ ├── lua_controller.unity3d.meta │ │ ├── lua_jit.unity3d │ │ ├── lua_jit.unity3d.manifest │ │ ├── lua_jit.unity3d.manifest.meta │ │ ├── lua_jit.unity3d.meta │ │ ├── lua_logic.unity3d │ │ ├── lua_logic.unity3d.manifest │ │ ├── lua_logic.unity3d.manifest.meta │ │ ├── lua_logic.unity3d.meta │ │ ├── lua_lpeg.unity3d │ │ ├── lua_lpeg.unity3d.manifest │ │ ├── lua_lpeg.unity3d.manifest.meta │ │ ├── lua_lpeg.unity3d.meta │ │ ├── lua_misc.unity3d │ │ ├── lua_misc.unity3d.manifest │ │ ├── lua_misc.unity3d.manifest.meta │ │ ├── lua_misc.unity3d.meta │ │ ├── lua_protobuf.unity3d │ │ ├── lua_protobuf.unity3d.manifest │ │ ├── lua_protobuf.unity3d.manifest.meta │ │ ├── lua_protobuf.unity3d.meta │ │ ├── lua_socket.unity3d │ │ ├── lua_socket.unity3d.manifest │ │ ├── lua_socket.unity3d.manifest.meta │ │ ├── lua_socket.unity3d.meta │ │ ├── lua_system.unity3d │ │ ├── lua_system.unity3d.manifest │ │ ├── lua_system.unity3d.manifest.meta │ │ ├── lua_system.unity3d.meta │ │ ├── lua_system_injection.unity3d │ │ ├── lua_system_injection.unity3d.manifest │ │ ├── lua_system_injection.unity3d.manifest.meta │ │ ├── lua_system_injection.unity3d.meta │ │ ├── lua_system_reflection.unity3d │ │ ├── lua_system_reflection.unity3d.manifest │ │ ├── lua_system_reflection.unity3d.manifest.meta │ │ ├── lua_system_reflection.unity3d.meta │ │ ├── lua_unityengine.unity3d │ │ ├── lua_unityengine.unity3d.manifest │ │ ├── lua_unityengine.unity3d.manifest.meta │ │ ├── lua_unityengine.unity3d.meta │ │ ├── lua_view.unity3d │ │ ├── lua_view.unity3d.manifest │ │ ├── lua_view.unity3d.manifest.meta │ │ └── lua_view.unity3d.meta │ ├── message.unity3d │ ├── message.unity3d.manifest │ ├── message.unity3d.manifest.meta │ ├── message.unity3d.meta │ ├── prompt.unity3d │ ├── prompt.unity3d.manifest │ ├── prompt.unity3d.manifest.meta │ ├── prompt.unity3d.meta │ ├── prompt_asset.unity3d │ ├── prompt_asset.unity3d.manifest │ ├── prompt_asset.unity3d.manifest.meta │ ├── prompt_asset.unity3d.meta │ ├── shared_asset.unity3d │ ├── shared_asset.unity3d.manifest │ ├── shared_asset.unity3d.manifest.meta │ └── shared_asset.unity3d.meta ├── link.xml └── link.xml.meta ├── Images └── 1.gif ├── Logs └── Packages-Update.log ├── LuaEncoder ├── luajit.meta ├── luajit │ ├── Build.bat │ ├── jit.meta │ ├── jit │ │ ├── bc.lua │ │ ├── bc.lua.meta │ │ ├── bcsave.lua │ │ ├── bcsave.lua.meta │ │ ├── dis_arm.lua │ │ ├── dis_arm.lua.meta │ │ ├── dis_arm64.lua │ │ ├── dis_arm64be.lua │ │ ├── dis_mips.lua │ │ ├── dis_mips.lua.meta │ │ ├── dis_mips64.lua │ │ ├── dis_mips64el.lua │ │ ├── dis_mipsel.lua │ │ ├── dis_mipsel.lua.meta │ │ ├── dis_ppc.lua │ │ ├── dis_ppc.lua.meta │ │ ├── dis_x64.lua │ │ ├── dis_x64.lua.meta │ │ ├── dis_x86.lua │ │ ├── dis_x86.lua.meta │ │ ├── dump.lua │ │ ├── dump.lua.meta │ │ ├── p.lua │ │ ├── v.lua │ │ ├── v.lua.meta │ │ ├── vmdef.lua │ │ ├── vmdef.lua.meta │ │ └── zone.lua │ ├── lua51.dll │ ├── lua51.dll.meta │ ├── luajit.exe │ └── luajit.exe.meta ├── luajit_mac │ ├── jit │ │ ├── bc.lua │ │ ├── bcsave.lua │ │ ├── dis_arm.lua │ │ ├── dis_arm64.lua │ │ ├── dis_arm64be.lua │ │ ├── dis_mips.lua │ │ ├── dis_mips64.lua │ │ ├── dis_mips64el.lua │ │ ├── dis_mipsel.lua │ │ ├── dis_ppc.lua │ │ ├── dis_x64.lua │ │ ├── dis_x86.lua │ │ ├── dump.lua │ │ ├── p.lua │ │ ├── v.lua │ │ ├── vmdef.lua │ │ └── zone.lua │ ├── libluajit.a │ ├── libluajit.so │ └── luajit ├── luavm.meta ├── luavm │ ├── luac │ └── luac.meta └── readme.txt ├── LuaFramework_UGUI-master.sln ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset └── XRSettings.asset ├── README.md ├── Temp ├── UnityTempFile-01b2fe06be1362c489da1ec34acb5697 ├── UnityTempFile-02af55f01569a2845b8c76ba4c94df54 ├── UnityTempFile-03e37b30668832a4089d440229565ac7 ├── UnityTempFile-03f61f833a68666488e69a07139e8da7 ├── UnityTempFile-07086c43542ad184eabbbb4b28511c89 ├── UnityTempFile-0adf38f91d2379941963b67c9621abfb ├── UnityTempFile-0b0d35310b4d6c9409a291b0e0b9994c ├── UnityTempFile-0c5fbd8b06bc7e24880bddba58e8876e ├── UnityTempFile-0c747c0eac8f64741b41f78c37b85531 ├── UnityTempFile-0eba8e36ccdbf5e448ec0d844984557c ├── UnityTempFile-0f91e5a5ffd3a2a4ba80d6f8460b08d5 ├── UnityTempFile-107b1de589bdf4f409f5ba777a2042af ├── UnityTempFile-136fdaaaa8847c049a7175a0506d429f ├── UnityTempFile-139ac60f978af584db2d62296369e376 ├── UnityTempFile-13ba19b57e6570541bc2800c80ba0bcb ├── UnityTempFile-148d37768f58e9c4eb14f1cca59dc759 ├── UnityTempFile-1563b02fb13d70248bd418469d5eeabb ├── UnityTempFile-15b93e92909be2b439ba124a86ebafc9 ├── UnityTempFile-1fd6e51003c7dd341a44467e9a70f5dd ├── UnityTempFile-20dac35ee80013746994f50e074766f9 ├── UnityTempFile-251f0a7bfff05304e8933b3981af5e2a ├── UnityTempFile-2697d2884e63656458b2f254b0389f81 ├── UnityTempFile-2812eaed57b81614a89fd39c5b4e483d ├── UnityTempFile-2b1332d57685ec246b450620b45f7268 ├── UnityTempFile-2c98b90e3be823744a980369946eb53d ├── UnityTempFile-2d54cf1def426cf49926127cc15a262e ├── UnityTempFile-2fc9604aeaa35e145bf31b9679c039d8 ├── UnityTempFile-30820a80ae6d9f84b9f4deda65601879 ├── UnityTempFile-3155061c89cd0ac4881325f74248bcc9 ├── UnityTempFile-33da5b66e29070a4fa5c3eee60550e0b ├── UnityTempFile-35761edc6dd2f804c8aeba0ed9ab1406 ├── UnityTempFile-3694aa262cc7c904e82db4055fdd4143 ├── UnityTempFile-39505846b39944c4ab24ec1e766dd3f7 ├── UnityTempFile-3967b9122bcc70c4a8f72237872e5fac ├── UnityTempFile-39f5368123176284a878f06371e04cf0 ├── UnityTempFile-455a932094a4ea24e8c458a29d6df64a ├── UnityTempFile-466ee0f75df3ff64c850144932403762 ├── UnityTempFile-477bacf0a5e687b4283d7674a8a6f2ac ├── UnityTempFile-47fded6d62fa2d741992757414cc5213 ├── UnityTempFile-4bd42922f605eac4b92b5437f6fdfd11 ├── UnityTempFile-4c037ec19835af043b848cc3f173a42d ├── UnityTempFile-4c862a9694c204446a6258e37bcee6cb ├── UnityTempFile-4e6320d2705667a4eb0cacf646fa4871 ├── UnityTempFile-4e7e1c0209c65f448887764a5377f272 ├── UnityTempFile-4ec6ceee13445b84da69ccef00a5d3bf ├── UnityTempFile-50aabbeccda59bb4798c59c0ba2e1313 ├── UnityTempFile-51af737a2969ec94fb3fc8462729bc9c ├── UnityTempFile-523bd04df63876248ad580d6a07237dc ├── UnityTempFile-5597f22ec41bf534e80ac7a1c7a66581 ├── UnityTempFile-57bf9e898ba0bbf4f8096e460a1f78ff ├── UnityTempFile-581b350f39c92e943ba215f28d063505 ├── UnityTempFile-5f5f4286ae1d3504aaf0004ba3dd079d ├── UnityTempFile-601eef24190333d4db64ad2e4f00abbd ├── UnityTempFile-6146c0d42f2509a4298f56168007c48d ├── UnityTempFile-61692e986547636468457361bb97ce0c ├── UnityTempFile-635813154d46aaf4aaad102d77a3da42 ├── UnityTempFile-689435aefe68f8a4b8645dc88432375b ├── UnityTempFile-68bbc67d9891240459500a210a5a6aad ├── UnityTempFile-6a6d5e15a7eafa64996288fe9d4cc5bf ├── UnityTempFile-6e5f339f534c37d44be5cf5b55c14fec ├── UnityTempFile-73f9a0d241988ad4a939e7ea3f9a145f ├── UnityTempFile-7cb5dfadf95af474ea7d822e969010dc ├── UnityTempFile-7e232a90e1b22fc45b72863d59adc726 ├── UnityTempFile-7ee1b85fca700054f9b6597c78775a99 ├── UnityTempFile-819d325ddbcaac049a50a23583544bb5 ├── UnityTempFile-84394969a20ac7f4d84693e2ab6410c8 ├── UnityTempFile-8a5f9b30a950bd6478b398de5f87f062 ├── UnityTempFile-8ab51bcbf42210a4bac4d1bc623f8f69 ├── UnityTempFile-8c1e979b7e211e947abf4d64392f9406 ├── UnityTempFile-8c928d948e680824e8fadb55e8b467a3 ├── UnityTempFile-8ce55b3550367d646946aac8c3fe8e97 ├── UnityTempFile-8ce83edb10bc47942ba21269d5140e40 ├── UnityTempFile-8ea42f3035b7d1b419b6be316eab6521 ├── UnityTempFile-8edccdda8122f6d4bb9f7968294460c2 ├── UnityTempFile-90248f7bec9203047b82bf8d6b3f36f9 ├── UnityTempFile-90704c389d3af0e4e83e8aa721d04838 ├── UnityTempFile-91c68c8dce04fef49904e077b266d3f6 ├── UnityTempFile-91f2455eecb61294087521ba90148918 ├── UnityTempFile-93f9e0e4369a1d04287f6aec4162bf36 ├── UnityTempFile-96e0cb23de162c54bb5df3f8de4f2169 ├── UnityTempFile-97ef4468f9faefb4f8e8c1c1f4eede7e ├── UnityTempFile-995bcd75d6dde60459e0092355ba69da ├── UnityTempFile-996ef38df8a81f84286c69f5f6d727cc ├── UnityTempFile-9d08832be33cba740b7c64290491ba08 ├── UnityTempFile-9d663366919df1f48a04d1180e197a66 ├── UnityTempFile-9f7db52d721bbb64cbd372064a09917b ├── UnityTempFile-a41b1164c6dafbf41b0732133dd74dd7 ├── UnityTempFile-a549a6daa870b6048960c419bfeb1bfa ├── UnityTempFile-a64edd30fa8537c42a725104c5084cde ├── UnityTempFile-a6ab77b6a74cb7440bfefb4a3aaa0769 ├── UnityTempFile-a851c29bd12e1c142b923857071b8c00 ├── UnityTempFile-a87da67197ee9ad4aa597550c0b012f7 ├── UnityTempFile-a8b8cccbf715153499f88a35cabae02e ├── UnityTempFile-aa9ba8a366758ec4c88ab869a2cbd742 ├── UnityTempFile-ad7936be15f8dea4991ae1110d28d9b6 ├── UnityTempFile-b2e6de14d8bc16e4591e9cab0cb63ec2 ├── UnityTempFile-b492acce85306d14e9d5c1aee6df4a11 ├── UnityTempFile-b4a89c72e11b5ae409d38d79f82ee49f ├── UnityTempFile-ba5873770ae2ad248853ed1f93874ce7 ├── UnityTempFile-bc5bd8d1054e824488d6511388f52509 ├── UnityTempFile-bd9f660c2c5d85b4881b302450f6e867 ├── UnityTempFile-be05da3c80e99da458570db6de724b13 ├── UnityTempFile-c3ce5360cc76d2744ab9acc799cde308 ├── UnityTempFile-c426442592c252140959ea1071c6ee15 ├── UnityTempFile-c4cd89907864f2e4bb50eb48ed382d73 ├── UnityTempFile-c53aa7e518c25c64ea583b7eb0e8cc74 ├── UnityTempFile-c631b8a633d92cb49bdd1ea78cac8dc1 ├── UnityTempFile-cc44027d9e4e4234793552df87e6b11f ├── UnityTempFile-cc51521be1026e945a2c9a7865ef55b1 ├── UnityTempFile-cd5e2e17365ead048bab403b2ae7d00f ├── UnityTempFile-ceb77dbc22af9b647aac3455ce51fc4f ├── UnityTempFile-cf9698475c11a8e4a9540cdcb6e854c4 ├── UnityTempFile-d12689b55e66dd0429efd26d154f9105 ├── UnityTempFile-d2df61809d082854fad64bc57bcad44f ├── UnityTempFile-d36aebe11a345074c8cc10f6e223d7fa ├── UnityTempFile-d3a0f233f0698214ab2f85f108f9331a ├── UnityTempFile-d6bb333825140d54c8444e2ca9ae1bfa ├── UnityTempFile-d80932804aa7b024b9c9c2b783647361 ├── UnityTempFile-d8d18338b85833e4eb1f23db466ab492 ├── UnityTempFile-dd2e15018c9c0e34e969627170165aa7 ├── UnityTempFile-dfd507b4e334ba340a9573577d965130 ├── UnityTempFile-e70b16e43b9b74948a3b1fd6fdf25612 ├── UnityTempFile-e7ff8ef8757a27142b373a07e31f70da ├── UnityTempFile-e9796bb524abbfc4e8134e9d775bc17b ├── UnityTempFile-ee41779270e618d43b615c621dc844d9 ├── UnityTempFile-ee4ea5a01c9fc784492dfeac56ec96c5 ├── UnityTempFile-f0de378c284e08a41a6baae2f7ee7cce ├── UnityTempFile-f15e3568272a0894cab8c91a6c87078c ├── UnityTempFile-f293c6372dc8b2841af8b8a70312155a ├── UnityTempFile-f349a289367567441bfcaf8f59a4fca7 ├── UnityTempFile-f42e7b9cdc304754f94af58ec1ae3452 ├── UnityTempFile-f45c3427402b8a64eb214b68c7ace593 ├── UnityTempFile-f55c80943a48a4b48a2a6ec8c8fa5dcd ├── UnityTempFile-f57069d9eb12ad141b9cabc609bdb812 ├── UnityTempFile-f7202ccb13390794489c6f15a287f1fb ├── UnityTempFile-f96bfabddf69a9747a29f13147caa290 ├── UnityTempFile-faa5a3f2929b6634bbf37b02a72a1c8f ├── UnityTempFile-fadb96605bb6a1042a5864d03b6b771d ├── UnityTempFile-fb67ba3b91bbcf648a1aae381a6c23e4 ├── UnityTempFile-fb872ba8bc45fd947ae8a3bfc3dbf82e ├── UnityVS │ └── Visual Studio 2015 Tools.unitypackage ├── __Backupscenes │ └── 0.backup ├── tempFile.res ├── tempFile.resG └── tempFile.resS ├── UserSettings └── EditorUserSettings.asset └── obj └── Debug ├── Assembly-CSharp.csproj.FileListAbsolute.txt ├── Assembly-CSharp.csprojResolveAssemblyReference.cache ├── DesignTimeResolveAssemblyReferencesInput.cache ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── build.force /.vs/LuaFramework_UGUI-master/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/.vs/LuaFramework_UGUI-master/v14/.suo -------------------------------------------------------------------------------- /Assets/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9547d9bc39dbe86439ce0f467723388e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e0bd67d664a3c7418742db812cb3644 3 | folderAsset: yes 4 | timeCreated: 1453125768 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a57bd8213452ba24ab5b93cc9d62fb15 3 | folderAsset: yes 4 | timeCreated: 1453127194 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Editor/Packager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c3dbbb718b713b4e97b1db6e31346d7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 969dded904a26b246bedc70074de0ae1 3 | folderAsset: yes 4 | timeCreated: 1437785110 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Builds.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a2d59191e3bf4c48a34eebdd1152df3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Builds/Message.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8199ffaa92a5bad448ac527da9401217 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Builds/Message/MessagePanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71bbe2cec41431a4c85d61f408a9931a 3 | timeCreated: 1425731815 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Builds/Prompt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eaa0f33a3d04fcf43ab93711ce170170 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Builds/Prompt/PromptItem.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6977364229261084aa212003c00fc930 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Builds/Prompt/PromptPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4acea4e0cbe4ce40b4c3da7763ae270 3 | timeCreated: 1425779122 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Editor Default Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec2a7fd7880a9954ea728fc6105d1b4d 3 | folderAsset: yes 4 | timeCreated: 1434131050 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenContactIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenContactIcon.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenDocumentationIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenDocumentationIcon.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenForumIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenForumIcon.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenHeader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenHeader.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenSamplesIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenSamplesIcon.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenVideosIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Editor Default Resources/WelcomeScreenVideosIcon.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c03207892b34e944ae8dade6fc3635d 3 | folderAsset: yes 4 | timeCreated: 1437785232 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef14071ccc8c1bd4cab4beea2e7c2a91 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Textures/Prompt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c58fec668dc05c41b02dab150c626ac 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Textures/Prompt/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Textures/Prompt/1.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Textures/Shared.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 668dedca2953aa04eaadbd91d0303e99 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Textures/Shared/ButtonClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Textures/Shared/ButtonClick.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Textures/Shared/ButtonDisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Textures/Shared/ButtonDisable.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Textures/Shared/ButtonNormal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Textures/Shared/ButtonNormal.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Examples/Textures/Shared/SmallBaseMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Examples/Textures/Shared/SmallBaseMap.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1ff240b0de4c2c4aa0bfa3805e7b880 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fef477624099d704ca56e26ccb995f63 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1119c4407810743de86d01fa652b2374 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson/example1.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6de770751412fd43a5fd1fe331dd761 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson/example2.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d487a1ee1528714a93defdc9f730dfe 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson/example3.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca313ab6bd2e8ab41bce696d1ee05a89 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson/example4.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c69a28c5662c2204787fdd352f5595c5 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson/example5.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9298ce1cff4eae34087e1cf24cdc89cb 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson/json2lua.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f17254f6d6b970429bbb11bfa82b22c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson/lua2json.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2eeb576afff9def43b0081f6d7b2125b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson/test.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f35728f49db3fec4ea33001068e13c36 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/cjson/util.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce18eb063e6d6cb43a5db89f763dd13d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5717154c47289d9449d0cc51a3f78c4b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/Makefile.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ef1f5e2c7f70334eb6018a524a41161 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/Makefile.mingw.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31646aa6f0dd23c4bbb00c75c25256b8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/README.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2848b492482529244bd0d3cae9d98889 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/bitbench.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a0b5a88625014c48a99057dda7923c5 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/bittest.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32f558c2109e12a41b2d1f1400e82a66 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5fc982400798c4408b1bdc7357335f7 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/api.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e176ba8ca8fc7645bfbc4d53009a5a9 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/bluequad-print.css.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac6cad9836ef2aa42be0d44fe67cce1d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/bluequad.css.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51d1ba26d50c47e44b78257d90398dee 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/changes.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c0ff59da8ad6f44e99e685a3cb5c627 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/contact.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d072c05c6fff47c47914b40192195e70 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/img.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 213a8412fa244f242b54a3383902415e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/img/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Lua/3rd/luabitop/doc/img/contact.png -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/index.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5503712ff1277d54b93febdc6208b110 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/install.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d6a7ce26750bdb499ecd7b013361538 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/doc/semantics.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2613d747ce41e8b4b90e5c45a2478367 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/installpath.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4192b766affe82640a5aee438c3b964a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/md5test.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 322f8fe07585d624bb3277c8e432a707 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/msvcbuild.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01c89dc24e84d1841a654d3273df5698 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/msvctest.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93f44eeeebf603843aaeca13c9510165 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/luabitop/nsievebits.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27f415faeaf5a954ca75e5b632dda24c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pbc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c01725dffbd9b40b9b386e3d7c0ea700 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pbc/addressbook.pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Lua/3rd/pbc/addressbook.pb -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pbc/addressbook.pb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b46453c983e6824cabb4f3d5d639ba3 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pbc/addressbook.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31723f391cfd51446b36f385ab093e6b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pbc/parser.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ba7654d41605834bb8a232818a9ebf8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pbc/protobuf.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ba29465c7f40ae4aa388cefab41f5e0 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pbc/test.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c1211c0f06916048bef318d346d5f04 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pbc/test2.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dc1b7c55df9f024689900af8eef3bb0 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pbc/testparser.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24b27e96507cabd4abcf9f24e6a0aaef 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pblua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a26a655c69d98443e898aff76fc87e75 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pblua/login.proto: -------------------------------------------------------------------------------- 1 | 2 | message LoginRequest { 3 | required int32 id = 1; 4 | required string name = 2; 5 | optional string email = 3; 6 | } 7 | 8 | message LoginResponse { 9 | required int32 id = 1; 10 | } -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pblua/login.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5f5ef4fb87587040afd36aa5620d62c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pblua/login_pb.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9c9ec3a721a0684ba88195d462e2241 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/pblua/person_pb.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8547a09e09800054285c19fb7a4f6c72 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/sproto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fe0629549ff98e49b7f9eaffdcc247f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/sproto/print_r.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0cc54520d1d7eb498493479ceb15d95 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/sproto/sproto.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bec7f55cc120f241b5cab88bf230ac3 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/sproto/sprotoparser.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5da2b55784b954744b87ba7434bbfc6b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/sproto/test.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 770c604ef5792ca4fb5fdb25616901ec 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/sproto/testall.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 938292c8d9e6fe546bedc5276526deec 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/3rd/sproto/testrpc.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e5d4ccf4f7badd428fc6aed849504ff 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a9e9888a6a944b7595d96047083e405 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Common/define.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 453aacf6267e73748b38e2d4d5df2e75 3 | timeCreated: 1426783365 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Common/functions.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 945af47fecee10044989b172212a1256 3 | timeCreated: 1426783366 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Common/protocal.lua: -------------------------------------------------------------------------------- 1 | --Buildin Table 2 | Protocal = { 3 | Connect = '101'; --连接服务器 4 | Exception = '102'; --异常掉线 5 | Disconnect = '103'; --正常断线 6 | Message = '104'; --接收消息 7 | } 8 | 9 | 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Common/protocal.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41c0bebeedd51e84fb0130409341ef47 3 | timeCreated: 1426783365 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76b5eb5d41dda43b78d9d6c414213910 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Controller/MessageCtrl.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b073d8d7f9880c4482d9c9d40b6b558 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Controller/PromptCtrl.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 709a4f9ec40526b459abc2e25192f509 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Logic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bd4c8762df45ba4b922467e09297fb6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Logic/CtrlManager.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 105072a955763134d8fe07ccaca1dede 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Logic/Game.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a211e85690e156749ad8816bba582708 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Logic/LuaClass.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efb0d6648bfd84c36b2c88e122dc06c8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Logic/Network.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7ede560670584545bf0b6620250fd0a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Main.lua: -------------------------------------------------------------------------------- 1 | --主入口函数。从这里开始lua逻辑 2 | function Main() 3 | print("logic start") 4 | end 5 | 6 | --场景切换通知 7 | function OnLevelWasLoaded(level) 8 | collectgarbage("collect") 9 | Time.timeSinceLevelLoad = 0 10 | end 11 | 12 | function OnApplicationQuit() 13 | end -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/Main.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 091b02c3490daac4f8ed8cd5b62090b1 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/View.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ca4e7fdd1e1e7b4e8df29447d383ce8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/View/MessagePanel.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50610ae62f65c49e8baea87c791eb3a8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/View/PromptPanel.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 047a4b7afac7a4ef8876268bda036a9d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/eventlib.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb355d54d4306354cb2dfc482136aabd 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Lua/events.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c28c4dd769d9f694787a0b0fd64e8eea 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a1858bc94b3706489b84787e227e6a6 3 | folderAsset: yes 4 | timeCreated: 1498139739 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/Build.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3717a1ffedc585945a43193f52a32f26 3 | timeCreated: 1498139739 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91ba6b2190e00254aa340e1e35dadcb4 3 | folderAsset: yes 4 | timeCreated: 1498139739 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/bc.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d18ce292c8e9a3446a5890f324daddc8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/bcsave.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cb37ebfedf93ae4b96e0da0d77065c4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/dis_arm.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a5d0750f7c50434799a22a9fd01dd11 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/dis_mips.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d6b0da48d262af4b902b41b630d7c55 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/dis_mipsel.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06a369592f16cc54b82ec90d905c271c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/dis_ppc.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16a81ab6de25d044280dbc5a24abfa3a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/dis_x64.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da9358785297a39428fd96e0e17ad8f7 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/dis_x86.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 676a7cf93973aa444ad7cf6d244083d8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/dump.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 029c25a735609054d81dee95957d1fc8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/v.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 724b205f5019d9449807abad317fbb38 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/jit/vmdef.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd5259d2e7ff79146978231b90c15d75 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/lua51.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Luajit/lua51.dll -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/luajit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Luajit/luajit.exe -------------------------------------------------------------------------------- /Assets/LuaFramework/Luajit/luajit.exe.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cecf08c1bab22534d9355eecd48576be 3 | timeCreated: 1498139739 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a60d9cccbd70c474f9c67679bf24af07 3 | folderAsset: yes 4 | timeCreated: 1468686465 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Resources/TestGameObjectPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 064ce7f9fcc2fba4a885cc163c7354df 3 | timeCreated: 1468686469 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4dd41526542a5b47b77fbf85fbbc51e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scenes/main.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75eee5e7009aba84192cfcdff8590f2a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 340bca7100420314d8cde6bde4e69bf6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0489f1f062fbaa428bd858ee3b0dfad 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Common/LuaBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e86ebbc782f0f64d809698999d8dcf6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/ConstDefine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2e8945a11cc58147a755808392f6134 3 | folderAsset: yes 4 | timeCreated: 1436458259 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/ConstDefine/AppConst.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f38ff056ec61eb45b45be6237f94dfc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e19e94e26010ef4b8a1b38bdc32036a 3 | folderAsset: yes 4 | timeCreated: 1436458507 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Controller/Command.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 630be41b40e25154caf419024c9da88c 3 | folderAsset: yes 4 | timeCreated: 1440243851 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Controller/Command/SocketCommand.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2384cc1ec84c1674793c84b948d36fe8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 000f913f7e6e2c843a8d39a9ec62d97d 3 | folderAsset: yes 4 | timeCreated: 1440243700 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/AppFacade.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53fd5affad4061d4d9511214b25daeb8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd800a5c26e3e3142877a63571edbf0c 3 | folderAsset: yes 4 | timeCreated: 1435850375 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Core/Base.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 323d5ecb296d22b48979e529d041e70d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Core/Controller.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01d871bede794c34784a5d6fddf1b208 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Core/Facade.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08b887f792736bc47b499a0836c9d0b4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Core/Manager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c71b17dd8e0c314fb7b2465e5717b5e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Core/Message.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c43b926e665fea43b8b5f49e21fecb8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Core/View.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65cb27367c0951e4abc2cbfe1a5a6e08 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e48e7668a3d5a9640ac68b6e9efca1d6 3 | folderAsset: yes 4 | timeCreated: 1435850375 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces/ICommand.cs: -------------------------------------------------------------------------------- 1 | /* 2 | LuaFramework Code By Jarjin lee 3 | */ 4 | using System; 5 | 6 | public interface ICommand { 7 | void Execute(IMessage message); 8 | } 9 | 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces/ICommand.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d75586fb8a8da2a448f5d672f6874890 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces/IController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f886f4c4b7344b8458ade2117e91bf4f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces/IManager.cs: -------------------------------------------------------------------------------- 1 | /* 2 | LuaFramework Code By Jarjin leeibution 3.0 License 3 | */ 4 | 5 | using UnityEngine; 6 | using System.Collections; 7 | 8 | public interface IManager { 9 | } 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces/IManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d635b206a771bcf4ea52409f19424fb8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces/IMessage.cs: -------------------------------------------------------------------------------- 1 | /* 2 | LuaFramework Code By Jarjin lee 3 | */ 4 | using System; 5 | 6 | public interface IMessage 7 | { 8 | string Name { get; } 9 | 10 | object Body { get; set; } 11 | 12 | string Type { get; set; } 13 | 14 | string ToString(); 15 | } 16 | 17 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces/IMessage.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8a6705483eabb541bd34cb568a0abee 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces/IView.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | public interface IView { 4 | void OnMessage(IMessage message); 5 | } 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Framework/Interfaces/IView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fec82531236c5aa4bb957279a5a05fb6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e037ccb531438b498940c40edb54326 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/GameManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1545d35cb5d31e469cff9e3dbc576e9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/Interface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4654f39cc1fc05b4ca5f272cc65b39a8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/Interface/ITimerBehaviour.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections; 3 | 4 | namespace LuaFramework { 5 | public interface ITimerBehaviour { 6 | void TimerUpdate(); 7 | } 8 | } -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/Interface/ITimerBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbedf5a696e61a1408b87a90afcb33f1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/NetworkManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Scripts/Manager/NetworkManager.cs -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/PanelManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a46a10ea15137e4f913ce5d441a9064 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/SoundManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Scripts/Manager/SoundManager.cs -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/ThreadManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd069e17e0d598d4683e06c331689c06 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/TimerManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Scripts/Manager/TimerManager.cs -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Manager/TimerManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3f1fe00f3c5b664fbc2229f3bff8f9b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Network.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b0e4504435d17a42a0a79938ed843e6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Network/ByteBuffer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2b21f02a43963a4baf3a5abd3c98ceb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Network/Converter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ccd07face6ebb5469d1cbed8e8b4789 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Network/Protocal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/LuaFramework/Scripts/Network/Protocal.cs -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Network/Protocal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44d57d2c5dd4548479b3cd5d47520699 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/ObjectPool.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a65303a59ec1f4c4698174743dac0e53 3 | folderAsset: yes 4 | timeCreated: 1468659132 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Utility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baa37d76ca33abd438e215438cd16438 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/Utility/Util.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7166ffbcb4403784d9566a56c33b58b1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/Scripts/View.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab2ae9946b07212448c6c13614e0b239 3 | folderAsset: yes 4 | timeCreated: 1436458509 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ae0be170ef420e44922b1fe362ccf60 3 | folderAsset: yes 4 | timeCreated: 1453125963 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 337508ffab1cff64bbf7476789c95d59 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/LuaInterface_EventObjectWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9eec90316b4c2da499dee7c75f1f94ae 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/LuaInterface_LuaConstructorWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be39bc8579dccd14bb20b24e64a68faf 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/LuaInterface_LuaFieldWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58e0ce586689f58419f26062891e1fc1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/LuaInterface_LuaMethodWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd62b7af99a9c284cb3b8c9c8a177e8c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/LuaInterface_LuaOutWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ba873a052f57bc45890275ec67bb4dc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/LuaInterface_LuaPropertyWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b401947a631ece4487e44f4b8ef9418 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_ArrayWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 270e5e13dbb276c47a14c00ec09f9254 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_Collections_Generic_DictionaryWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 973a63c864c67f34b852be1021aa8445 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_Collections_Generic_Dictionary_KeyCollectionWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5a969e41ba260d4197ec05de2e0b107 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_Collections_Generic_Dictionary_ValueCollectionWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b073f28ab535d6478ab1e2f76f44547 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_Collections_Generic_KeyValuePairWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bfe26e81faf9a1498eaae521869ecea 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_Collections_Generic_ListWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9806172156647e244b2fb905a4d02611 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_Collections_IEnumeratorWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7eaa472c4f36f9d419d9bf704795f0d6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_Collections_ObjectModel_ReadOnlyCollectionWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa5b181e2942520408fb4d6bac615d4f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_DelegateWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86ed9798a2c5dc74e9018394dfc827ea 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_EnumWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fd9d683a50920540914bdd15aa75290 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_NullObjectWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdcd3994912f4e145b1f12f3d76376b6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_ObjectWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fcf1094389eec494d9d80c46f54f2a7e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_StringWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6380cf60ae81034418e4fe4dabc06bc2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/System_TypeWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a713f1fe057cf7248b09e045a105933b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/BaseType/UnityEngine_ObjectWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66f068299d0233f409ae0011b24ae1ba 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7714c4ebcd6e6474da6ec5df53bca350 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaAttributes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 036fab5eb22f19e4bba933e194fb4756 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaBaseRef.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39292548101f65b41be91c5d20f20812 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaBeatEvent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7332596f22ac5446852c531d7148318 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaDLL.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d60cef534e986e849a829838fbeb74b5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaEvent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce5b2d0ac4f71564c84ecc85556409a4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaException.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b37c8a2d4e86364c85c26a407d79af7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaFileUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1dfae6a246cdf418b607701b2dfc7c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaFunction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f2e7f7664506cc45b1e1d375c066432 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaMethodCache.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d0c295670bdae343be5791ad4a0e9ae 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaMisc.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49b0c76b911a9d34bac07d4b3aa7f6de 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 358b86bdf79858e46b17d8700238c397 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaStatePtr.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e68c435592e3d3b47a315497b6150aae 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaStatic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7f8fdc4e97256748b422edf401c641d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaTable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b68fd1e3004ea4a4a879bf6fbda73510 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaThread.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c80e713269311db4689148e01949206a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/LuaUnityLibs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f293d0bd6470a044a8688cd9a61b433 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/ObjectPool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 375ac727a60642f4e9db9303e4025911 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/ObjectTranslator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 607902915586ecd43b863b154c1337ad 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/ToLua.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8558028e53ff5d946b0ef857634815da 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Core/TypeChecker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2c5d493c1805784994fefe7b22da126 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d9fa950d6c449e42893b939877b4ec7 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdd2718c24fc3014d96c208f87886fe3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_LuaInterface_EventObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a98ce054e1b9e848a9ed23974b72436 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_LuaInterface_LuaConstructor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24ae6f8094d27814db58bed92723e5eb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_LuaInterface_LuaField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6b190ca703de424fafa500033a782a3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_LuaInterface_LuaMethod.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6eac87eec04d6e547ac028d69e0eeb71 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_LuaInterface_LuaProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e00a567610c97754bbae9672db75a1f2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_System_Delegate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f0591686bc09e74e9a4fe2ad4e9fdb2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_System_Enum.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff4fa54c22d6f7c428ef9aa02f6c10d4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_System_Object.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afb4e6913f506df4c9eb98f70781a578 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_System_String.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cc775dacb56ec34587e28d9e3f68417 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_System_Type.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a67e5f490d5d4cd4f8754c921a414d9a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_UnityEngine_GameObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ed77ac31b521ad4bae3fe7e8b84cab4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_UnityEngine_Input.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cee476932ca9a04da9cff77f92e1894 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/Extend/ToLua_UnityEngine_Object.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed2a77b78fd7258438b2b5a9e881d7c2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/ToLuaExport.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73e814f0ef0ab914181c1f1e0a989935 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/ToLuaMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97fb7996cd1338442af03841f30cddaf 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Editor/ToLuaTree.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99b4e579c20c91f4d84ce5aa9add4672 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 940a49ebae9b91b4fb0682c92d968933 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/01_HelloWorld.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79324a58d1dd94843a6e15fb4d77da66 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/01_HelloWorld/HelloWorld.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1db6056d0e0ccb049ae392139c512608 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/01_HelloWorld/HelloWorld.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ce3f2dc80a0205428a5372f74800258 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/02_ScriptsFromFile.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71ca7fe863de8dd4d8a6057d043df5e4 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/02_ScriptsFromFile/ScriptsFromFile.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17346dbce1e39bd4b8cb9cdf6b9249e7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/02_ScriptsFromFile/ScriptsFromFile.lua: -------------------------------------------------------------------------------- 1 | print("This is a script from a utf8 file") 2 | print("tolua: 你好! こんにちは! 안녕하세요!") 3 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/02_ScriptsFromFile/ScriptsFromFile.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbc95a40dca6ccf448ff2a7f1905e751 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/02_ScriptsFromFile/ScriptsFromFile.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e011b54a109dd1c43b5ed71ca3590a32 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/03_CallLuaFunction.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b90da095ffcaa34891335989ba05ddf 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/03_CallLuaFunction/CallLuaFunction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11338f45069e3e041b7c42b60897ce0a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/03_CallLuaFunction/CallLuaFunction.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b95d9c7995843244812901527540c78 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/04_AccessingLuaVariables.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b3a357bb0337ee438db20f82382e246 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/04_AccessingLuaVariables/AccessingLuaVariables.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3121aadbc8cdbeb488fdc0cfd1032ead 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/04_AccessingLuaVariables/AccessingLuaVariables.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b440f9ea3ca78884cbc8bd834a84ee54 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/05_LuaCoroutine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aab46dd051561242b5f1dd79f189a42 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/05_LuaCoroutine/LuaCoroutine.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 811fd4e3aec57234ea72e1ed44701a9c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/05_LuaCoroutine/TestCoroutine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fdb28fb1b0a1eb4391deef05b03405d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/06_LuaCoroutine2.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bf03102ccd94cb45afe01e02bf19184 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/06_LuaCoroutine2/Coroutine.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4db2739d8c3e5af4ca5647e7ded00f68 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/06_LuaCoroutine2/TestCoroutine2.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 252cf94b5db18424a94f00ddbd580ee0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/07_LuaThread.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34683a8c5207cb3438b3b06aa2ef38c8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/07_LuaThread/TestLuaThread.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd0d38a2cd6c8794ebb1150cc3678db6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/07_LuaThread/TestThread.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bc55bdc0d2bff34a9abc55c4eeebdc0 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/08_AccessingArray.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d74fee3fd9c8cb64e8d8083fb944a9c3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/08_AccessingArray/AccessingArray.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82a287200877e9344a7e6b2d58dfe019 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/08_AccessingArray/AccessingArray.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f3cdbddf148392458f85eed2085860c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/09_Dictionary.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d308146ac25b5a74d99ced6f74495105 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/09_Dictionary/System_Collections_Generic_Dictionary_int_TestAccountWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7eaa1793aebc03847bbeff73e29e711a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/09_Dictionary/System_Collections_Generic_KeyValuePair_int_TestAccountWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6f1375290fa13745bc07de7193ecc3e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/09_Dictionary/TestAccountWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b763e457bd5365e46bf64d146d0d5a3b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/09_Dictionary/UseDictionary.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23454681bd34d36498eafe3bb988240d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/09_Dictionary/UseDictionary.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5dc40f31458a9544aa74bcdad6d15d06 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/10_Enum.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbe9c6c5abd052b488c851260cc2cb92 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/10_Enum/AccessingEnum.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acd101a7d0a84e64198674b06dba633d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/10_Enum/AccessingEnum.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a217aecbea099fd4cbb21c9795f57884 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/11_Delegate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bafe37b805a5b274aaee648a0b64bcb2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/11_Delegate/TestDelegate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aebc047d4185a4942b0220c97c91154e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/11_Delegate/TestEventListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b909bbc52f2fc814ab97a3b1038ec9ee 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/11_Delegate/TestEventListenerWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e84ecc8101f77e45bab712de82fed53 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/11_Delegate/UseDelegate.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c371c24024790e4fafc6efd6656ffa8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/12_GameObject.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c05e0dc08239c724bba79944e7ccbcaa 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/12_GameObject/TestGameObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a206b7d4dbb78541b0e1be49fa5d338 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/12_GameObject/TestGameObject.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd44e2bbf67026a4eb7a12cc132f5515 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/13_CustomLoader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fc9a6d7d2170ce43bfdcb7197628a9d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/13_CustomLoader/CustomLoader.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64a15f71c3e8ada48bbf2dec47d8eb0d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/13_CustomLoader/TestCustomLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc2267b374446b24faf55d67673d8e63 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/14_Out.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9762f66a6f78d843b27a77925f63e3f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/14_Out/TestOut.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1cff06827ae69d45ba691b5714e066d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/14_Out/TestOutArg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb859a8f0bf518243b6fc7c57eeef886 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/15_ProtoBuffer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cac1317b8ab1d3a438e2fa736a69d7fe 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/15_ProtoBuffer/ProtoBuffer.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a4304ba0253d9241b8bf736a8607df6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/15_ProtoBuffer/TestProtoBuffer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07805e704145c3b47b7c511a16d66d99 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/15_ProtoBuffer/TestProtol.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using LuaInterface; 3 | 4 | public static class TestProtol 5 | { 6 | [LuaByteBufferAttribute] 7 | public static byte[] data; 8 | } 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/15_ProtoBuffer/TestProtol.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 486ec4f4b6496a94c85974a2e0c1bd78 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/15_ProtoBuffer/common.proto: -------------------------------------------------------------------------------- 1 | 2 | message Header 3 | { 4 | required int64 cmd = 1; 5 | required int32 seq = 2; 6 | } -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/15_ProtoBuffer/common.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 760d09f03acd6ed4e94516e3b7439c54 3 | timeCreated: 1498133645 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/15_ProtoBuffer/person.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f84fe6c5b2078174bb56bed15abd687b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/16_Int64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56454d123fe4d2a47a2a1bf5e9a7399b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/16_Int64/TestInt64.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2eb3e2c0caea144e8cbbb8de6ed33f8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/16_Int64/TestInt64.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f5fdf9606a2d854590fcbd3926005e4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/17_Inherit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49da3d0eb205def459dc639d92b7cc77 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/17_Inherit/Inherit.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3cf1516f0a320b49a263c1fed026319 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/17_Inherit/TestInherit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9cb964bd30f70946ab3ba186316e134 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/18_Bundle.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07aecff784dcab84393e4fad04c7b35d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/18_Bundle/TesetAssetBundle.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 207ce505e47eb8542963d4972b45b05d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/18_Bundle/TestABLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d357c949a4510b146a6e82777d131d20 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/19_cjson.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c1a9e6cb95cdea4cbc97a336446abe8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/19_cjson/TestCJson.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3dab0c9b55ca0f44a0d3b8a50edf396 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/19_cjson/testcjson.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0dbc965b474b6824db5cb79d380403e4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/20_utf8.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48896cd2daf4f4542ba776681732210a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/20_utf8/TestUTF8.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c58b879bbb37ee4891c46ef87989f91 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/20_utf8/utf8.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74b6932cd0642734eb36e554528a9825 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/21_String.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7bfd51b922b87a4ba399b7f73540493 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/21_String/TestString.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73dc7ee420beffa4b9db2334045dabba 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/21_String/TestString.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e6bca3bb283b3247a8692ac6e03d4ff 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/22_Reflection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1160a89e211090a4ea787fb5145cc984 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/22_Reflection/TestReflection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fab693360b2865f4a9121b9959993d29 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/22_Reflection/TestReflection.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c297fdd08a27a54a96505801547f7b2 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/23_List.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 665099d7241e1a54fb217e3b172e21a7 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/23_List/UseList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a4f97c41d925314c853a72d43fb5166 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/23_List/UseList.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4f35714ff91744489f71618b0ae9fd8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/24_Struct.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a817b98d5c7d23e4c9c6afb6ac646cbe 3 | folderAsset: yes 4 | timeCreated: 1495007845 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/24_Struct/Struct.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bab0d380ec96e4846bcd28c1d626d89f 3 | timeCreated: 1495007901 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Performance.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f240c18ff8d4eb44390f8d949e2f6fbd 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Performance/Performance.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0693d19658479a642a7faaa61feb2c09 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Performance/TestPerformance.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3be970387cfeea42a1944adffc6fffc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9efe91d34eaff5a4ab3530e47ea50385 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd85633be4068ee4b8d8f4744a4a9386 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d26bf1a8a6d42954eb332fd9957140d1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua/Protol.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0882b1dfb9d5f9e408ec017206a4946a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua/Protol/common_pb.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dae780f9dbb4a634bbc8605c0cd7bd13 3 | timeCreated: 1498123941 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua/Protol/person_pb.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a5684e0e56583c43b809876b457c953 3 | timeCreated: 1498113766 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua/TestErrorStack.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a540e20118516b1449b2bb6293d1030a 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua/TestLoader.lua.bytes: -------------------------------------------------------------------------------- 1 | print("This is a script from a utf8 file") 2 | print("tolua: 你好! こんにちは! 안녕하세요!") 3 | 4 | function Test() 5 | print("this is lua file load by Resource.Load") 6 | end -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua/TestLoader.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d249a195df84a8e448b95867fdc844df 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua/TestLuaCoroutine.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e90f8f033d17114297577d8cde2677e 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua/TestPerf.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07657567fb0a4fe439b7e52f48d787e1 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/Lua/ToLuaInjectionTestInjector.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d4ade31977a9ce4f92428e0889cee1d 3 | timeCreated: 1515036182 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/Resources/jsonexample.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d7edaf98b78bd84297bb888bf41ed02 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestErrorStack.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00b15eee8aab8d64e844fc53ee7395de 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestErrorStack/TestInstantiate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3f31488b17b6394f8cc6e000f1001ab 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestErrorStack/TestInstantiate.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec8a2f7e4eaf1c64e8393014e602047c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestErrorStack/TestInstantiate2.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 901668bc322ed714d9c7c74febc9bd8b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestErrorStack/TestInstantiate2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e472cc047eb20841bbb7c64dfeb0d78 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestErrorStack/TestLuaStack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b40a6eeee975862489a712e1a3d79ed1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestErrorStack/TestLuaStack.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 706020e5c3f37944995bfe00955fdd39 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestInjection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38c5ccf43aa1bef4ab5def4faf0a5aba 3 | folderAsset: yes 4 | timeCreated: 1515035158 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestInjection/BaseTestWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 823570c1e66fe6e45b87a838ec075e76 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestInjection/TestInjection.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05dc1e98babb44f47ad2a28a88b76380 3 | timeCreated: 1515035207 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestInjection/ToLuaInjectionTestWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14459b5f9debe5f47b5a300b6f1acfe8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestOverload.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c47782a99562c02499fb1602381bfe8d 3 | folderAsset: yes 4 | timeCreated: 1486461631 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestOverload/TestExportWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93a993f96184f9043b307249752cde32 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestOverload/TestExport_SpaceWrap.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e8176bbf31cef9418a3a1aa76f1f018 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestOverload/TestOverload.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ccb167912a52c2f4e9f88a1bc02d5083 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Examples/TestOverload/TestOverload.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45830782541ee7a49b44eb5a02d7ecef 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Injection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4621b1a494fd57b498ced8aae8d69afa 3 | folderAsset: yes 4 | timeCreated: 1526805314 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Injection/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 408aa6da49448a544942370044596d77 3 | folderAsset: yes 4 | timeCreated: 1515031012 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Injection/InjectionBlackList.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 449a10dea407bc04ea1bbb6f9d42bbd8 3 | timeCreated: 1515037624 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Injection/InjectionBridgeEditorInfo.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a03414dd6167d14db5ffeec44c8ebf9 3 | timeCreated: 1515037626 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Injection/LuaInjectionSkipPaths.txt: -------------------------------------------------------------------------------- 1 | Assets/ToLua/Core/ 2 | Assets/ToLua/Injection/ 3 | Assets/ToLua/Misc/ 4 | Assets/ToLua/Injection/ 5 | Assets/ToLua/Misc/ 6 | H:/OpenSource/toluaSelf/Assets/Plugins/ 7 | H:/OpenSource/toluaSelf/Assets/ToLua/BaseType/ 8 | Assets/Source/Generate/ 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Injection/LuaInjectionSkipPaths.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b40d8aec6722dd489e0cf5180707926 3 | timeCreated: 1515038066 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b3be0814bb45e640973aea4f6303a33 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/Build.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df27f3565c885a1419249346792d53b7 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c23205cbb914d9943ba97091e50d9d34 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System/Injection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd35ae0a721aca5469a1dc038b2b6158 3 | folderAsset: yes 4 | timeCreated: 1515034041 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System/Injection/InjectionBridgeInfo.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ddd0929c7e5e87a43ac765a3d62c90a7 3 | timeCreated: 1514865200 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System/Injection/LuaInjectionBus.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f358679c92622642a844c157ce4fece 3 | timeCreated: 1514865200 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System/Injection/LuaInjectionStation.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78b8ba284d726bf48803904bd5ada5c4 3 | timeCreated: 1514865423 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System/Reflection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b31921aad5a29bf48b69fbad423de1be 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System/Reflection/BindingFlags.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 447334b96205b8040b534702d8d806c6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System/Timer.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e891968e6d367cf4da81d8c24a52c358 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System/ValueType.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fab9e4d6fcf702740a4c66965903ed1f 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/System/coroutine.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69692ffc56243fb4a8d655a208364fec 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec9654611f40bd64cb988c5f45494721 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Bounds.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8643f0e46fe222e48919766d7b0c7c5f 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Color.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54770d2645593c347ac25713a6d332e3 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/LayerMask.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08700fd491ce4cf4ba55fd9832b9f9cf 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Mathf.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cfbc4fb807d4e444bd41df7de6c249e 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Plane.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3971497c90061f4d9c0e9a99b5bbcbe 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Profiler.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37c51fa1e5d7c094f8620b364c731293 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Quaternion.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc8181e6244125146a87c5b83c380a92 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Ray.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 436d981c3546acd44a03048767c0d85a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/RaycastHit.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 707a4e1a225007d45923200abf2c9c13 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Time.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f2e1d9dee4ecaf4b8734c59f1c9f3b5 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Touch.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48ee0c1b8478eba4f9338e5ec4a14d40 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Vector2.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebac0a3bf4e463249a78081c5cc3abcf 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Vector3.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3697c841f98720444b380cc2756c17ea 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/UnityEngine/Vector4.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e294d4af7e55084dadac8ee7a76099d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/cjson.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51fabff50886aea4ca5100ee3396939b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/cjson/util.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6b21c50e0c10c840bb4965a6b03fdc1 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/event.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cb3ad8be0f474f4c997acf1b791b133 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b8761c25aba4304482c7fd87688285a 3 | folderAsset: yes 4 | timeCreated: 1492692752 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/bc.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f0b5eb903971c641845b50fec99cc42 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/bcsave.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c57519f5e4f846c459de1f2eaa13da69 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_arm.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ca08f899c4b9e9468fe93edcef60270 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_arm64.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4d4c9abbcac24849b38a339a3bf4529 3 | timeCreated: 1494052836 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_arm64be.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9743f232842733e4c9e3b478b8adbffd 3 | timeCreated: 1494052836 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_mips.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24d7d1c35dd3f7b4e8b37409571d4a8d 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_mips64.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45cd531eacd4e694585cb017ffc7df14 3 | timeCreated: 1494052836 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_mips64el.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c933838018073f44d8b9cb738c3ef6f8 3 | timeCreated: 1494052836 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_mipsel.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b8e829ec84bb8e4f8b56474c9812d02 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_ppc.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1231975d3fb5f1b4995c9112ea3537f4 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_x64.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9997149317d8a6458002e31b320c212 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dis_x86.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3244c54564aeae24daa6a81b810b9d3f 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/dump.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d03e3137c36cc2468b3fbc7d489f17e 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/p.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 413d3a4d59c39ea48b62dbb8f1b361c3 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/v.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e83d256a881de8f4ab20afb40ff611f7 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/vmdef.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5d8aeae2f0a20e4396eefb2f2dc4268 3 | timeCreated: 1492693197 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/jit/zone.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af44e752354375746813d50c6d26b867 3 | timeCreated: 1492692752 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/list.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0d0ca55b7df3414aafaf11a39c13378 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/lpeg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58143f62c40fa4143903b5b1abc707fe 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/lpeg/re.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7e8b1ba4c06a4d4db879ad831cb62f1 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/ltn12.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f6ae256ba8bd244692e687b1b0ece95 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/mime.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78de065ed4e50984eba196a41070d017 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/misc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08e54c61aaaa7c545b03c37c12e41df1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/misc/functions.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ad071edc48d0d8469028957a2df9c67 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/misc/misc.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65f0fec8c62c56a499fb800e5e7b5048 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/misc/strict.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4df6e3671aafc8e4d82fee6a2cf5948e 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/misc/utf8.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7ac60fc5e653564588e60deb91863ee 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 588f81265fa730e41a5371957a46eb61 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf/containers.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b091e6d28e2ea5b469fa0ef87c372f3a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf/decoder.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99e0d332d92e1c44ca56267a2b3bdcf9 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf/descriptor.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec5270fc0e79e1140be77c303c4874c4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf/encoder.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59c27d5459f0dfc4ab1077ce6f391ea9 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf/listener.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7778f4f6aeddbee43984c5da8cc06953 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf/protobuf.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afc64cedbe4a843499e187d95d272f06 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf/text_format.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11ebbcbb210e532448bcc1440a557d8f 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf/type_checkers.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38d553dac9a25c84c9c7d74608783a1b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/protobuf/wire_format.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02ba9c90e50e89e4da2ee869851300a0 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/slot.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5040eeedfb5e1bf4b8a5294bba19ca0b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/socket.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63c3bb6af007b6344af9a86ef0b7e225 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/socket.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d809aad390df7d54a95d719367731993 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/socket/ftp.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d703a862f37cfb42a2937b6f2cc9df6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/socket/headers.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62876db61c32bf6499db08ea59ccff1f 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/socket/http.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 209e83764932d974287e82cda5febaf7 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/socket/mbox.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b179323d673f3f04996fc0b22c0817bb 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/socket/smtp.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fb16f8ece254ef4d9c196242b49a8ae 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/socket/tp.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f81b525c8aa6ab6408db2989c91556cc 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/socket/url.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f52d8d21085d51c42b5e27aca557bcd9 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/tolua.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dab8762e884a1c469dd11f6d2044a0f 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Lua/typeof.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7edd4f2975d3f54f8396b61d8b34944 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Misc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ec2002202db97649bcdffe1705c0bdc 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Misc/LuaClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d41d4486c02e3e4ca1c1f12f7a48a95 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Misc/LuaCoroutine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61c0f3aff91dfbd4097181bfb8c99d7f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Misc/LuaLooper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d56dbfed903b80e498bb872845c17e7e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: -10 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Misc/LuaProfiler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29c635f2321c2dc48aea28e8e6accb7e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Misc/LuaResLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61b6ccc77a2cfc341963b08eb6cb4dfc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Reflection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 674faa7cf920bda4d9b25ac74cdeb979 3 | folderAsset: yes 4 | timeCreated: 1462550855 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Reflection/LuaConstructor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f277531b56c0944fb5d9af67defed02 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Reflection/LuaField.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac0dd1f9fec2afa4e96fc2f583688c5a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Reflection/LuaMethod.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e50f0b4cc54866649975adb5d9801a3d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Reflection/LuaProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26952c90fb22bda4dbe945f2fa2224ff 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Reflection/LuaReflection.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3faee4f867484814bb3f76d4a798219d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Source.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db55e48f816fba1409469da1390fc320 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Source/Generate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0a78131d3329a6429aef18c841165dc 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Source/Generate/DelegateFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b601554b6e73074a99764aab89026c9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Source/Generate/LuaBinder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9621a0179b692cd46b020b1de545ebed 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/Source/LuaConst.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35b0c8bef181f2d4dacd3c860eb546a7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/LuaFramework/ToLua/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c85b2c9de573bc54881ca0c2427016cd 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 644aec5d63676df4193b416f5dd1e179 3 | folderAsset: yes 4 | timeCreated: 1453125833 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/.DS_Store -------------------------------------------------------------------------------- /Assets/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 729c01aec7bba814d88608249c8a170b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72b436146481b3f40b05eb161ca7f39c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/armeabi-v7a.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 034154e518117d842b99fd1f19efa3a3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/armeabi-v7a/libtolua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/Android/libs/armeabi-v7a/libtolua.so -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/armeabi-v7a/libtolua.so.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fb9a29f65e536b4293f7f9affd19158 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d76e3311efeac224996b0cb7a06a7a3a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/x86/libtolua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/Android/libs/x86/libtolua.so -------------------------------------------------------------------------------- /Assets/Plugins/Android/libs/x86/libtolua.so.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bf04aa9e8715d047898e94157e2decd 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/CString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/CString.dll -------------------------------------------------------------------------------- /Assets/Plugins/Debugger.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/Debugger.dll -------------------------------------------------------------------------------- /Assets/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48e42b60abfb25b488c56d81b63e4646 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/iOS/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/iOS/.DS_Store -------------------------------------------------------------------------------- /Assets/Plugins/iOS/libtolua.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/iOS/libtolua.a -------------------------------------------------------------------------------- /Assets/Plugins/iOS/libtolua.a.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8492849dccfbfce4485d383c0ce84651 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/tolua.bundle.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d67965ea35e33fa4f8179bc8f4f3ce74 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/tolua.bundle/Contents.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0268dd48105753c49a78ed114d6a398e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/tolua.bundle/Contents/Info.plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81a8c861624bbed45b70b29beb4a90ea 3 | timeCreated: 1454253412 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/tolua.bundle/Contents/MacOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f47ce9b3acaa3ad4e93c7d3977c574f0 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/tolua.bundle/Contents/MacOS/tolua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/tolua.bundle/Contents/MacOS/tolua -------------------------------------------------------------------------------- /Assets/Plugins/tolua.bundle/Contents/MacOS/tolua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6873e7aba8a271643862740896b03cf2 3 | timeCreated: 1454253412 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b0b0c4ffe67d2f4292c5211de91e55f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/x86/tolua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/x86/tolua.dll -------------------------------------------------------------------------------- /Assets/Plugins/x86/tolua.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3b9938f609831e41b7ffc0f4108166b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/x86_64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ea0a8e1f899b1148badb9e92b431566 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/x86_64/tolua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Plugins/x86_64/tolua.dll -------------------------------------------------------------------------------- /Assets/Plugins/x86_64/tolua.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82bce848ef6ade348a8220c2ada7da08 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Sproto.New.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/Sproto.New.zip -------------------------------------------------------------------------------- /Assets/Sproto.New.zip.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e69673830762b5849b02078f4d42e715 3 | timeCreated: 1502373744 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb3079215e5e57742b67170c2a328dc7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/StreamingAssets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/StreamingAssets -------------------------------------------------------------------------------- /Assets/StreamingAssets/StreamingAssets.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab8df7a8432cb0445a022f904df8a469 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/StreamingAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed75f9699dbd58f49bd568d0fd0b02fc 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/files.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea71b03ed5835264d82c295a7b60421c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe09af8cc01dddd45bad461013d3bf3b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69992ddd3972c4046ad43c5d6d9faf0e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/cjson.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 072e4eeb7f7510a45818a6a6e1a1b6e9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/cjson/example1.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a54a07a2f065ab47bf9a9f872c364e9 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/cjson/example2.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9586a6b8e824ee04d89d97e9efbdbae7 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/cjson/example3.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdcac43e9c2bfa1429f73d2e4eda9b1c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/cjson/example4.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18100bd6584b0ce4694a642dccd5744b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/cjson/example5.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65d0573db00b6ad44b6ae005481ba5a3 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 505a8ad94e09ff54fb6fe56a429806ea 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/Makefile.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32c91a2bfe02518449ba7b06ff4b8e6a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/Makefile.mingw.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfcd540bf2f8e354995576932d7db640 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/README.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e94c5c004b67ac49988d56825a1a478 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8cd0ae7271e1fe4bab6313a4fc35e06 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/api.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bea93315f590b04ca626be3fcefef57 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/bluequad-print.css.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 335ae056b3758044faa6930e472c9b0a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/bluequad.css.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64ca06acd94650f4d8e9ce5ec9e5ad9b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/changes.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5072da345c3fca4a8072772abbd864e 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/contact.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c11fa67c01b2ab44fa30f19b3bdb583a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/img.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13885124c189bab4f92f7205d3bd533c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/img/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/3rd/luabitop/doc/img/contact.png -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/img/contact.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7eaa6b084169d9845a7e16654a1e946e 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/index.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ef0a5415399a7646b0d80554736efbb 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/install.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab80d5a11f124a24da920b4fbad8dcc8 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/doc/semantics.html.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f40e976c18272d4bae4d434669c7607 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/msvcbuild.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee73f20f82ec712439a9d92da9ff2884 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/luabitop/msvctest.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83f5912d6246bdf478c5af3bcff4fb14 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/pbc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d87639ddfc73364b804a07fc2bbcd59 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/pbc/addressbook.pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/3rd/pbc/addressbook.pb -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/pbc/addressbook.pb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3e21cf2faac8d24f97968237c8bb2d9 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/pbc/addressbook.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 954f749db978cae429ada4397b76361c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/pblua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1f6e01aa4679c04ba87c64a4192743d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/pblua/login.proto: -------------------------------------------------------------------------------- 1 | 2 | message LoginRequest { 3 | required int32 id = 1; 4 | required string name = 2; 5 | optional string email = 3; 6 | } 7 | 8 | message LoginResponse { 9 | required int32 id = 1; 10 | } -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/3rd/pblua/login.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f81f759db88ccc499585c3f70b85fb6 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/Build.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bee6d2d4ab5895545a8a64ea42706cb1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 626d2aa9df3b4624c9190fb5ffc8f426 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06f5570a9e1a1794984cc21666fe717c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_cjson.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_3rd_cjson.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_cjson.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fe613a312847174b903fb3e1f93ff7d 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_cjson.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c28d05c2a98f3584d9c7b177c7314875 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_luabitop.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_3rd_luabitop.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_luabitop.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a8df935b4930454aa34b6ce312f5a30 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_luabitop.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f88d2a455a22d85429067f9252b6d82a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_pbc.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_3rd_pbc.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_pbc.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a3662476f2767f45a833aec2defcbac 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_pbc.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5980691f382f7840a4464ed4d42d98f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_pblua.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_3rd_pblua.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_pblua.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a11b8f196bd0ad4498d227b574e8bfaa 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_pblua.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d92c8e32e8e8fb46aafb6997c2915b0 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_sproto.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_3rd_sproto.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_sproto.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96ff462811d92cf4b929d5726ada87fa 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_3rd_sproto.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c7bd5f42c00bed49ba41eaefd9dd919 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_cjson.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_cjson.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_cjson.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba73b11be71b2c14fb5191008b5c8053 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_cjson.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57bcff252c67c664f851b3f7a1bf5f61 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_common.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_common.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_common.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ba6f78d4a6691a459dc908253c6e3fc 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_common.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8eb385b5ffd862e45a2471b5ee3febef 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_controller.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_controller.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_controller.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f19da08c71e1a454baf987d45ece4f04 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_controller.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 130b3dab605581a4090347508577051c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_jit.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_jit.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_jit.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27b7a8f2343165e4ba11272e8fe9bf49 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_jit.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9892014a9e5cb340b17a5a8b1e1ea4c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_logic.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_logic.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_logic.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d0d8f4083eef894ab2c081a9991345e 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_logic.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be9b3a8ce59edab488c65a0e323185cf 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_lpeg.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_lpeg.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_lpeg.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f16bf8a28ffd2a488e81000fcd79e58 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_lpeg.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d1aa60839c07b8488931f93344c3365 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_misc.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_misc.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_misc.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d5ae8d2f10f4ff4baacee8cf5cee8b5 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_misc.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbba6ede364dfa44abd2da88ac32d932 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_protobuf.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_protobuf.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_protobuf.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c082c4d3a4161c149abdd22b08018f80 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_protobuf.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 745da5adf8cca27408cbc43a797d125f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_socket.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_socket.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_socket.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d85ef2995afff945bb837d32f9d4aff 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_socket.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdf10337ca6fb6f4f8f205016fbe046f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_system.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_system.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_system.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7ef6431c0f2184468e70156b203f71b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_system.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3472a116118bb114d88d27c2bce743c2 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_system_injection.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_system_injection.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_system_injection.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43ba99824877906428da7202cad7792e 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_system_injection.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d17cfbf0ceb1c1442a9e2b4b7613ca78 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_system_reflection.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_system_reflection.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_system_reflection.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6bf14202d920774b852b6ba41d2d9bf 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_system_reflection.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99d8349a51278634c9caec1fe0b32be2 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_unityengine.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_unityengine.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_unityengine.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfa1d071022ca7e4f9b62ae8ecb69ccb 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_unityengine.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0715a73b9453d63439b2b257f9bc273f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_view.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/lua/lua_view.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_view.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b68d232b0897d7f4aa1649853b74e5de 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/lua/lua_view.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33a3d54715e6eb44480122bb1ec215f8 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/message.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/message.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/message.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fa6f83d95a20574faeda64b7eec100f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/message.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eadf76ef47aebd146bfce2c0ff6456b7 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/prompt.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/prompt.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/prompt.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54d2b1d88f9a6784a9efe9dad4a02e83 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/prompt.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b347026f9f6f954a9652817eff58f9c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/prompt_asset.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/prompt_asset.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/prompt_asset.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b081ed1da98d6f64bb86b72266e9e422 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/prompt_asset.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42be5e396d5a3e345a641366d1495769 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/shared_asset.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Assets/StreamingAssets/shared_asset.unity3d -------------------------------------------------------------------------------- /Assets/StreamingAssets/shared_asset.unity3d.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53ac044089957c8479f12a37df140f38 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/shared_asset.unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7c42517c7c43b944a2ea3942d79a549 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/link.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Assets/link.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8d0eb461ac328347a86a1727144872e 3 | timeCreated: 1498812386 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Images/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Images/1.gif -------------------------------------------------------------------------------- /LuaEncoder/luajit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 275aa2b63c7625046b31a302e2c71967 3 | folderAsset: yes 4 | timeCreated: 1427153877 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c6dce3c1e9409c49a82b4c844b8b1e8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/bc.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d18ce292c8e9a3446a5890f324daddc8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/bcsave.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cb37ebfedf93ae4b96e0da0d77065c4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/dis_arm.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a5d0750f7c50434799a22a9fd01dd11 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/dis_mips.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d6b0da48d262af4b902b41b630d7c55 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/dis_mipsel.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06a369592f16cc54b82ec90d905c271c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/dis_ppc.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16a81ab6de25d044280dbc5a24abfa3a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/dis_x64.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da9358785297a39428fd96e0e17ad8f7 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/dis_x86.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 676a7cf93973aa444ad7cf6d244083d8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/dump.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 029c25a735609054d81dee95957d1fc8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/v.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 724b205f5019d9449807abad317fbb38 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit/vmdef.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd5259d2e7ff79146978231b90c15d75 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/lua51.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/LuaEncoder/luajit/lua51.dll -------------------------------------------------------------------------------- /LuaEncoder/luajit/luajit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/LuaEncoder/luajit/luajit.exe -------------------------------------------------------------------------------- /LuaEncoder/luajit/luajit.exe.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd87a0d5c3e11194094c1d320c512068 3 | timeCreated: 1427153877 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /LuaEncoder/luajit_mac/libluajit.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/LuaEncoder/luajit_mac/libluajit.a -------------------------------------------------------------------------------- /LuaEncoder/luajit_mac/libluajit.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/LuaEncoder/luajit_mac/libluajit.so -------------------------------------------------------------------------------- /LuaEncoder/luajit_mac/luajit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/LuaEncoder/luajit_mac/luajit -------------------------------------------------------------------------------- /LuaEncoder/luavm.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c052792286bb34e31ae62709d3413dfb 3 | folderAsset: yes 4 | timeCreated: 1437067855 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /LuaEncoder/luavm/luac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/LuaEncoder/luavm/luac -------------------------------------------------------------------------------- /LuaEncoder/luavm/luac.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db51ecd932e1b4a2ebea41eec713f58e 3 | timeCreated: 1437067855 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /LuaEncoder/readme.txt: -------------------------------------------------------------------------------- 1 | 不同平台使用的编码器不同 2 | ============================== 3 | luajit: win, android using luajit2.0.4. 4 | luavm: macos using luac(for u5.x). 5 | luajit_ios: ios using luajit2.1beta 6 | 7 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/LuaFramework/Scenes/main.unity 10 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2020.1.2f1c1 2 | m_EditorVersionWithRevision: 2020.1.2f1c1 (0b431fa5f474) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: .0199999996 7 | Maximum Allowed Timestep: .333333343 8 | m_TimeScale: 1 9 | -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Unity2020 LuaFramework UGUI 2 | 这是Unity的LuaFramework的Demo工程,UI框架使用UGUI。 3 | 由于官方的LuaFramework UGUI工程在Unity2020中会报错,本工程修复了相关报错,可以直接运行。 4 | 我的博客文章:https://linxinfa.blog.csdn.net/article/details/88246345 5 | 6 | ![](https://github.com/linxinfa/Unity2020-LuaFramework-UGUI/blob/master/Images/1.gif) 7 | -------------------------------------------------------------------------------- /Temp/UnityVS/Visual Studio 2015 Tools.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Temp/UnityVS/Visual Studio 2015 Tools.unitypackage -------------------------------------------------------------------------------- /Temp/__Backupscenes/0.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Temp/__Backupscenes/0.backup -------------------------------------------------------------------------------- /Temp/tempFile.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Temp/tempFile.res -------------------------------------------------------------------------------- /Temp/tempFile.resG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Temp/tempFile.resG -------------------------------------------------------------------------------- /Temp/tempFile.resS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/Temp/tempFile.resS -------------------------------------------------------------------------------- /obj/Debug/Assembly-CSharp.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | E:\unity_projects\LuaFramework_UGUI-master\obj\Debug\Assembly-CSharp.csprojResolveAssemblyReference.cache 2 | -------------------------------------------------------------------------------- /obj/Debug/Assembly-CSharp.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/obj/Debug/Assembly-CSharp.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /obj/Debug/build.force: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linxinfa/Unity2020-LuaFramework-UGUI/6702a465e340cd3a01d29f823d5aff90683994af/obj/Debug/build.force --------------------------------------------------------------------------------