├── .gitattributes ├── Assets ├── Editor.meta ├── Editor │ ├── BuildAnimationEditor.cs │ ├── BuildAnimationEditor.cs.meta │ ├── BuildSoldiersAnimEditor.cs │ ├── BuildSoldiersAnimEditor.cs.meta │ ├── CustomSelfEditor.cs │ ├── CustomSelfEditor.cs.meta │ ├── CustomSettings.cs │ ├── CustomSettings.cs.meta │ ├── FolderInspector.cs │ ├── FolderInspector.cs.meta │ ├── Packager.cs │ ├── Packager.cs.meta │ ├── TransformEditor.cs │ ├── TransformEditor.cs.meta │ ├── UICircleInspector.cs │ └── UICircleInspector.cs.meta ├── Lua.meta ├── Lua │ ├── Common.meta │ ├── Common │ │ ├── Defines.lua │ │ ├── Defines.lua.meta │ │ ├── FrameDefines.lua │ │ ├── FrameDefines.lua.meta │ │ ├── Functions.lua │ │ ├── Functions.lua.meta │ │ ├── Protocal.lua │ │ └── Protocal.lua.meta │ ├── Config.meta │ ├── Config │ │ ├── ConfigAll.lua │ │ ├── ConfigAll.lua.meta │ │ ├── RandomName.lua │ │ ├── RandomName.lua.meta │ │ ├── Sound.lua │ │ └── Sound.lua.meta │ ├── Controller.meta │ ├── Controller │ │ ├── Command.meta │ │ ├── Command │ │ │ ├── CmdCloseUI.lua │ │ │ ├── CmdCloseUI.lua.meta │ │ │ ├── CmdHideUI.lua │ │ │ ├── CmdHideUI.lua.meta │ │ │ ├── CmdShowUI.lua │ │ │ └── CmdShowUI.lua.meta │ │ ├── NotifyName.lua │ │ └── NotifyName.lua.meta │ ├── Framework.meta │ ├── Framework │ │ ├── Controller.lua │ │ ├── Controller.lua.meta │ │ ├── Facade.lua │ │ ├── Facade.lua.meta │ │ ├── Utils.meta │ │ └── Utils │ │ │ ├── Base64.lua │ │ │ ├── Base64.lua.meta │ │ │ ├── Eventlib.lua │ │ │ ├── Eventlib.lua.meta │ │ │ ├── Events.lua │ │ │ ├── Events.lua.meta │ │ │ ├── Message.lua │ │ │ └── Message.lua.meta │ ├── Language.meta │ ├── Language │ │ ├── LangManager.lua │ │ └── LangManager.lua.meta │ ├── Logic.meta │ ├── Logic │ │ ├── DataManager.lua │ │ ├── DataManager.lua.meta │ │ ├── GameManager.lua │ │ ├── GameManager.lua.meta │ │ ├── Network.lua │ │ ├── Network.lua.meta │ │ ├── SoundManager.lua │ │ ├── SoundManager.lua.meta │ │ ├── TimeManager.lua │ │ └── TimeManager.lua.meta │ ├── Main.lua │ ├── Main.lua.meta │ ├── Model.meta │ ├── Model │ │ ├── BaseModel.lua │ │ ├── BaseModel.lua.meta │ │ ├── ErrorModel.lua │ │ ├── ErrorModel.lua.meta │ │ ├── LoginModel.lua │ │ └── LoginModel.lua.meta │ ├── View.meta │ └── View │ │ ├── AWrap.meta │ │ ├── AWrap │ │ ├── List.meta │ │ ├── List │ │ │ ├── BaseDataList.lua │ │ │ ├── BaseDataList.lua.meta │ │ │ ├── BaseListItem.lua │ │ │ ├── BaseListItem.lua.meta │ │ │ ├── BaseViewList.lua │ │ │ └── BaseViewList.lua.meta │ │ ├── UI.meta │ │ └── UI │ │ │ ├── BaseImage.lua │ │ │ ├── BaseImage.lua.meta │ │ │ ├── BaseLoad.lua │ │ │ ├── BaseLoad.lua.meta │ │ │ ├── BaseView.lua │ │ │ ├── BaseView.lua.meta │ │ │ ├── PopView.lua │ │ │ ├── PopView.lua.meta │ │ │ ├── TipsView.lua │ │ │ └── TipsView.lua.meta │ │ ├── Camera.meta │ │ ├── Camera │ │ ├── CameraHandler.lua │ │ └── CameraHandler.lua.meta │ │ ├── ChooseRole.meta │ │ ├── ChooseRole │ │ ├── ChooseRoleView.lua │ │ └── ChooseRoleView.lua.meta │ │ ├── ChooseSvr.meta │ │ ├── ChooseSvr │ │ ├── ChooseSvrView.lua │ │ ├── ChooseSvrView.lua.meta │ │ ├── SvrListItem.lua │ │ └── SvrListItem.lua.meta │ │ ├── Login.meta │ │ ├── Login │ │ ├── LoginView.lua │ │ └── LoginView.lua.meta │ │ ├── MsgBox.meta │ │ └── MsgBox │ │ ├── MsgBox.lua │ │ ├── MsgBox.lua.meta │ │ ├── MsgTips.lua │ │ └── MsgTips.lua.meta ├── Plugins.meta ├── Plugins │ ├── Android.meta │ ├── Android │ │ ├── libs.meta │ │ └── libs │ │ │ ├── arm64-v8a.meta │ │ │ ├── arm64-v8a │ │ │ ├── libtolua.so │ │ │ └── libtolua.so.meta │ │ │ ├── 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 │ │ ├── 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 ├── ResExport.meta ├── ResExport │ ├── AtlasView.meta │ ├── AtlasView │ │ ├── ChooseRoleAtlas.spriteatlas │ │ ├── ChooseRoleAtlas.spriteatlas.meta │ │ ├── ChooserSvrAtlas.spriteatlas │ │ ├── ChooserSvrAtlas.spriteatlas.meta │ │ ├── LoginAtlas.spriteatlas │ │ ├── LoginAtlas.spriteatlas.meta │ │ ├── TipsAtlas.spriteatlas │ │ └── TipsAtlas.spriteatlas.meta │ ├── Audios.meta │ ├── Audios │ │ ├── BgmLogin.ogg │ │ ├── BgmLogin.ogg.meta │ │ ├── Click.ogg │ │ ├── Click.ogg.meta │ │ ├── Close.ogg │ │ ├── Close.ogg.meta │ │ ├── OpenUI.ogg │ │ ├── OpenUI.ogg.meta │ │ ├── Start.ogg │ │ └── Start.ogg.meta │ ├── Box.meta │ ├── Box │ │ ├── MsgBox.prefab │ │ ├── MsgBox.prefab.meta │ │ ├── MsgLoading.prefab │ │ ├── MsgLoading.prefab.meta │ │ ├── MsgTips.prefab │ │ └── MsgTips.prefab.meta │ ├── ChooseRole.meta │ ├── ChooseRole │ │ ├── ChooseRoleView.prefab │ │ └── ChooseRoleView.prefab.meta │ ├── ChooseSvr.meta │ ├── ChooseSvr │ │ ├── ChooseSvrView.prefab │ │ └── ChooseSvrView.prefab.meta │ ├── Login.meta │ ├── Login │ │ ├── LoginView.prefab │ │ └── LoginView.prefab.meta │ ├── Tips.meta │ └── Tips │ │ ├── IconTips.prefab │ │ └── IconTips.prefab.meta ├── ResQuote.meta ├── ResQuote │ ├── Sprites.meta │ ├── Sprites │ │ ├── Box.meta │ │ ├── Box │ │ │ ├── Box.png │ │ │ ├── Box.png.meta │ │ │ ├── NetLoading.png │ │ │ └── NetLoading.png.meta │ │ ├── ChooseRole.meta │ │ ├── ChooseRole │ │ │ ├── BtnRandom.png │ │ │ ├── BtnRandom.png.meta │ │ │ ├── BtnStart.png │ │ │ ├── BtnStart.png.meta │ │ │ ├── ImgChoose.png │ │ │ ├── ImgChoose.png.meta │ │ │ ├── ImgChooseBg.png │ │ │ ├── ImgChooseBg.png.meta │ │ │ ├── RoleBg.png │ │ │ ├── RoleBg.png.meta │ │ │ ├── RoleName.png │ │ │ └── RoleName.png.meta │ │ ├── ChooseSvr.meta │ │ ├── ChooseSvr │ │ │ ├── BGBottom.png │ │ │ ├── BGBottom.png.meta │ │ │ ├── BtnBack.png │ │ │ ├── BtnBack.png.meta │ │ │ ├── ChooseSvr.png │ │ │ ├── ChooseSvr.png.meta │ │ │ ├── ItemBg.png │ │ │ ├── ItemBg.png.meta │ │ │ ├── Lastest.png │ │ │ ├── Lastest.png.meta │ │ │ ├── LeftBg.png │ │ │ ├── LeftBg.png.meta │ │ │ ├── LeftLine.png │ │ │ ├── LeftLine.png.meta │ │ │ ├── Line.png │ │ │ ├── Line.png.meta │ │ │ ├── Select.png │ │ │ ├── Select.png.meta │ │ │ ├── State1.png │ │ │ ├── State1.png.meta │ │ │ ├── State2.png │ │ │ ├── State2.png.meta │ │ │ ├── State3.png │ │ │ ├── State3.png.meta │ │ │ ├── State4.png │ │ │ ├── State4.png.meta │ │ │ ├── TitleBg.png │ │ │ └── TitleBg.png.meta │ │ ├── Login.meta │ │ ├── Login │ │ │ ├── BgLoginBox.png │ │ │ ├── BgLoginBox.png.meta │ │ │ ├── BtnCancel.png │ │ │ ├── BtnCancel.png.meta │ │ │ ├── BtnLogin.png │ │ │ ├── BtnLogin.png.meta │ │ │ ├── BtnRegister.png │ │ │ ├── BtnRegister.png.meta │ │ │ ├── BtnStart.png │ │ │ ├── BtnStart.png.meta │ │ │ ├── ElseBg.png │ │ │ ├── ElseBg.png.meta │ │ │ ├── InputBox.png │ │ │ ├── InputBox.png.meta │ │ │ ├── LOGO.png │ │ │ ├── LOGO.png.meta │ │ │ ├── Select.png │ │ │ ├── Select.png.meta │ │ │ ├── SelectBg.png │ │ │ └── SelectBg.png.meta │ │ ├── Tips.meta │ │ └── Tips │ │ │ ├── Arena.png │ │ │ ├── Arena.png.meta │ │ │ ├── Coat.png │ │ │ ├── Coat.png.meta │ │ │ ├── Combat.png │ │ │ ├── Combat.png.meta │ │ │ ├── Energy.png │ │ │ ├── Energy.png.meta │ │ │ ├── Exp.png │ │ │ ├── Exp.png.meta │ │ │ ├── Food.png │ │ │ ├── Food.png.meta │ │ │ ├── Gold.png │ │ │ ├── Gold.png.meta │ │ │ ├── LevelUp.png │ │ │ ├── LevelUp.png.meta │ │ │ ├── Metal.png │ │ │ ├── Metal.png.meta │ │ │ ├── Sliver.png │ │ │ ├── Sliver.png.meta │ │ │ ├── Soldiers.png │ │ │ ├── Soldiers.png.meta │ │ │ ├── Sw.png │ │ │ ├── Sw.png.meta │ │ │ ├── VipLevelUp.png │ │ │ ├── VipLevelUp.png.meta │ │ │ ├── VipNum.png │ │ │ ├── VipNum.png.meta │ │ │ ├── Wood.png │ │ │ └── Wood.png.meta │ ├── Textures.meta │ └── Textures │ │ ├── Background.meta │ │ ├── Background │ │ ├── BgCommon.png │ │ ├── BgCommon.png.meta │ │ ├── BgLogin.png │ │ └── BgLogin.png.meta │ │ ├── BoxBg.meta │ │ ├── BoxBg │ │ ├── BgMsgBox.png │ │ └── BgMsgBox.png.meta │ │ ├── ChooseRole.meta │ │ ├── ChooseRole │ │ ├── Men.png │ │ ├── Men.png.meta │ │ ├── Women.png │ │ └── Women.png.meta │ │ ├── Else.meta │ │ └── Else │ │ ├── TopChooseSvr.png │ │ └── TopChooseSvr.png.meta ├── Resources.meta ├── Resources │ ├── Atlas.meta │ ├── Atlas │ │ ├── DownloadAtlas.spriteatlas │ │ └── DownloadAtlas.spriteatlas.meta │ ├── DOTweenSettings.asset │ ├── DOTweenSettings.asset.meta │ ├── DebugGUI.guiskin │ ├── DebugGUI.guiskin.meta │ ├── DownloadDesc.txt │ ├── DownloadDesc.txt.meta │ ├── Material.meta │ ├── Material │ │ ├── Grey.mat │ │ ├── Grey.mat.meta │ │ ├── ImageGrey.shader │ │ ├── ImageGrey.shader.meta │ │ ├── UIMask.mat │ │ ├── UIMask.mat.meta │ │ ├── UIMask.shader │ │ └── UIMask.shader.meta │ ├── Sprites.meta │ ├── Sprites │ │ ├── Download.meta │ │ ├── Download │ │ │ ├── Effact.png │ │ │ ├── Effact.png.meta │ │ │ ├── LOGO.png │ │ │ ├── LOGO.png.meta │ │ │ ├── Loading.png │ │ │ ├── Loading.png.meta │ │ │ ├── SliderBack.png │ │ │ ├── SliderBack.png.meta │ │ │ ├── SliderFront.png │ │ │ ├── SliderFront.png.meta │ │ │ ├── Title.png │ │ │ └── Title.png.meta │ │ ├── Tips.meta │ │ └── Tips │ │ │ ├── TipsBg.png │ │ │ └── TipsBg.png.meta │ ├── Textures.meta │ ├── Textures │ │ ├── BG.png │ │ ├── BG.png.meta │ │ ├── Icon.meta │ │ ├── Icon │ │ │ ├── 128.png │ │ │ ├── 128.png.meta │ │ │ ├── 64.png │ │ │ └── 64.png.meta │ │ ├── LOGO.png │ │ └── LOGO.png.meta │ ├── Tips.meta │ ├── Tips │ │ ├── NormalTips.prefab │ │ ├── NormalTips.prefab.meta │ │ ├── ReduceTips.prefab │ │ └── ReduceTips.prefab.meta │ ├── UI.meta │ └── UI │ │ ├── DownLoadView.prefab │ │ └── DownLoadView.prefab.meta ├── Scenes.meta ├── Scenes │ ├── Entry.unity │ ├── Entry.unity.meta │ ├── UI.unity │ └── UI.unity.meta ├── Scripts.meta ├── Scripts │ ├── Common.meta │ ├── Common │ │ ├── AStar.meta │ │ ├── AStar │ │ │ ├── AStarCallback.cs │ │ │ ├── AStarCallback.cs.meta │ │ │ ├── AStarDiagonalHeuristic.cs │ │ │ ├── AStarDiagonalHeuristic.cs.meta │ │ │ ├── AStarLinkNode.cs │ │ │ ├── AStarLinkNode.cs.meta │ │ │ ├── AStarManhattanHeuristic.cs │ │ │ ├── AStarManhattanHeuristic.cs.meta │ │ │ ├── AStarNode.cs │ │ │ ├── AStarNode.cs.meta │ │ │ ├── AStarUnit.cs │ │ │ ├── AStarUnit.cs.meta │ │ │ ├── AStarUtils.cs │ │ │ ├── AStarUtils.cs.meta │ │ │ ├── BinaryHeapNode.cs │ │ │ ├── BinaryHeapNode.cs.meta │ │ │ ├── BinaryHeapUtils.cs │ │ │ ├── BinaryHeapUtils.cs.meta │ │ │ ├── IAStarHeuristic.cs │ │ │ ├── IAStarHeuristic.cs.meta │ │ │ ├── IAStarUnit.cs │ │ │ ├── IAStarUnit.cs.meta │ │ │ └── Plugins.meta │ │ ├── Dependencies.meta │ │ ├── Dependencies │ │ │ ├── LitJson.meta │ │ │ └── LitJson │ │ │ │ ├── AssemblyInfo.cs.in │ │ │ │ ├── AssemblyInfo.cs.in.meta │ │ │ │ ├── IJsonWrapper.cs │ │ │ │ ├── IJsonWrapper.cs.meta │ │ │ │ ├── JsonData.cs │ │ │ │ ├── JsonData.cs.meta │ │ │ │ ├── JsonException.cs │ │ │ │ ├── JsonException.cs.meta │ │ │ │ ├── JsonMapper.cs │ │ │ │ ├── JsonMapper.cs.meta │ │ │ │ ├── JsonMockWrapper.cs │ │ │ │ ├── JsonMockWrapper.cs.meta │ │ │ │ ├── JsonReader.cs │ │ │ │ ├── JsonReader.cs.meta │ │ │ │ ├── JsonWriter.cs │ │ │ │ ├── JsonWriter.cs.meta │ │ │ │ ├── Lexer.cs │ │ │ │ ├── Lexer.cs.meta │ │ │ │ ├── LitJSON.csproj │ │ │ │ ├── LitJSON.csproj.meta │ │ │ │ ├── Netstandard15Polyfill.cs │ │ │ │ ├── Netstandard15Polyfill.cs.meta │ │ │ │ ├── ParserToken.cs │ │ │ │ └── ParserToken.cs.meta │ │ ├── LayerSetting.cs │ │ └── LayerSetting.cs.meta │ ├── Controller.meta │ ├── Controller │ │ ├── Command.meta │ │ ├── Command │ │ │ ├── CmdSocketDispatch.cs │ │ │ ├── CmdSocketDispatch.cs.meta │ │ │ ├── CmdStartUp.cs │ │ │ └── CmdStartUp.cs.meta │ │ ├── NotifyName.cs │ │ └── NotifyName.cs.meta │ ├── Framework.meta │ ├── Framework │ │ ├── Core.meta │ │ ├── Core │ │ │ ├── Controller.cs │ │ │ ├── Controller.cs.meta │ │ │ ├── Facade.cs │ │ │ ├── Facade.cs.meta │ │ │ ├── Notification.cs │ │ │ ├── Notification.cs.meta │ │ │ ├── View.cs │ │ │ └── View.cs.meta │ │ ├── Interfaces.meta │ │ ├── Interfaces │ │ │ ├── ICommand.cs │ │ │ ├── ICommand.cs.meta │ │ │ ├── IController.cs │ │ │ ├── IController.cs.meta │ │ │ ├── INotification.cs │ │ │ ├── INotification.cs.meta │ │ │ ├── IView.cs │ │ │ └── IView.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 │ │ ├── Utility.meta │ │ └── Utility │ │ │ ├── LuaHelper.cs │ │ │ ├── LuaHelper.cs.meta │ │ │ ├── ObjetExtensions.cs │ │ │ ├── ObjetExtensions.cs.meta │ │ │ ├── Singleton.cs │ │ │ ├── Singleton.cs.meta │ │ │ ├── Util.cs │ │ │ └── Util.cs.meta │ ├── GameConst.cs │ ├── GameConst.cs.meta │ ├── GameEntry.cs │ ├── GameEntry.cs.meta │ ├── Manager.meta │ ├── Manager │ │ ├── DownloadManager.cs │ │ ├── DownloadManager.cs.meta │ │ ├── GameManager.cs │ │ ├── GameManager.cs.meta │ │ ├── Interface.meta │ │ ├── Interface │ │ │ ├── ITimerBehaviour.cs │ │ │ └── ITimerBehaviour.cs.meta │ │ ├── LuaManager.cs │ │ ├── LuaManager.cs.meta │ │ ├── LuaManagerAdd.cs │ │ ├── LuaManagerAdd.cs.meta │ │ ├── NetworkManager.cs │ │ ├── NetworkManager.cs.meta │ │ ├── ObjectPool.meta │ │ ├── ObjectPool │ │ │ ├── GameObjectPool.cs │ │ │ ├── GameObjectPool.cs.meta │ │ │ ├── ObjectPool.cs │ │ │ └── ObjectPool.cs.meta │ │ ├── PoolManager.cs │ │ ├── PoolManager.cs.meta │ │ ├── ResourceManager.cs │ │ ├── ResourceManager.cs.meta │ │ ├── TimerManager.cs │ │ ├── TimerManager.cs.meta │ │ ├── TipsManager.cs │ │ ├── TipsManager.cs.meta │ │ ├── UIManager.cs │ │ └── UIManager.cs.meta │ ├── UnityMono.meta │ ├── UnityMono │ │ ├── Empty4Raycast.cs │ │ ├── Empty4Raycast.cs.meta │ │ ├── Guide.cs │ │ ├── Guide.cs.meta │ │ ├── MapLine.cs │ │ ├── MapLine.cs.meta │ │ ├── OnImage.cs │ │ ├── OnImage.cs.meta │ │ ├── TiledImage.cs │ │ ├── TiledImage.cs.meta │ │ ├── UICircle .cs │ │ └── UICircle .cs.meta │ ├── View.meta │ └── View │ │ ├── Debug.meta │ │ ├── Debug │ │ ├── DebugModeView.cs │ │ └── DebugModeView.cs.meta │ │ ├── Download.meta │ │ ├── Download │ │ ├── DownloadView.cs │ │ └── DownloadView.cs.meta │ │ ├── LuaMediator.meta │ │ ├── LuaMediator │ │ ├── LuaBehaviour.cs │ │ ├── LuaBehaviour.cs.meta │ │ ├── LuaListItem.cs │ │ ├── LuaListItem.cs.meta │ │ ├── LuaLoader.cs │ │ └── LuaLoader.cs.meta │ │ ├── WorldMap.meta │ │ └── WorldMap │ │ ├── Vo.meta │ │ ├── Vo │ │ ├── VoLineItem.cs │ │ ├── VoLineItem.cs.meta │ │ ├── VoMapItem.cs │ │ ├── VoMapItem.cs.meta │ │ ├── VoWorldUnit.cs │ │ └── VoWorldUnit.cs.meta │ │ ├── WorldMapView.cs │ │ └── WorldMapView.cs.meta ├── StreamingAssets.meta ├── StreamingAssets │ ├── assets_dir.meta │ └── assets_dir │ │ ├── assets_dir │ │ ├── assets_dir.manifest │ │ ├── assets_dir.manifest.meta │ │ ├── assets_dir.meta │ │ ├── atlas.meta │ │ ├── atlas │ │ ├── chooseroleatlas │ │ ├── chooseroleatlas.manifest │ │ ├── chooseroleatlas.manifest.meta │ │ ├── chooseroleatlas.meta │ │ ├── choosersvratlas │ │ ├── choosersvratlas.manifest │ │ ├── choosersvratlas.manifest.meta │ │ ├── choosersvratlas.meta │ │ ├── loginatlas │ │ ├── loginatlas.manifest │ │ ├── loginatlas.manifest.meta │ │ ├── loginatlas.meta │ │ ├── tipsatlas │ │ ├── tipsatlas.manifest │ │ ├── tipsatlas.manifest.meta │ │ └── tipsatlas.meta │ │ ├── audios.meta │ │ ├── audios │ │ ├── bgmlogin │ │ ├── bgmlogin.manifest │ │ ├── bgmlogin.manifest.meta │ │ ├── bgmlogin.meta │ │ ├── click │ │ ├── click.manifest │ │ ├── click.manifest.meta │ │ ├── click.meta │ │ ├── close │ │ ├── close.manifest │ │ ├── close.manifest.meta │ │ ├── close.meta │ │ ├── openui │ │ ├── openui.manifest │ │ ├── openui.manifest.meta │ │ ├── openui.meta │ │ ├── start │ │ ├── start.manifest │ │ ├── start.manifest.meta │ │ └── start.meta │ │ ├── common.meta │ │ ├── common │ │ ├── bgcommon │ │ ├── bgcommon.manifest │ │ ├── bgcommon.manifest.meta │ │ ├── bgcommon.meta │ │ ├── bglogin │ │ ├── bglogin.manifest │ │ ├── bglogin.manifest.meta │ │ ├── bglogin.meta │ │ ├── bgmsgbox │ │ ├── bgmsgbox.manifest │ │ ├── bgmsgbox.manifest.meta │ │ └── bgmsgbox.meta │ │ ├── ui.meta │ │ └── ui │ │ ├── chooseroleview │ │ ├── chooseroleview.manifest │ │ ├── chooseroleview.manifest.meta │ │ ├── chooseroleview.meta │ │ ├── choosesvrview │ │ ├── choosesvrview.manifest │ │ ├── choosesvrview.manifest.meta │ │ ├── choosesvrview.meta │ │ ├── icontips │ │ ├── icontips.manifest │ │ ├── icontips.manifest.meta │ │ ├── icontips.meta │ │ ├── loginview │ │ ├── loginview.manifest │ │ ├── loginview.manifest.meta │ │ ├── loginview.meta │ │ ├── msgbox │ │ ├── msgbox.manifest │ │ ├── msgbox.manifest.meta │ │ └── msgbox.meta ├── ThirdParty.meta ├── ThirdParty │ ├── Demigiant.meta │ ├── Demigiant │ │ ├── DOTween.meta │ │ ├── DOTween │ │ │ ├── DOTween.XML │ │ │ ├── DOTween.XML.meta │ │ │ ├── DOTween.dll │ │ │ ├── DOTween.dll.mdb │ │ │ ├── DOTween.dll.mdb.meta │ │ │ ├── DOTween.dll.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── DOTweenEditor.XML │ │ │ │ ├── DOTweenEditor.XML.meta │ │ │ │ ├── DOTweenEditor.dll │ │ │ │ ├── DOTweenEditor.dll.mdb │ │ │ │ ├── DOTweenEditor.dll.mdb.meta │ │ │ │ ├── DOTweenEditor.dll.meta │ │ │ │ ├── Imgs.meta │ │ │ │ └── Imgs │ │ │ │ │ ├── DOTweenIcon.png │ │ │ │ │ ├── DOTweenIcon.png.meta │ │ │ │ │ ├── Footer.png │ │ │ │ │ ├── Footer.png.meta │ │ │ │ │ ├── Footer_dark.png │ │ │ │ │ ├── Footer_dark.png.meta │ │ │ │ │ ├── Header.jpg │ │ │ │ │ └── Header.jpg.meta │ │ │ ├── Modules.meta │ │ │ ├── Modules │ │ │ │ ├── DOTweenModuleAudio.cs │ │ │ │ ├── DOTweenModuleAudio.cs.meta │ │ │ │ ├── DOTweenModulePhysics.cs │ │ │ │ ├── DOTweenModulePhysics.cs.meta │ │ │ │ ├── DOTweenModulePhysics2D.cs │ │ │ │ ├── DOTweenModulePhysics2D.cs.meta │ │ │ │ ├── DOTweenModuleSprite.cs │ │ │ │ ├── DOTweenModuleSprite.cs.meta │ │ │ │ ├── DOTweenModuleUI.cs │ │ │ │ ├── DOTweenModuleUI.cs.meta │ │ │ │ ├── DOTweenModuleUnityVersion.cs │ │ │ │ ├── DOTweenModuleUnityVersion.cs.meta │ │ │ │ ├── DOTweenModuleUtils.cs │ │ │ │ └── DOTweenModuleUtils.cs.meta │ │ │ ├── readme.txt │ │ │ └── readme.txt.meta │ │ ├── DOTweenPro Examples.meta │ │ ├── DOTweenPro Examples │ │ │ ├── DOTweenAnimation_Advanced.unity │ │ │ ├── DOTweenAnimation_Advanced.unity.meta │ │ │ ├── DOTweenAnimation_Basics.unity │ │ │ ├── DOTweenAnimation_Basics.unity.meta │ │ │ ├── DOTweenPath.unity │ │ │ ├── DOTweenPath.unity.meta │ │ │ ├── Examples Assets.meta │ │ │ └── Examples Assets │ │ │ │ ├── dotweenpro_logo.png │ │ │ │ └── dotweenpro_logo.png.meta │ │ ├── DOTweenPro.meta │ │ ├── DOTweenPro │ │ │ ├── DOTweenAnimation.cs │ │ │ ├── DOTweenAnimation.cs.meta │ │ │ ├── DOTweenPro.XML │ │ │ ├── DOTweenPro.XML.meta │ │ │ ├── DOTweenPro.dll │ │ │ ├── DOTweenPro.dll.mdb │ │ │ ├── DOTweenPro.dll.mdb.meta │ │ │ ├── DOTweenPro.dll.meta │ │ │ ├── DOTweenProShortcuts.cs │ │ │ ├── DOTweenProShortcuts.cs.meta │ │ │ ├── DOTweenTextMeshPro.cs │ │ │ ├── DOTweenTextMeshPro.cs.meta │ │ │ ├── DOTweenTk2d.cs │ │ │ ├── DOTweenTk2d.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── DOTweenAnimationInspector.cs │ │ │ │ ├── DOTweenAnimationInspector.cs.meta │ │ │ │ ├── DOTweenPreviewManager.cs │ │ │ │ ├── DOTweenPreviewManager.cs.meta │ │ │ │ ├── DOTweenProEditor.XML │ │ │ │ ├── DOTweenProEditor.XML.meta │ │ │ │ ├── DOTweenProEditor.dll │ │ │ │ ├── DOTweenProEditor.dll.mdb │ │ │ │ ├── DOTweenProEditor.dll.mdb.meta │ │ │ │ └── DOTweenProEditor.dll.meta │ │ │ ├── readme.txt │ │ │ └── readme.txt.meta │ │ ├── DemiLib.meta │ │ ├── DemiLib │ │ │ ├── Core.meta │ │ │ └── Core │ │ │ │ ├── DemiLib.dll │ │ │ │ ├── DemiLib.dll.mdb │ │ │ │ ├── DemiLib.dll.mdb.meta │ │ │ │ ├── DemiLib.dll.meta │ │ │ │ ├── DemiLib.xml │ │ │ │ ├── DemiLib.xml.meta │ │ │ │ ├── Editor.meta │ │ │ │ └── Editor │ │ │ │ ├── DemiEditor.dll │ │ │ │ ├── DemiEditor.dll.mdb │ │ │ │ ├── DemiEditor.dll.mdb.meta │ │ │ │ ├── DemiEditor.dll.meta │ │ │ │ ├── DemiEditor.xml │ │ │ │ ├── DemiEditor.xml.meta │ │ │ │ ├── Imgs.meta │ │ │ │ └── Imgs │ │ │ │ ├── blackSquare.png │ │ │ │ ├── blackSquare.png.meta │ │ │ │ ├── blackSquareAlpha10.png │ │ │ │ ├── blackSquareAlpha10.png.meta │ │ │ │ ├── blackSquareAlpha15.png │ │ │ │ ├── blackSquareAlpha15.png.meta │ │ │ │ ├── blackSquareAlpha25.png │ │ │ │ ├── blackSquareAlpha25.png.meta │ │ │ │ ├── blackSquareAlpha50.png │ │ │ │ ├── blackSquareAlpha50.png.meta │ │ │ │ ├── blackSquareAlpha80.png │ │ │ │ ├── blackSquareAlpha80.png.meta │ │ │ │ ├── blueSquare.png │ │ │ │ ├── blueSquare.png.meta │ │ │ │ ├── circle.png │ │ │ │ ├── circle.png.meta │ │ │ │ ├── greenSquare.png │ │ │ │ ├── greenSquare.png.meta │ │ │ │ ├── grid_bright.png │ │ │ │ ├── grid_bright.png.meta │ │ │ │ ├── grid_dark.png │ │ │ │ ├── grid_dark.png.meta │ │ │ │ ├── ico_alert.png │ │ │ │ ├── ico_alert.png.meta │ │ │ │ ├── ico_alignB.png │ │ │ │ ├── ico_alignB.png.meta │ │ │ │ ├── ico_alignBC.png │ │ │ │ ├── ico_alignBC.png.meta │ │ │ │ ├── ico_alignBL.png │ │ │ │ ├── ico_alignBL.png.meta │ │ │ │ ├── ico_alignBR.png │ │ │ │ ├── ico_alignBR.png.meta │ │ │ │ ├── ico_alignCC.png │ │ │ │ ├── ico_alignCC.png.meta │ │ │ │ ├── ico_alignCL.png │ │ │ │ ├── ico_alignCL.png.meta │ │ │ │ ├── ico_alignCR.png │ │ │ │ ├── ico_alignCR.png.meta │ │ │ │ ├── ico_alignHC.png │ │ │ │ ├── ico_alignHC.png.meta │ │ │ │ ├── ico_alignL.png │ │ │ │ ├── ico_alignL.png.meta │ │ │ │ ├── ico_alignR.png │ │ │ │ ├── ico_alignR.png.meta │ │ │ │ ├── ico_alignT.png │ │ │ │ ├── ico_alignT.png.meta │ │ │ │ ├── ico_alignTC.png │ │ │ │ ├── ico_alignTC.png.meta │ │ │ │ ├── ico_alignTL.png │ │ │ │ ├── ico_alignTL.png.meta │ │ │ │ ├── ico_alignTR.png │ │ │ │ ├── ico_alignTR.png.meta │ │ │ │ ├── ico_alignVC.png │ │ │ │ ├── ico_alignVC.png.meta │ │ │ │ ├── ico_camera.png │ │ │ │ ├── ico_camera.png.meta │ │ │ │ ├── ico_camera_border.png │ │ │ │ ├── ico_camera_border.png.meta │ │ │ │ ├── ico_cog.png │ │ │ │ ├── ico_cog.png.meta │ │ │ │ ├── ico_cog_border.png │ │ │ │ ├── ico_cog_border.png.meta │ │ │ │ ├── ico_comment.png │ │ │ │ ├── ico_comment.png.meta │ │ │ │ ├── ico_comment_border.png │ │ │ │ ├── ico_comment_border.png.meta │ │ │ │ ├── ico_delete.png │ │ │ │ ├── ico_delete.png.meta │ │ │ │ ├── ico_demigiant.png │ │ │ │ ├── ico_demigiant.png.meta │ │ │ │ ├── ico_end.png │ │ │ │ ├── ico_end.png.meta │ │ │ │ ├── ico_heart.png │ │ │ │ ├── ico_heart.png.meta │ │ │ │ ├── ico_heart_border.png │ │ │ │ ├── ico_heart_border.png.meta │ │ │ │ ├── ico_nodeArrow.png │ │ │ │ ├── ico_nodeArrow.png.meta │ │ │ │ ├── ico_play.png │ │ │ │ ├── ico_play.png.meta │ │ │ │ ├── ico_play_border.png │ │ │ │ ├── ico_play_border.png.meta │ │ │ │ ├── ico_skull.png │ │ │ │ ├── ico_skull.png.meta │ │ │ │ ├── ico_skull_border.png │ │ │ │ ├── ico_skull_border.png.meta │ │ │ │ ├── ico_star.png │ │ │ │ ├── ico_star.png.meta │ │ │ │ ├── ico_star_border.png │ │ │ │ ├── ico_star_border.png.meta │ │ │ │ ├── ico_ui.png │ │ │ │ ├── ico_ui.png.meta │ │ │ │ ├── ico_ui_border.png │ │ │ │ ├── ico_ui_border.png.meta │ │ │ │ ├── orangeSquare.png │ │ │ │ ├── orangeSquare.png.meta │ │ │ │ ├── project.meta │ │ │ │ ├── project │ │ │ │ ├── ico_atlas.png │ │ │ │ ├── ico_atlas.png.meta │ │ │ │ ├── ico_audio.png │ │ │ │ ├── ico_audio.png.meta │ │ │ │ ├── ico_bundle.png │ │ │ │ ├── ico_bundle.png.meta │ │ │ │ ├── ico_cog.png │ │ │ │ ├── ico_cog.png.meta │ │ │ │ ├── ico_cross.png │ │ │ │ ├── ico_cross.png.meta │ │ │ │ ├── ico_demigiant.png │ │ │ │ ├── ico_demigiant.png.meta │ │ │ │ ├── ico_folder.png │ │ │ │ ├── ico_folder.png.meta │ │ │ │ ├── ico_fonts.png │ │ │ │ ├── ico_fonts.png.meta │ │ │ │ ├── ico_heart.png │ │ │ │ ├── ico_heart.png.meta │ │ │ │ ├── ico_play.png │ │ │ │ ├── ico_play.png.meta │ │ │ │ ├── ico_prefab.png │ │ │ │ ├── ico_prefab.png.meta │ │ │ │ ├── ico_scripts.png │ │ │ │ ├── ico_scripts.png.meta │ │ │ │ ├── ico_skull.png │ │ │ │ ├── ico_skull.png.meta │ │ │ │ ├── ico_star.png │ │ │ │ ├── ico_star.png.meta │ │ │ │ ├── ico_textures.png │ │ │ │ └── ico_textures.png.meta │ │ │ │ ├── purpleSquare.png │ │ │ │ ├── purpleSquare.png.meta │ │ │ │ ├── redSquare.png │ │ │ │ ├── redSquare.png.meta │ │ │ │ ├── squareBorder.png │ │ │ │ ├── squareBorder.png.meta │ │ │ │ ├── squareBorderAlpha15.png │ │ │ │ ├── squareBorderAlpha15.png.meta │ │ │ │ ├── squareBorderCurved.png │ │ │ │ ├── squareBorderCurved.png.meta │ │ │ │ ├── squareBorderCurved02.png │ │ │ │ ├── squareBorderCurved02.png.meta │ │ │ │ ├── squareBorderCurved02_darkBorders.png │ │ │ │ ├── squareBorderCurved02_darkBorders.png.meta │ │ │ │ ├── squareBorderCurvedAlpha.png │ │ │ │ ├── squareBorderCurvedAlpha.png.meta │ │ │ │ ├── squareBorderCurvedEmpty.png │ │ │ │ ├── squareBorderCurvedEmpty.png.meta │ │ │ │ ├── squareBorderCurvedEmpty02.png │ │ │ │ ├── squareBorderCurvedEmpty02.png.meta │ │ │ │ ├── squareBorderCurvedEmptyThick.png │ │ │ │ ├── squareBorderCurvedEmptyThick.png.meta │ │ │ │ ├── squareBorderCurved_darkBorders.png │ │ │ │ ├── squareBorderCurved_darkBorders.png.meta │ │ │ │ ├── squareBorderCurved_darkBordersAlpha.png │ │ │ │ ├── squareBorderCurved_darkBordersAlpha.png.meta │ │ │ │ ├── squareBorderEmpty.png │ │ │ │ ├── squareBorderEmpty.png.meta │ │ │ │ ├── squareBorderEmpty01.png │ │ │ │ ├── squareBorderEmpty01.png.meta │ │ │ │ ├── squareBorderEmpty02.png │ │ │ │ ├── squareBorderEmpty02.png.meta │ │ │ │ ├── squareBorderEmpty03.png │ │ │ │ ├── squareBorderEmpty03.png.meta │ │ │ │ ├── squareBorderThickEmpty.png │ │ │ │ ├── squareBorderThickEmpty.png.meta │ │ │ │ ├── squareBorderThickerEmpty.png │ │ │ │ ├── squareBorderThickerEmpty.png.meta │ │ │ │ ├── squareCorners03.png │ │ │ │ ├── squareCorners03.png.meta │ │ │ │ ├── squareCornersEmpty02.png │ │ │ │ ├── squareCornersEmpty02.png.meta │ │ │ │ ├── tileBars_empty.png │ │ │ │ ├── tileBars_empty.png.meta │ │ │ │ ├── tileBars_slanted.png │ │ │ │ ├── tileBars_slanted.png.meta │ │ │ │ ├── tileBars_slanted_alpha.png │ │ │ │ ├── tileBars_slanted_alpha.png.meta │ │ │ │ ├── whiteDot.png │ │ │ │ ├── whiteDot.png.meta │ │ │ │ ├── whiteDot_darkBorder.png │ │ │ │ ├── whiteDot_darkBorder.png.meta │ │ │ │ ├── whiteDot_whiteBorderAlpha.png │ │ │ │ ├── whiteDot_whiteBorderAlpha.png.meta │ │ │ │ ├── whiteSquare.png │ │ │ │ ├── whiteSquare.png.meta │ │ │ │ ├── whiteSquareAlpha10.png │ │ │ │ ├── whiteSquareAlpha10.png.meta │ │ │ │ ├── whiteSquareAlpha15.png │ │ │ │ ├── whiteSquareAlpha15.png.meta │ │ │ │ ├── whiteSquareAlpha25.png │ │ │ │ ├── whiteSquareAlpha25.png.meta │ │ │ │ ├── whiteSquareAlpha50.png │ │ │ │ ├── whiteSquareAlpha50.png.meta │ │ │ │ ├── whiteSquareAlpha80.png │ │ │ │ ├── whiteSquareAlpha80.png.meta │ │ │ │ ├── whiteSquare_fadeOut_bt.png │ │ │ │ ├── whiteSquare_fadeOut_bt.png.meta │ │ │ │ ├── yellowSquare.png │ │ │ │ └── yellowSquare.png.meta │ │ ├── readme_DOTweenPro.txt │ │ └── readme_DOTweenPro.txt.meta │ ├── LuaPerfect.meta │ └── LuaPerfect │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── ApiGenerator.cs │ │ └── ApiGenerator.cs.meta │ │ ├── ObjectFormater.cs │ │ └── ObjectFormater.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_ObjectWrap.cs │ │ └── UnityEngine_ObjectWrap.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 │ │ ├── slot.lua │ │ ├── slot.lua.meta │ │ ├── socket.lua │ │ ├── socket.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 │ │ │ ├── DG_Tweening_DOTweenWrap.cs │ │ │ ├── DG_Tweening_DOTweenWrap.cs.meta │ │ │ ├── DG_Tweening_EaseWrap.cs │ │ │ ├── DG_Tweening_EaseWrap.cs.meta │ │ │ ├── DG_Tweening_LoopTypeWrap.cs │ │ │ ├── DG_Tweening_LoopTypeWrap.cs.meta │ │ │ ├── DG_Tweening_PathModeWrap.cs │ │ │ ├── DG_Tweening_PathModeWrap.cs.meta │ │ │ ├── DG_Tweening_PathTypeWrap.cs │ │ │ ├── DG_Tweening_PathTypeWrap.cs.meta │ │ │ ├── DG_Tweening_RotateModeWrap.cs │ │ │ ├── DG_Tweening_RotateModeWrap.cs.meta │ │ │ ├── DG_Tweening_SequenceWrap.cs │ │ │ ├── DG_Tweening_SequenceWrap.cs.meta │ │ │ ├── DG_Tweening_TweenWrap.cs │ │ │ ├── DG_Tweening_TweenWrap.cs.meta │ │ │ ├── DG_Tweening_TweenerWrap.cs │ │ │ ├── DG_Tweening_TweenerWrap.cs.meta │ │ │ ├── DelegateFactory.cs │ │ │ ├── DelegateFactory.cs.meta │ │ │ ├── Framework_Core_ViewWrap.cs │ │ │ ├── Framework_Core_ViewWrap.cs.meta │ │ │ ├── Framework_GameManagerWrap.cs │ │ │ ├── Framework_GameManagerWrap.cs.meta │ │ │ ├── Framework_GameObjectPoolWrap.cs │ │ │ ├── Framework_GameObjectPoolWrap.cs.meta │ │ │ ├── Framework_LuaManagerWrap.cs │ │ │ ├── Framework_LuaManagerWrap.cs.meta │ │ │ ├── Framework_NetworkManagerWrap.cs │ │ │ ├── Framework_NetworkManagerWrap.cs.meta │ │ │ ├── Framework_Network_ByteBufferWrap.cs │ │ │ ├── Framework_Network_ByteBufferWrap.cs.meta │ │ │ ├── Framework_PoolManagerWrap.cs │ │ │ ├── Framework_PoolManagerWrap.cs.meta │ │ │ ├── Framework_ResourceManagerWrap.cs │ │ │ ├── Framework_ResourceManagerWrap.cs.meta │ │ │ ├── Framework_TipsManagerWrap.cs │ │ │ ├── Framework_TipsManagerWrap.cs.meta │ │ │ ├── Framework_UIManagerWrap.cs │ │ │ ├── Framework_UIManagerWrap.cs.meta │ │ │ ├── Framework_Utility_LuaHelperWrap.cs │ │ │ ├── Framework_Utility_LuaHelperWrap.cs.meta │ │ │ ├── Framework_Utility_UtilWrap.cs │ │ │ ├── Framework_Utility_UtilWrap.cs.meta │ │ │ ├── GameConstWrap.cs │ │ │ ├── GameConstWrap.cs.meta │ │ │ ├── GuideWrap.cs │ │ │ ├── GuideWrap.cs.meta │ │ │ ├── LayerSettingWrap.cs │ │ │ ├── LayerSettingWrap.cs.meta │ │ │ ├── LuaBehaviourWrap.cs │ │ │ ├── LuaBehaviourWrap.cs.meta │ │ │ ├── LuaBinder.cs │ │ │ ├── LuaBinder.cs.meta │ │ │ ├── LuaInterface_DebuggerWrap.cs │ │ │ ├── LuaInterface_DebuggerWrap.cs.meta │ │ │ ├── LuaInterface_InjectTypeWrap.cs │ │ │ ├── LuaInterface_InjectTypeWrap.cs.meta │ │ │ ├── LuaInterface_LuaInjectionStationWrap.cs │ │ │ ├── LuaInterface_LuaInjectionStationWrap.cs.meta │ │ │ ├── LuaListItemWrap.cs │ │ │ ├── LuaListItemWrap.cs.meta │ │ │ ├── LuaPerfect_ObjectFormaterWrap.cs │ │ │ ├── LuaPerfect_ObjectFormaterWrap.cs.meta │ │ │ ├── LuaPerfect_ObjectItemWrap.cs │ │ │ ├── LuaPerfect_ObjectItemWrap.cs.meta │ │ │ ├── LuaPerfect_ObjectRefWrap.cs │ │ │ ├── LuaPerfect_ObjectRefWrap.cs.meta │ │ │ ├── LuaProfilerWrap.cs │ │ │ ├── LuaProfilerWrap.cs.meta │ │ │ ├── TMPro_TMP_DropdownWrap.cs │ │ │ ├── TMPro_TMP_DropdownWrap.cs.meta │ │ │ ├── TMPro_TMP_InputFieldWrap.cs │ │ │ ├── TMPro_TMP_InputFieldWrap.cs.meta │ │ │ ├── TMPro_TMP_SubMeshUIWrap.cs │ │ │ ├── TMPro_TMP_SubMeshUIWrap.cs.meta │ │ │ ├── TMPro_TMP_TextWrap.cs │ │ │ ├── TMPro_TMP_TextWrap.cs.meta │ │ │ ├── TMPro_TextMeshProUGUIWrap.cs │ │ │ ├── TMPro_TextMeshProUGUIWrap.cs.meta │ │ │ ├── TMPro_TextMeshProWrap.cs │ │ │ ├── TMPro_TextMeshProWrap.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_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_BlendWeightsWrap.cs │ │ │ ├── UnityEngine_BlendWeightsWrap.cs.meta │ │ │ ├── UnityEngine_BoxColliderWrap.cs │ │ │ ├── UnityEngine_BoxColliderWrap.cs.meta │ │ │ ├── UnityEngine_CameraClearFlagsWrap.cs │ │ │ ├── UnityEngine_CameraClearFlagsWrap.cs.meta │ │ │ ├── UnityEngine_CameraWrap.cs │ │ │ ├── UnityEngine_CameraWrap.cs.meta │ │ │ ├── UnityEngine_CanvasWrap.cs │ │ │ ├── UnityEngine_CanvasWrap.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_BaseRaycasterWrap.cs │ │ │ ├── UnityEngine_EventSystems_BaseRaycasterWrap.cs.meta │ │ │ ├── UnityEngine_EventSystems_EventSystemWrap.cs │ │ │ ├── UnityEngine_EventSystems_EventSystemWrap.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_MeshRendererWrap.cs │ │ │ ├── UnityEngine_MeshRendererWrap.cs.meta │ │ │ ├── UnityEngine_MonoBehaviourWrap.cs │ │ │ ├── UnityEngine_MonoBehaviourWrap.cs.meta │ │ │ ├── UnityEngine_Networking_DownloadHandlerBufferWrap.cs │ │ │ ├── UnityEngine_Networking_DownloadHandlerBufferWrap.cs.meta │ │ │ ├── UnityEngine_Networking_DownloadHandlerWrap.cs │ │ │ ├── UnityEngine_Networking_DownloadHandlerWrap.cs.meta │ │ │ ├── UnityEngine_Networking_UnityWebRequestAsyncOperationWrap.cs │ │ │ ├── UnityEngine_Networking_UnityWebRequestAsyncOperationWrap.cs.meta │ │ │ ├── UnityEngine_Networking_UnityWebRequestWrap.cs │ │ │ ├── UnityEngine_Networking_UnityWebRequestWrap.cs.meta │ │ │ ├── UnityEngine_ParticleSystemWrap.cs │ │ │ ├── UnityEngine_ParticleSystemWrap.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_RectWrap.cs │ │ │ ├── UnityEngine_RectWrap.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_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_SpriteWrap.cs │ │ │ ├── UnityEngine_SpriteWrap.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_U2D_SpriteAtlasManagerWrap.cs │ │ │ ├── UnityEngine_U2D_SpriteAtlasManagerWrap.cs.meta │ │ │ ├── UnityEngine_U2D_SpriteAtlasWrap.cs │ │ │ ├── UnityEngine_U2D_SpriteAtlasWrap.cs.meta │ │ │ ├── UnityEngine_UI_ButtonWrap.cs │ │ │ ├── UnityEngine_UI_ButtonWrap.cs.meta │ │ │ ├── UnityEngine_UI_GraphicRaycasterWrap.cs │ │ │ ├── UnityEngine_UI_GraphicRaycasterWrap.cs.meta │ │ │ ├── UnityEngine_UI_GraphicWrap.cs │ │ │ ├── UnityEngine_UI_GraphicWrap.cs.meta │ │ │ ├── UnityEngine_UI_GridLayoutGroupWrap.cs │ │ │ ├── UnityEngine_UI_GridLayoutGroupWrap.cs.meta │ │ │ ├── UnityEngine_UI_ImageWrap.cs │ │ │ ├── UnityEngine_UI_ImageWrap.cs.meta │ │ │ ├── UnityEngine_UI_InputFieldWrap.cs │ │ │ ├── UnityEngine_UI_InputFieldWrap.cs.meta │ │ │ ├── UnityEngine_UI_LayoutGroupWrap.cs │ │ │ ├── UnityEngine_UI_LayoutGroupWrap.cs.meta │ │ │ ├── UnityEngine_UI_MaskableGraphicWrap.cs │ │ │ ├── UnityEngine_UI_MaskableGraphicWrap.cs.meta │ │ │ ├── UnityEngine_UI_RawImageWrap.cs │ │ │ ├── UnityEngine_UI_RawImageWrap.cs.meta │ │ │ ├── UnityEngine_UI_SelectableWrap.cs │ │ │ ├── UnityEngine_UI_SelectableWrap.cs.meta │ │ │ ├── UnityEngine_UI_SliderWrap.cs │ │ │ ├── UnityEngine_UI_SliderWrap.cs.meta │ │ │ ├── UnityEngine_UI_TextWrap.cs │ │ │ ├── UnityEngine_UI_TextWrap.cs.meta │ │ │ ├── UnityEngine_UI_ToggleWrap.cs │ │ │ ├── UnityEngine_UI_ToggleWrap.cs.meta │ │ │ ├── UnityEngine_WrapModeWrap.cs │ │ │ ├── UnityEngine_WrapModeWrap.cs.meta │ │ │ ├── WorldMap_WorldMapViewWrap.cs │ │ │ └── WorldMap_WorldMapViewWrap.cs.meta │ │ ├── LuaConst.cs │ │ └── LuaConst.cs.meta │ ├── readme.txt │ └── readme.txt.meta ├── link.xml └── link.xml.meta ├── LICENSE ├── LuaDebuggee.dll ├── LuaEncoder ├── luajit.meta ├── luajit │ ├── Build.bat │ ├── jit.meta │ ├── 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 │ ├── 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 │ └── luajit ├── luavm.meta ├── luavm │ ├── luac │ └── luac.meta └── readme.txt ├── Packages ├── AssetBundles-Browser-master │ ├── CHANGELOG.md │ ├── CHANGELOG.md.meta │ ├── Editor.meta │ ├── Editor │ │ ├── AssetBundleBrowserMain.cs │ │ ├── AssetBundleBrowserMain.cs.meta │ │ ├── AssetBundleBuildTab.cs │ │ ├── AssetBundleBuildTab.cs.meta │ │ ├── AssetBundleDataSource.meta │ │ ├── AssetBundleDataSource │ │ │ ├── ABDataSource.cs │ │ │ ├── ABDataSource.cs.meta │ │ │ ├── ABDataSourceProvider.cs │ │ │ ├── ABDataSourceProvider.cs.meta │ │ │ ├── AssetDatabaseABDataSource.cs │ │ │ └── AssetDatabaseABDataSource.cs.meta │ │ ├── AssetBundleManageTab.cs │ │ ├── AssetBundleManageTab.cs.meta │ │ ├── AssetBundleModel.meta │ │ ├── AssetBundleModel │ │ │ ├── ABModel.cs │ │ │ ├── ABModel.cs.meta │ │ │ ├── ABModelAssetInfo.cs │ │ │ ├── ABModelAssetInfo.cs.meta │ │ │ ├── ABModelBundleInfo.cs │ │ │ └── ABModelBundleInfo.cs.meta │ │ ├── AssetBundleTree.cs │ │ ├── AssetBundleTree.cs.meta │ │ ├── AssetListTree.cs │ │ ├── AssetListTree.cs.meta │ │ ├── BundleDetailList.cs │ │ ├── BundleDetailList.cs.meta │ │ ├── Icons.meta │ │ ├── Icons │ │ │ ├── ABundleBrowserIconY1756Basic.png │ │ │ ├── ABundleBrowserIconY1756Basic.png.meta │ │ │ ├── ABundleBrowserIconY1756Scene.png │ │ │ └── ABundleBrowserIconY1756Scene.png.meta │ │ ├── InspectTab.meta │ │ ├── InspectTab │ │ │ ├── AssetBundleInspectTab.cs │ │ │ ├── AssetBundleInspectTab.cs.meta │ │ │ ├── AssetBundleRecord.cs │ │ │ ├── AssetBundleRecord.cs.meta │ │ │ ├── InspectSingleBundle.cs │ │ │ ├── InspectSingleBundle.cs.meta │ │ │ ├── InspectTreeView.cs │ │ │ └── InspectTreeView.cs.meta │ │ ├── MessageList.cs │ │ ├── MessageList.cs.meta │ │ ├── MessageSystem.cs │ │ ├── MessageSystem.cs.meta │ │ ├── Unity.AssetBundleBrowser.Editor.asmdef │ │ └── Unity.AssetBundleBrowser.Editor.asmdef.meta │ ├── QAReport.md │ ├── QAReport.md.meta │ ├── README.md │ ├── README.md.meta │ ├── package.json │ └── package.json.meta └── manifest.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 └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Assets/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/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/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1ff240b0de4c2c4aa0bfa3805e7b880 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Lua/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a9e9888a6a944b7595d96047083e405 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Lua/Common/Defines.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e4e9073605abb7419106f16baf0c870 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Common/FrameDefines.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f6d6810b100ea942ac241430a2403c3 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Common/Functions.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed8bbcea0908e7643b2a77c8fb24119b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Common/Protocal.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16bfdead788d00044a41bd3c8578992b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22578079d8857804b8702e0cf6dc5ffe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/Config/ConfigAll.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec39713d5f5a95e498f9af312e936dfb 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Config/RandomName.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 745071fa837ead34bb173755a47e02fa 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Config/Sound.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c32660f59d76df0459e8daf96366da56 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76b5eb5d41dda43b78d9d6c414213910 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Lua/Controller/Command.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fb00611a4e55b640b768b6fa60973a6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/Controller/Command/CmdCloseUI.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9365439870aa6cb4d97799ff71e2dedf 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Controller/Command/CmdHideUI.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 192694ad96058994884e02dc3bff98e3 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Controller/Command/CmdShowUI.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7fb984f2cff93f4d8fd825392d02acf 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Controller/NotifyName.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8b0f69b584c7de458d2e3cd59e243dc 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Framework.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 256bae1afe4f2ee418226fe63c139ab4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/Framework/Controller.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0e6eaf6b9595e64fb8b5ab3efc5bf25 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Framework/Facade.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f1febc68206bc14590710b7aab32a22 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Framework/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd69054252720c540ba9d1df4b14621a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/Framework/Utils/Base64.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 909b4575ce25d824fbb7ed7f24153881 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Framework/Utils/Eventlib.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbe376bd9b584144ca691e8dbf7aa8bd 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Framework/Utils/Events.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 386dc985ea9177d46a64e39a5c9cdb95 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Framework/Utils/Message.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92d19483ae0ae154c942c8675bdd20f2 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Language.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7eb73c18a11922f4ea71e92efbfc1ee8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/Language/LangManager.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3b36838728c8ac43b63ae989390cba4 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Logic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bd4c8762df45ba4b922467e09297fb6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Lua/Logic/DataManager.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1bb02947e6fcb78409ea060699fae5a6 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Logic/GameManager.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfe81da472555ce46968ea0fa28598fb 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Logic/Network.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ecdee3cde359d54eaf7c65711aed334 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Logic/SoundManager.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f481d0e956b8c6740a80dd5c0a57759b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Logic/TimeManager.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38de79922a21d2f40a4ec628b7829c3f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Main.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 091b02c3490daac4f8ed8cd5b62090b1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Model.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f30c980bf43058c40880a13945f7611b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/Model/BaseModel.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97d137dc78ee3fe4ab52fc808d7208f2 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Model/ErrorModel.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25f4ea5d3b76ede47b950024f474272d 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/Model/LoginModel.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aee47f0795e1f204d80647c5712f34e8 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ca4e7fdd1e1e7b4e8df29447d383ce8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8e127b3f4a8dbf4ba2691dd422c9431 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/List.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab0e574c6d28dd943bc506761f454e0f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/List/BaseDataList.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfcb9e35e3240ab4cbbc7aedd0a252e3 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/List/BaseListItem.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f1cd904fc5554145834d080152bb9ec 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/List/BaseViewList.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f717cfe3f1299f44942c44480a1b125 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 747c00810455a02438810693bdfd58b7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/UI/BaseImage.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0687196db10215f4f928567b3dd48220 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/UI/BaseLoad.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f30e77016e3d154cacaed6c92559861 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/UI/BaseView.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa44c0eede66de14d9cbc95f3d01644b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/UI/PopView.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 963320850235be4478b1067b3f1d380d 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/AWrap/UI/TipsView.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 766c0247c7e67004aaf63f5a908e59c4 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/Camera.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a64f7a08400202b4b8a79767b6be0b96 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/View/Camera/CameraHandler.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 246299a9a474f874f8bb0af96dc0e3c1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/ChooseRole.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72fcca911ed20314daddb1a2111cc6de 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/View/ChooseRole/ChooseRoleView.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 429abc601b79dde4981189635e37b7aa 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/ChooseSvr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 693eb7a8b40463542814231edd951644 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/View/ChooseSvr/ChooseSvrView.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b64c748c75232249af331ad6557224e 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/ChooseSvr/SvrListItem.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf1e091763573b446883780ceff95188 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/Login.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4a3447d3edc3e84fb3083972927ab59 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/View/Login/LoginView.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56d1e7357c1aa464f92708023aa04e9f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/MsgBox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b7abe8ea1f59324cb1e52dd905469da 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Lua/View/MsgBox/MsgBox.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34468d534a7fb2f4aa9b0e6d4c0ad260 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Lua/View/MsgBox/MsgTips.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c09c4ad834f9e6c44864b029142f5ae1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /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/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/arm64-v8a/libtolua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Plugins/Android/libs/arm64-v8a/libtolua.so -------------------------------------------------------------------------------- /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/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Plugins/Android/libs/armeabi-v7a/libtolua.so -------------------------------------------------------------------------------- /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/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Plugins/Android/libs/x86/libtolua.so -------------------------------------------------------------------------------- /Assets/Plugins/CString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Plugins/CString.dll -------------------------------------------------------------------------------- /Assets/Plugins/Debugger.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/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/libtolua.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Plugins/iOS/libtolua.a -------------------------------------------------------------------------------- /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/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/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/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Plugins/x86/tolua.dll -------------------------------------------------------------------------------- /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/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Plugins/x86_64/tolua.dll -------------------------------------------------------------------------------- /Assets/ResExport.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 897cb5ecea4c02a44b4ac46945356acb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResExport/AtlasView.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01fd498d880c75648973c82895b7e037 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResExport/Audios.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecaa014cf90e30b438fa4583be03ed0f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResExport/Audios/BgmLogin.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResExport/Audios/BgmLogin.ogg -------------------------------------------------------------------------------- /Assets/ResExport/Audios/Click.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResExport/Audios/Click.ogg -------------------------------------------------------------------------------- /Assets/ResExport/Audios/Close.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResExport/Audios/Close.ogg -------------------------------------------------------------------------------- /Assets/ResExport/Audios/OpenUI.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResExport/Audios/OpenUI.ogg -------------------------------------------------------------------------------- /Assets/ResExport/Audios/Start.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResExport/Audios/Start.ogg -------------------------------------------------------------------------------- /Assets/ResExport/Box.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b67dfac716009874b8173781599911b7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResExport/Box/MsgBox.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e80d7319b24e4834eb776dc55b919623 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: ui/msgbox 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ResExport/Box/MsgLoading.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97be40aa465471d4994b75bd22069bd9 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ResExport/Box/MsgTips.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 180d7cc8c4840dd419c35c1127bb5d8b 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: ui/msgbox 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ResExport/ChooseRole.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 039c32e07f1a3514ebcababb3d623d2b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResExport/ChooseRole/ChooseRoleView.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da8ad55c5b5cc1844990323045f11b56 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: ui/chooseroleview 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ResExport/ChooseSvr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27d05f1a16f18df43bc77536b5fb8983 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResExport/ChooseSvr/ChooseSvrView.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ec99a5134040c94f8763371777ebabb 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: ui/choosesvrview 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ResExport/Login.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d88946cc5351e6844a92d67a68e2fc73 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResExport/Login/LoginView.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7d7cd575c0a43248b3369ddc0bd5208 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: ui/loginview 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ResExport/Tips.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f94cea415536b7d4eb47c13a468ec07a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResExport/Tips/IconTips.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc90f65b73de022468322d01ba799b43 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: ui/icontips 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ResQuote.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71ce42dc7bcde8c48a11eaddef698035 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef14071ccc8c1bd4cab4beea2e7c2a91 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Box.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4caacfac095fa248a25a4a1f3403925 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Box/Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Box/Box.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Box/NetLoading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Box/NetLoading.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseRole.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 724407db51f4eb64c913e3db9196113e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseRole/BtnRandom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseRole/BtnRandom.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseRole/BtnStart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseRole/BtnStart.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseRole/ImgChoose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseRole/ImgChoose.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseRole/ImgChooseBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseRole/ImgChooseBg.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseRole/RoleBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseRole/RoleBg.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseRole/RoleName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseRole/RoleName.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6ae3c1cd98445440ba632eb1c0f7816 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/BGBottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/BGBottom.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/BtnBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/BtnBack.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/ChooseSvr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/ChooseSvr.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/ItemBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/ItemBg.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/Lastest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/Lastest.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/LeftBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/LeftBg.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/LeftLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/LeftLine.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/Line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/Line.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/Select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/Select.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/State1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/State1.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/State2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/State2.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/State3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/State3.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/State4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/State4.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/ChooseSvr/TitleBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/ChooseSvr/TitleBg.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93721ce7a9521e94fb387c97c546297f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/BgLoginBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/BgLoginBox.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/BtnCancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/BtnCancel.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/BtnLogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/BtnLogin.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/BtnRegister.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/BtnRegister.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/BtnStart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/BtnStart.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/ElseBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/ElseBg.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/InputBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/InputBox.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/LOGO.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/Select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/Select.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Login/SelectBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Login/SelectBg.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89130710db1b4434fbf4ccdc0e0e2d9e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Arena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Arena.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Coat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Coat.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Combat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Combat.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Energy.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Exp.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Food.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Gold.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/LevelUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/LevelUp.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Metal.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Sliver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Sliver.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Soldiers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Soldiers.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Sw.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/VipLevelUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/VipLevelUp.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/VipNum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/VipNum.png -------------------------------------------------------------------------------- /Assets/ResQuote/Sprites/Tips/Wood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Sprites/Tips/Wood.png -------------------------------------------------------------------------------- /Assets/ResQuote/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d45f689512e29545a714bf7985b37fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/Background.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91cf5d242d7fc3c4d847e20064aeb358 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/Background/BgCommon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Textures/Background/BgCommon.png -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/Background/BgLogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Textures/Background/BgLogin.png -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/BoxBg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad7e9e018bfa5a741bb5f29b1a87557d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/BoxBg/BgMsgBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Textures/BoxBg/BgMsgBox.png -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/ChooseRole.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 583fa3f8dd397f14ab789a867f4e6426 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/ChooseRole/Men.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Textures/ChooseRole/Men.png -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/ChooseRole/Women.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Textures/ChooseRole/Women.png -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/Else.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54e9c4a579971eb49be9bc71f652257d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ResQuote/Textures/Else/TopChooseSvr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ResQuote/Textures/Else/TopChooseSvr.png -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1c8865665d37524499744d100d005fc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Atlas.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 377772e7c5ed9ba4799da1d74369b952 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/DebugGUI.guiskin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 719e956df7953504aa5af0ce82ab6101 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/DownloadDesc.txt: -------------------------------------------------------------------------------- 1 | {"UnpackDesc":"正在为您解包资源(此过程不消耗流量),请耐心等待:","DownloadDesc":"正在为您下载更新资源包:"} -------------------------------------------------------------------------------- /Assets/Resources/DownloadDesc.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa0cb1b820aaa9740bd0a8d9411d6c70 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/Material.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98e14d20584303d41b3e446e644003d8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Material/Grey.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb8ac735e5c697144883f4fba34602b2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Material/UIMask.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10ae074eacf0d36478b78b5a742023cb 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9de81bc5d848fe47b29bc691a5aed65 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Sprites/Download.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec30a615da0183f45934cbe1b9021871 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Sprites/Download/Effact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Sprites/Download/Effact.png -------------------------------------------------------------------------------- /Assets/Resources/Sprites/Download/LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Sprites/Download/LOGO.png -------------------------------------------------------------------------------- /Assets/Resources/Sprites/Download/Loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Sprites/Download/Loading.png -------------------------------------------------------------------------------- /Assets/Resources/Sprites/Download/SliderBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Sprites/Download/SliderBack.png -------------------------------------------------------------------------------- /Assets/Resources/Sprites/Download/SliderFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Sprites/Download/SliderFront.png -------------------------------------------------------------------------------- /Assets/Resources/Sprites/Download/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Sprites/Download/Title.png -------------------------------------------------------------------------------- /Assets/Resources/Sprites/Tips.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a81b53a00df43e34b8939a58f2c40334 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Sprites/Tips/TipsBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Sprites/Tips/TipsBg.png -------------------------------------------------------------------------------- /Assets/Resources/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3201b859f6c757e4c9846424d63938eb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Textures/BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Textures/BG.png -------------------------------------------------------------------------------- /Assets/Resources/Textures/Icon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 102bc775d7d0e174faf9a95287c8f809 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Textures/Icon/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Textures/Icon/128.png -------------------------------------------------------------------------------- /Assets/Resources/Textures/Icon/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Textures/Icon/64.png -------------------------------------------------------------------------------- /Assets/Resources/Textures/LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Resources/Textures/LOGO.png -------------------------------------------------------------------------------- /Assets/Resources/Tips.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57aef3ae0683bc4479e7a3ad6213cc67 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Tips/NormalTips.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad36b2824ae4b9540ac1e7486daa236a 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/Tips/ReduceTips.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f24ce3ec548832046af318392c98db26 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7208577c385de0c43a034c0f6e25c2f7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/DownLoadView.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab25ba707f62b9141991fd71fd7a633c 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4dd41526542a5b47b77fbf85fbbc51e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scenes/Entry.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75eee5e7009aba84192cfcdff8590f2a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Scenes/UI.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbd7f8f366aa6ca4ab775c996f31dc08 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 340bca7100420314d8cde6bde4e69bf6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scripts/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0489f1f062fbaa428bd858ee3b0dfad 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scripts/Common/AStar.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7799428a309c2244387c94d20f68f2ff 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Common/AStar/IAStarHeuristic.cs: -------------------------------------------------------------------------------- 1 | public interface IAStarHeuristic 2 | { 3 | int Heuristic(int x1, int y1, int x2, int y2); 4 | } -------------------------------------------------------------------------------- /Assets/Scripts/Common/AStar/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9c9c36f8a6eafd49a1812c62451fc0a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Common/Dependencies.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3fff8281622ed244f844345adec2505e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Common/Dependencies/LitJson.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7a15ebed39442347a987a137196942f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Common/Dependencies/LitJson/AssemblyInfo.cs.in.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2885829cc7c47f43b3acb26a8078fc1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts/Common/Dependencies/LitJson/LitJSON.csproj.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11f0ebec203685545b8249469bbc020f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts/Framework/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/Scripts/Framework/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/Scripts/Framework/Network/Protocal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Scripts/Framework/Network/Protocal.cs -------------------------------------------------------------------------------- /Assets/Scripts/Framework/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/Scripts/Framework/Network/SocketClient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04f54500631116c49923e30eda2563bb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/GameConst.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/Scripts/Manager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e037ccb531438b498940c40edb54326 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scripts/Manager/DownloadManager.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/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/Scripts/Manager/Interface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4654f39cc1fc05b4ca5f272cc65b39a8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Scripts/Manager/Interface/ITimerBehaviour.cs: -------------------------------------------------------------------------------- 1 | namespace Framework 2 | { 3 | public interface ITimerBehaviour 4 | { 5 | void TimerUpdate(); 6 | } 7 | } -------------------------------------------------------------------------------- /Assets/Scripts/Manager/ObjectPool.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f16eff992600ab54a87df26755fd58d1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Manager/ObjectPool/ObjectPool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Scripts/Manager/ObjectPool/ObjectPool.cs -------------------------------------------------------------------------------- /Assets/Scripts/Manager/TimerManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/Scripts/Manager/TimerManager.cs -------------------------------------------------------------------------------- /Assets/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/Scripts/Manager/UIManager.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/Scripts/UnityMono.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24f256a3f2f57b04ca3a729ed71f391f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/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/Scripts/View/Debug.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 779aced75311fda4d8d12d8ac8286fb0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/View/Download.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82741d9483a63684dab5e1dcd78344ef 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/View/LuaMediator.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5732da761e4624a4281b3ceae4d75af4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/View/WorldMap.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 464410ac3c8aa714ba352a90257b5ea4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/View/WorldMap/Vo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b553179ceb7177844b7e51d64c7a910f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baca41573863bac4b8d40e2bdd3e9aa4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5a84c28f7238984e89b95840353d0bf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/assets_dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/assets_dir -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/assets_dir.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ccc1222f8e201d479616bc1eeb965db 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/assets_dir.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34b3091d174575f4c8f6112f1d3575f5 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ced01767ca350584ab222a925132cb0d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/chooseroleatlas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/atlas/chooseroleatlas -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/chooseroleatlas.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92dd016709ccfa64f942f53d304d8dd6 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/chooseroleatlas.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 969c227c5bad042408643adec08f541a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/choosersvratlas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/atlas/choosersvratlas -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/choosersvratlas.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9894fb7806f921c4cbe495b89548ad2d 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/choosersvratlas.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d60e3e84ad73484180a85b4d7652701 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/loginatlas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/atlas/loginatlas -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/loginatlas.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 042cc501e5cdbb244aca69074e9dbec1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/loginatlas.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50baf70d7e2cd4949a3c68f7c7880aab 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/tipsatlas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/atlas/tipsatlas -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/tipsatlas.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 555ca623a662f6f4d8e731fe1b15bc4a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/atlas/tipsatlas.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de3d6928a943dd74a86a7c146716dc8e 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3981546d1c07f6343a07f90e05bc0b91 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/bgmlogin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/audios/bgmlogin -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/bgmlogin.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27fb4d7726067ee4a84a5cd0bf096ca4 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/bgmlogin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40769ba03e4613040a2e1b69fa6a0d88 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/click: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/audios/click -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/click.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a43a5084002065448f6c8bd2218f568 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/click.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3e249cb83fc2f648a602a57fdf75f64 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/close: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/audios/close -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/close.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d7514a6fbf143f4787c4edf7aaf1cb2 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/close.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f338b6daa2741fe4b9ede980240231f3 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/openui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/audios/openui -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/openui.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8abaf052ad470724183961855bad0048 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/openui.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d196d6867bf103e449df3d1196380f12 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/audios/start -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/start.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96ed9c195624b68409669e3aa33db6ed 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/audios/start.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62e5078866ae044419c3edb3ac778d1a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd3596032a7af224f954afcf265bfbf9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common/bgcommon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/common/bgcommon -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common/bgcommon.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a10d47c0b854a50478f2eba991406cd4 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common/bgcommon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d068d8469defed44be30b0893e21507 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common/bglogin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/common/bglogin -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common/bglogin.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ea67e19e380a9841a7165a0ecc4fd47 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common/bglogin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25ceadb58ad114f428d79abd3cbcb1db 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common/bgmsgbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/common/bgmsgbox -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common/bgmsgbox.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14ae51647c111124db253e46a29279c0 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/common/bgmsgbox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc5fed07fc2ecc14c8cb91b343c5f121 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 772190c24d62dad4bb2538aaeeb80ee8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/chooseroleview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/ui/chooseroleview -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/chooseroleview.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 645d7dc7412671143b6304eacf4caa7f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/chooseroleview.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bf5313bb3d5b38459b85bed50e07064 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/choosesvrview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/ui/choosesvrview -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/choosesvrview.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46bcf3c55404d9045b7005914a5445c2 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/choosesvrview.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc50027dca672a944bf49dce86ed16af 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/icontips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/ui/icontips -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/icontips.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4eb2e8f9bbd109743a849afb06a067da 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/icontips.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 018db549ae696fb4c86e2376904af6ec 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/loginview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/ui/loginview -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/loginview.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec2dc645186eac840abbde4350a29096 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/loginview.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0005c3b0a7afa444ea4e67d7a5ad4d95 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/msgbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/StreamingAssets/assets_dir/ui/msgbox -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/msgbox.manifest.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d166fee74f459e549b27351913b0dd0d 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/assets_dir/ui/msgbox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3d705900e3362743864870340b6001f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77b79896a4d55ee4cacb574bdbd0616e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4370f6d73412618488bc812c5968c6c9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a98a2cecf90ae08419669d1170f7570f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/DOTween.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34192c5e0d14aee43a0e86cc4823268a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/DOTween.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTween/DOTween.dll -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/DOTween.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTween/DOTween.dll.mdb -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/DOTween.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f007001a22b3d24dae350342c4d19c8 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e14a5999e62f164e817ac3941b289e1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e2c6224d345d9249acfa6e8ef40bb2d 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor/DOTweenEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTween/Editor/DOTweenEditor.dll -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f46310a8b0a8f04a92993c37c713243 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor/Imgs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 177753afe7bc44d4a85094e5907fb5a7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor/Imgs/Footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTween/Editor/Imgs/Footer.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor/Imgs/Footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTween/Editor/Imgs/Footer_dark.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Editor/Imgs/Header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTween/Editor/Imgs/Header.jpg -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/Modules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b568dd699481344e9d966ef4a548aaa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTween/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fccfc62abf2eb0a4db614853430894fd 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47261d2c73f756a4b8bb500e166ef495 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro Examples/DOTweenPath.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a351b59ca54a0bc4083c35844da13a61 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 502571e0d2e3e4043bbbcfed2ecea523 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/DOTweenPro.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db7d7ef84c388bc4fbc3835d31a15306 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/DOTweenPro.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTweenPro/DOTweenPro.dll -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/DOTweenPro.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTweenPro/DOTweenPro.dll.mdb -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/DOTweenPro.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d719ed2e2c87eae4e8dd520e2df659c1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b6b26cb152a7ad4093846e4b3586dc8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 753a4f4ed73b17143923101226957756 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee3a420017f129443896310d9fab256b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DOTweenPro/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa8f07903bf128e44a7d0b91a63dedab 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16fe9c727bf21d943aa3d6b7b26c152d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1894651afd3c2a941a30a9881fbe12f2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/DemiLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/DemiLib.dll -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/DemiLib.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/DemiLib.dll.mdb -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/DemiLib.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 995cf2d9b4a41f840b3a41712e9b3bc0 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/DemiLib.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bf2564c9817bb34988453ae948954d2 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bd1d6bf58aeee940b6e091e27b06946 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/DemiEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/DemiEditor.dll -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c20a7b4db3cd0a4a99bcf6218f92860 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/DemiEditor.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4a42b2e4e6f64d4ba01d35c5a3dafed 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdfb2fd2511e27749a750252e879b542 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/circle.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png -------------------------------------------------------------------------------- /Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Assets/ThirdParty/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png -------------------------------------------------------------------------------- /Assets/ThirdParty/LuaPerfect.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fd011b498828bb47ac72cf92f00f0f0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/ThirdParty/LuaPerfect/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67b2b85a29658484f9bf6bbff713a477 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/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/ToLua/BaseType.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 337508ffab1cff64bbf7476789c95d59 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/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/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/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/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/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/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/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/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/ToLua/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7714c4ebcd6e6474da6ec5df53bca350 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/ToLua/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d9fa950d6c449e42893b939877b4ec7 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Editor/Extend.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdd2718c24fc3014d96c208f87886fe3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/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/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/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/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/ToLua/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 940a49ebae9b91b4fb0682c92d968933 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/01_HelloWorld.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79324a58d1dd94843a6e15fb4d77da66 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/01_HelloWorld/HelloWorld.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ce3f2dc80a0205428a5372f74800258 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/02_ScriptsFromFile.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71ca7fe863de8dd4d8a6057d043df5e4 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/02_ScriptsFromFile/ScriptsFromFile.lua: -------------------------------------------------------------------------------- 1 | print("This is a script from a utf8 file") 2 | print("tolua: 你好! こんにちは! 안녕하세요!") 3 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/02_ScriptsFromFile/ScriptsFromFile.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbc95a40dca6ccf448ff2a7f1905e751 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/02_ScriptsFromFile/ScriptsFromFile.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e011b54a109dd1c43b5ed71ca3590a32 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/03_CallLuaFunction.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b90da095ffcaa34891335989ba05ddf 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/03_CallLuaFunction/CallLuaFunction.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b95d9c7995843244812901527540c78 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/04_AccessingLuaVariables.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b3a357bb0337ee438db20f82382e246 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/04_AccessingLuaVariables/AccessingLuaVariables.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b440f9ea3ca78884cbc8bd834a84ee54 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/05_LuaCoroutine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aab46dd051561242b5f1dd79f189a42 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/05_LuaCoroutine/LuaCoroutine.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 811fd4e3aec57234ea72e1ed44701a9c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/06_LuaCoroutine2.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bf03102ccd94cb45afe01e02bf19184 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/06_LuaCoroutine2/Coroutine.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4db2739d8c3e5af4ca5647e7ded00f68 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/07_LuaThread.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34683a8c5207cb3438b3b06aa2ef38c8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/07_LuaThread/TestThread.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bc55bdc0d2bff34a9abc55c4eeebdc0 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/08_AccessingArray.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d74fee3fd9c8cb64e8d8083fb944a9c3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/08_AccessingArray/AccessingArray.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f3cdbddf148392458f85eed2085860c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/09_Dictionary.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d308146ac25b5a74d99ced6f74495105 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/09_Dictionary/UseDictionary.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5dc40f31458a9544aa74bcdad6d15d06 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/10_Enum.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbe9c6c5abd052b488c851260cc2cb92 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/10_Enum/AccessingEnum.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a217aecbea099fd4cbb21c9795f57884 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/11_Delegate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bafe37b805a5b274aaee648a0b64bcb2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/11_Delegate/UseDelegate.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c371c24024790e4fafc6efd6656ffa8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/12_GameObject.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c05e0dc08239c724bba79944e7ccbcaa 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/12_GameObject/TestGameObject.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd44e2bbf67026a4eb7a12cc132f5515 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/13_CustomLoader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fc9a6d7d2170ce43bfdcb7197628a9d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/13_CustomLoader/CustomLoader.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64a15f71c3e8ada48bbf2dec47d8eb0d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/14_Out.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9762f66a6f78d843b27a77925f63e3f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/14_Out/TestOut.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1cff06827ae69d45ba691b5714e066d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/15_ProtoBuffer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cac1317b8ab1d3a438e2fa736a69d7fe 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/15_ProtoBuffer/ProtoBuffer.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a4304ba0253d9241b8bf736a8607df6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/15_ProtoBuffer/common.proto: -------------------------------------------------------------------------------- 1 | 2 | message Header 3 | { 4 | required int64 cmd = 1; 5 | required int32 seq = 2; 6 | } -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/15_ProtoBuffer/person.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f84fe6c5b2078174bb56bed15abd687b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/16_Int64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56454d123fe4d2a47a2a1bf5e9a7399b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/16_Int64/TestInt64.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f5fdf9606a2d854590fcbd3926005e4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/17_Inherit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49da3d0eb205def459dc639d92b7cc77 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/17_Inherit/Inherit.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3cf1516f0a320b49a263c1fed026319 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/18_Bundle.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07aecff784dcab84393e4fad04c7b35d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/18_Bundle/TesetAssetBundle.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 207ce505e47eb8542963d4972b45b05d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/19_cjson.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c1a9e6cb95cdea4cbc97a336446abe8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/19_cjson/testcjson.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0dbc965b474b6824db5cb79d380403e4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/20_utf8.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48896cd2daf4f4542ba776681732210a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/20_utf8/utf8.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74b6932cd0642734eb36e554528a9825 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/21_String.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7bfd51b922b87a4ba399b7f73540493 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/21_String/TestString.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e6bca3bb283b3247a8692ac6e03d4ff 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/22_Reflection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1160a89e211090a4ea787fb5145cc984 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/22_Reflection/TestReflection.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c297fdd08a27a54a96505801547f7b2 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/23_List.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 665099d7241e1a54fb217e3b172e21a7 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/23_List/UseList.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4f35714ff91744489f71618b0ae9fd8 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/Performance.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f240c18ff8d4eb44390f8d949e2f6fbd 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/Performance/Performance.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0693d19658479a642a7faaa61feb2c09 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9efe91d34eaff5a4ab3530e47ea50385 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd85633be4068ee4b8d8f4744a4a9386 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/Resources/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d26bf1a8a6d42954eb332fd9957140d1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/Resources/Lua/Protol.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0882b1dfb9d5f9e408ec017206a4946a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/Resources/Lua/TestErrorStack.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a540e20118516b1449b2bb6293d1030a 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Examples/Resources/Lua/TestLoader.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d249a195df84a8e448b95867fdc844df 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/Resources/Lua/TestLuaCoroutine.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e90f8f033d17114297577d8cde2677e 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/Resources/Lua/TestPerf.lua.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07657567fb0a4fe439b7e52f48d787e1 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/Resources/jsonexample.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d7edaf98b78bd84297bb888bf41ed02 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/TestErrorStack.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00b15eee8aab8d64e844fc53ee7395de 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/TestErrorStack/TestInstantiate.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec8a2f7e4eaf1c64e8393014e602047c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/TestErrorStack/TestInstantiate2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e472cc047eb20841bbb7c64dfeb0d78 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/TestErrorStack/TestLuaStack.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 706020e5c3f37944995bfe00955fdd39 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Examples/TestOverload/TestOverload.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45830782541ee7a49b44eb5a02d7ecef 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/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/ToLua/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b3be0814bb45e640973aea4f6303a33 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/Build.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df27f3565c885a1419249346792d53b7 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/System.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c23205cbb914d9943ba97091e50d9d34 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/System/Reflection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b31921aad5a29bf48b69fbad423de1be 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/System/Reflection/BindingFlags.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 447334b96205b8040b534702d8d806c6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/System/Timer.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e891968e6d367cf4da81d8c24a52c358 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/System/ValueType.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fab9e4d6fcf702740a4c66965903ed1f 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/System/coroutine.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69692ffc56243fb4a8d655a208364fec 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec9654611f40bd64cb988c5f45494721 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Bounds.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8643f0e46fe222e48919766d7b0c7c5f 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Color.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54770d2645593c347ac25713a6d332e3 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/LayerMask.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08700fd491ce4cf4ba55fd9832b9f9cf 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Mathf.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cfbc4fb807d4e444bd41df7de6c249e 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Plane.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3971497c90061f4d9c0e9a99b5bbcbe 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Profiler.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37c51fa1e5d7c094f8620b364c731293 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Quaternion.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc8181e6244125146a87c5b83c380a92 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Ray.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 436d981c3546acd44a03048767c0d85a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/RaycastHit.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 707a4e1a225007d45923200abf2c9c13 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Time.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f2e1d9dee4ecaf4b8734c59f1c9f3b5 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Touch.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48ee0c1b8478eba4f9338e5ec4a14d40 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Vector2.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebac0a3bf4e463249a78081c5cc3abcf 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Vector3.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3697c841f98720444b380cc2756c17ea 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/UnityEngine/Vector4.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e294d4af7e55084dadac8ee7a76099d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/cjson.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51fabff50886aea4ca5100ee3396939b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/cjson/util.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6b21c50e0c10c840bb4965a6b03fdc1 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/event.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cb3ad8be0f474f4c997acf1b791b133 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/ToLua/Lua/list.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0d0ca55b7df3414aafaf11a39c13378 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/lpeg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58143f62c40fa4143903b5b1abc707fe 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/lpeg/re.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7e8b1ba4c06a4d4db879ad831cb62f1 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/ltn12.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f6ae256ba8bd244692e687b1b0ece95 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/mime.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78de065ed4e50984eba196a41070d017 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/misc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08e54c61aaaa7c545b03c37c12e41df1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/misc/functions.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ad071edc48d0d8469028957a2df9c67 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/misc/misc.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65f0fec8c62c56a499fb800e5e7b5048 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/misc/strict.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4df6e3671aafc8e4d82fee6a2cf5948e 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/misc/utf8.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7ac60fc5e653564588e60deb91863ee 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/slot.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5040eeedfb5e1bf4b8a5294bba19ca0b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/socket.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63c3bb6af007b6344af9a86ef0b7e225 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/tolua.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dab8762e884a1c469dd11f6d2044a0f 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Lua/typeof.lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7edd4f2975d3f54f8396b61d8b34944 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/ToLua/Misc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ec2002202db97649bcdffe1705c0bdc 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/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/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/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/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/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/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/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/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/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/ToLua/Source.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db55e48f816fba1409469da1390fc320 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/ToLua/Source/Generate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0a78131d3329a6429aef18c841165dc 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/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/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/ToLua/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c85b2c9de573bc54881ca0c2427016cd 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /LuaDebuggee.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/LuaDebuggee.dll -------------------------------------------------------------------------------- /LuaEncoder/luajit/jit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c6dce3c1e9409c49a82b4c844b8b1e8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /LuaEncoder/luajit/lua51.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/LuaEncoder/luajit/lua51.dll -------------------------------------------------------------------------------- /LuaEncoder/luajit/luajit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/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/luajit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/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/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/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 | -------------------------------------------------------------------------------- /Packages/AssetBundles-Browser-master/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eae989b9583e0794592d5e9b747bc280 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/AssetBundles-Browser-master/Editor/Icons/ABundleBrowserIconY1756Basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Packages/AssetBundles-Browser-master/Editor/Icons/ABundleBrowserIconY1756Basic.png -------------------------------------------------------------------------------- /Packages/AssetBundles-Browser-master/Editor/Icons/ABundleBrowserIconY1756Scene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zerospace007/SpriteMVC/1c57b74b550656e47dccb62597dfe71065f87375/Packages/AssetBundles-Browser-master/Editor/Icons/ABundleBrowserIconY1756Scene.png -------------------------------------------------------------------------------- /Packages/AssetBundles-Browser-master/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ed8819a06e39ed4499b36b63173497f 3 | timeCreated: 1507818222 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/AssetBundles-Browser-master/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4581cc1523d2d3e489a8bd6c62aaa345 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /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/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 | m_DefaultList: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.3.5f1 2 | -------------------------------------------------------------------------------- /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 | --------------------------------------------------------------------------------