├── Assets ├── .SDKCache │ └── Readme.txt ├── EditorConfig.meta ├── EditorConfig │ ├── BundleConfigEditor.json │ ├── BundleConfigEditor.json.meta │ ├── SDKEditorConfig.json │ ├── SDKEditorConfig.json.meta │ ├── UIStyleConfigData.json │ └── UIStyleConfigData.json.meta ├── EditorTemplateRes.meta ├── EditorTemplateRes │ ├── Template_qwq.prefab │ └── Template_qwq.prefab.meta ├── Resources.meta ├── Resources │ ├── Config.meta │ ├── Config │ │ ├── 111.json │ │ ├── 111.json.meta │ │ ├── BundleConfig.json │ │ ├── BundleConfig.json.meta │ │ ├── BundleConfig.json.meta~Stashed changes │ │ ├── BundleConfig.json.meta~Stashed changes.meta │ │ ├── HotUpdateConfig.json │ │ ├── HotUpdateConfig.json.meta │ │ ├── LuaConfig.json │ │ ├── LuaConfig.json.meta │ │ ├── ResourcesConfig.json │ │ ├── ResourcesConfig.json.meta │ │ ├── SDKConfig.json │ │ ├── SDKConfig.json.meta │ │ ├── qeqweqwe.json │ │ └── qeqweqwe.json.meta │ ├── Data.meta │ ├── Data │ │ ├── GuideData.txt │ │ ├── GuideData.txt.meta │ │ ├── Language.meta │ │ ├── Language │ │ │ ├── LangData_Afrikaans.txt │ │ │ ├── LangData_Afrikaans.txt.meta │ │ │ ├── LangData_Arabic.txt │ │ │ ├── LangData_Arabic.txt.meta │ │ │ ├── LangData_ChineseSimplified.txt │ │ │ └── LangData_ChineseSimplified.txt.meta │ │ ├── item.txt │ │ ├── item.txt.meta │ │ ├── testData.txt │ │ └── testData.txt.meta │ ├── GameObject_adasd.prefab │ ├── GameObject_adasd.prefab.meta │ ├── Lua.meta │ ├── Lua │ │ ├── LuaMain.txt │ │ └── LuaMain.txt.meta │ ├── LuaLib.meta │ ├── LuaLib │ │ ├── FrameWork.meta │ │ ├── FrameWork │ │ │ ├── Data.meta │ │ │ ├── Data │ │ │ │ ├── LuaDataHelper.txt │ │ │ │ └── LuaDataHelper.txt.meta │ │ │ ├── LuaFrameWorkEventName.txt │ │ │ ├── LuaFrameWorkEventName.txt.meta │ │ │ ├── Status.meta │ │ │ ├── Status │ │ │ │ ├── LuaStatusManager.txt │ │ │ │ ├── LuaStatusManager.txt.meta │ │ │ │ ├── LuaStatusMetaTable.txt │ │ │ │ └── LuaStatusMetaTable.txt.meta │ │ │ ├── UI.meta │ │ │ ├── UI │ │ │ │ ├── LuaUIManager.txt │ │ │ │ ├── LuaUIManager.txt.meta │ │ │ │ ├── LuaUIWindowMetatable.txt │ │ │ │ └── LuaUIWindowMetatable.txt.meta │ │ │ ├── Update.meta │ │ │ └── Update │ │ │ │ ├── LuaUpdate.txt │ │ │ │ └── LuaUpdate.txt.meta │ │ ├── LuaEventDispatcher.txt │ │ ├── LuaEventDispatcher.txt.meta │ │ ├── LuaFormatTools.txt │ │ ├── LuaFormatTools.txt.meta │ │ ├── LuaPrintTable.txt │ │ ├── LuaPrintTable.txt.meta │ │ ├── LuaStringHelper.txt │ │ ├── LuaStringHelper.txt.meta │ │ ├── Unity.meta │ │ ├── Unity │ │ │ ├── LuaUnityDefine.txt │ │ │ └── LuaUnityDefine.txt.meta │ │ ├── luaJson.txt │ │ └── luaJson.txt.meta │ ├── New Material 2.mat │ ├── New Material 2.mat.meta │ ├── New Material 3.mat │ ├── New Material 3.mat.meta │ ├── New Material 4.mat │ ├── New Material 4.mat.meta │ ├── New Material 5.mat │ ├── New Material 5.mat.meta │ ├── New Material 6.mat │ ├── New Material 6.mat.meta │ ├── New Material.mat │ ├── New Material.mat.meta │ ├── Prefab.meta │ ├── Prefab │ │ ├── GameObject 1.prefab │ │ ├── GameObject 1.prefab.meta │ │ ├── GameObject 2.prefab │ │ ├── GameObject 2.prefab.meta │ │ ├── GameObject.prefab │ │ ├── GameObject.prefab.meta │ │ ├── UItest 1.prefab │ │ ├── UItest 1.prefab.meta │ │ ├── UItest 2.prefab │ │ ├── UItest 2.prefab.meta │ │ ├── UItest 3.prefab │ │ ├── UItest 3.prefab.meta │ │ ├── UItest 4.prefab │ │ ├── UItest 4.prefab.meta │ │ ├── UItest 5.prefab │ │ ├── UItest 5.prefab.meta │ │ ├── UItest 6.prefab │ │ ├── UItest 6.prefab.meta │ │ ├── UItest.prefab │ │ ├── UItest.prefab.meta │ │ ├── gogo.prefab │ │ └── gogo.prefab.meta │ ├── ResourcesManifest.txt │ ├── ResourcesManifest.txt.meta │ ├── UI.meta │ ├── UI │ │ ├── AAAWindow.meta │ │ ├── AAAWindow │ │ │ ├── AAAWindow.prefab │ │ │ └── AAAWindow.prefab.meta │ │ ├── GameWindow.meta │ │ ├── GameWindow │ │ │ ├── GameWindow.prefab │ │ │ └── GameWindow.prefab.meta │ │ ├── GuideWindow.meta │ │ ├── GuideWindow │ │ │ ├── GuideWindow.prefab │ │ │ └── GuideWindow.prefab.meta │ │ ├── LuaTestWindow.meta │ │ ├── LuaTestWindow │ │ │ ├── LuaTestWindow.prefab │ │ │ └── LuaTestWindow.prefab.meta │ │ ├── MainWindow.meta │ │ ├── MainWindow │ │ │ ├── MainWindow.prefab │ │ │ └── MainWindow.prefab.meta │ │ ├── ShopWindow.meta │ │ ├── ShopWindow │ │ │ ├── ShopWindow.prefab │ │ │ ├── ShopWindow.prefab.meta │ │ │ ├── ShopWindow_Item.prefab │ │ │ └── ShopWindow_Item.prefab.meta │ │ ├── Test2Window.meta │ │ ├── Test2Window │ │ │ ├── Test2Window.prefab │ │ │ └── Test2Window.prefab.meta │ │ ├── TestWindowWindow.meta │ │ ├── TestWindowWindow │ │ │ ├── TestWindowWindow.prefab │ │ │ └── TestWindowWindow.prefab.meta │ │ ├── UIManager.prefab │ │ ├── UIManager.prefab.meta │ │ ├── test01Window.meta │ │ ├── test01Window │ │ │ ├── test01Window.prefab │ │ │ └── test01Window.prefab.meta │ │ ├── test02Window.meta │ │ ├── test02Window │ │ │ ├── test02Window.prefab │ │ │ └── test02Window.prefab.meta │ │ ├── testWindow.meta │ │ └── testWindow │ │ │ ├── Image_item.prefab │ │ │ ├── Image_item.prefab.meta │ │ │ ├── testWindow.prefab │ │ │ └── testWindow.prefab.meta │ ├── Version.json │ ├── Version.json.meta │ ├── sprite.meta │ └── sprite │ │ ├── dl_01.png │ │ ├── dl_01.png.meta │ │ ├── dl_01.png.meta~Stashed changes │ │ ├── dl_01.png.meta~Stashed changes.meta │ │ ├── dl_02.png │ │ ├── dl_02.png.meta │ │ ├── dl_02.png.meta~Stashed changes │ │ ├── dl_02.png.meta~Stashed changes.meta │ │ ├── dl_03.png │ │ ├── dl_03.png.meta │ │ ├── dl_03.png.meta~Stashed changes │ │ ├── dl_03.png.meta~Stashed changes.meta │ │ ├── dl_04.png │ │ ├── dl_04.png.meta │ │ ├── dl_04.png.meta~Stashed changes │ │ ├── dl_04.png.meta~Stashed changes.meta │ │ ├── dl_05.png │ │ ├── dl_05.png.meta │ │ ├── dl_05.png.meta~Stashed changes │ │ ├── dl_05.png.meta~Stashed changes.meta │ │ ├── dl_07.png │ │ ├── dl_07.png.meta │ │ ├── dl_07.png.meta~Stashed changes │ │ ├── dl_07.png.meta~Stashed changes.meta │ │ ├── dl_08.png │ │ ├── dl_08.png.meta │ │ ├── dl_08.png.meta~Stashed changes │ │ ├── dl_08.png.meta~Stashed changes.meta │ │ ├── dl_09.png │ │ ├── dl_09.png.meta │ │ ├── dl_09.png.meta~Stashed changes │ │ └── dl_09.png.meta~Stashed changes.meta ├── Scene.meta ├── Scene │ ├── main.unity │ └── main.unity.meta ├── Script.meta ├── Script │ ├── Core.meta │ ├── Core │ │ ├── Application.meta │ │ ├── Application │ │ │ ├── ApplicationManager.cs │ │ │ ├── ApplicationManager.cs.meta │ │ │ ├── ApplicationStatusManager.cs │ │ │ ├── ApplicationStatusManager.cs.meta │ │ │ ├── Boot.meta │ │ │ ├── Boot │ │ │ │ ├── AppModuleBase.cs │ │ │ │ ├── AppModuleBase.cs.meta │ │ │ │ ├── Define.meta │ │ │ │ ├── Define │ │ │ │ │ ├── BaseValue.cs │ │ │ │ │ ├── BaseValue.cs.meta │ │ │ │ │ ├── ClassValue.cs │ │ │ │ │ └── ClassValue.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── BootConfigBuildPreprocess.cs │ │ │ │ │ ├── BootConfigBuildPreprocess.cs.meta │ │ │ │ │ ├── GameBootConfigEditorWindow.cs │ │ │ │ │ └── GameBootConfigEditorWindow.cs.meta │ │ │ │ ├── GameBootConfig.cs │ │ │ │ └── GameBootConfig.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── ApplicationManagerComponentEditor.cs │ │ │ │ ├── ApplicationManagerComponentEditor.cs.meta │ │ │ │ ├── ApplicationStatusCreater.cs │ │ │ │ └── ApplicationStatusCreater.cs.meta │ │ │ ├── GlobalLogicManager.cs │ │ │ ├── GlobalLogicManager.cs.meta │ │ │ ├── IApplicationGlobalLogic.cs │ │ │ ├── IApplicationGlobalLogic.cs.meta │ │ │ ├── IApplicationStatus.cs │ │ │ └── IApplicationStatus.cs.meta │ │ ├── Audio.meta │ │ ├── Audio │ │ │ ├── AudioManager.cs │ │ │ ├── AudioManager.cs.meta │ │ │ ├── AudioManager.meta │ │ │ └── AudioManager │ │ │ │ ├── Audio2DPlayer.cs │ │ │ │ ├── Audio2DPlayer.cs.meta │ │ │ │ ├── Audio3DPlayer.cs │ │ │ │ ├── Audio3DPlayer.cs.meta │ │ │ │ ├── AudioAsset.cs │ │ │ │ ├── AudioAsset.cs.meta │ │ │ │ ├── AudioButtonClickComponent.cs │ │ │ │ ├── AudioButtonClickComponent.cs.meta │ │ │ │ ├── AudioGroupSystem.meta │ │ │ │ ├── AudioGroupSystem │ │ │ │ ├── AudioGroupData.cs │ │ │ │ ├── AudioGroupData.cs.meta │ │ │ │ ├── AudioGroupSystem.cs │ │ │ │ ├── AudioGroupSystem.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── AudioGroupSystemEditorWindow.cs │ │ │ │ │ └── AudioGroupSystemEditorWindow.cs.meta │ │ │ │ ├── RandomLoopMusicData.cs │ │ │ │ ├── RandomLoopMusicData.cs.meta │ │ │ │ ├── RandomLoopSFXData.cs │ │ │ │ └── RandomLoopSFXData.cs.meta │ │ │ │ ├── AudioPlayManager.cs │ │ │ │ ├── AudioPlayManager.cs.meta │ │ │ │ ├── AudioPlayerBase.cs │ │ │ │ ├── AudioPlayerBase.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ └── Editor │ │ │ │ ├── AudioButtonClickComponentEditor.cs │ │ │ │ ├── AudioButtonClickComponentEditor.cs.meta │ │ │ │ ├── AudioManagerWindow.cs │ │ │ │ └── AudioManagerWindow.cs.meta │ │ ├── Config.meta │ │ ├── Config │ │ │ ├── ConfigManager.cs │ │ │ ├── ConfigManager.cs.meta │ │ │ ├── ConfigTable.cs │ │ │ └── ConfigTable.cs.meta │ │ ├── Data.meta │ │ ├── Data │ │ │ ├── DataFieldAssetType.cs │ │ │ ├── DataFieldAssetType.cs.meta │ │ │ ├── DataGenerateManager.cs │ │ │ ├── DataGenerateManager.cs.meta │ │ │ ├── DataManager.cs │ │ │ ├── DataManager.cs.meta │ │ │ ├── DataTable.cs │ │ │ ├── DataTable.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── Data.meta │ │ │ │ ├── Data │ │ │ │ │ ├── DataConfigUtils.cs │ │ │ │ │ ├── DataConfigUtils.cs.meta │ │ │ │ │ ├── DrawValueEitorGUI.cs │ │ │ │ │ ├── DrawValueEitorGUI.cs.meta │ │ │ │ │ ├── Extends.meta │ │ │ │ │ ├── TableDataEditor.cs │ │ │ │ │ ├── TableDataEditor.cs.meta │ │ │ │ │ ├── TableDataEditor2Window.cs │ │ │ │ │ ├── TableDataEditor2Window.cs.meta │ │ │ │ │ ├── TableDataEditorWindow.cs │ │ │ │ │ └── TableDataEditorWindow.cs.meta │ │ │ │ ├── TableDataEditorTest.cs │ │ │ │ └── TableDataEditorTest.cs.meta │ │ │ ├── ParseTool.cs │ │ │ └── ParseTool.cs.meta │ │ ├── Develop.meta │ │ ├── Develop │ │ │ ├── Attribute.meta │ │ │ ├── Attribute │ │ │ │ ├── ResourcesFieldAttribute.cs │ │ │ │ └── ResourcesFieldAttribute.cs.meta │ │ │ ├── DevelopReplayManager.cs │ │ │ ├── DevelopReplayManager.cs.meta │ │ │ ├── FPSCounter.cs │ │ │ ├── FPSCounter.cs.meta │ │ │ ├── GUIConsole.cs │ │ │ ├── GUIConsole.cs.meta │ │ │ ├── GUIUtil.cs │ │ │ ├── GUIUtil.cs.meta │ │ │ ├── GameDataBase.meta │ │ │ ├── GameDataBase │ │ │ │ ├── GameDataMonitor.cs │ │ │ │ └── GameDataMonitor.cs.meta │ │ │ ├── Log.cs │ │ │ ├── Log.cs.meta │ │ │ ├── LogOutPutThread.cs │ │ │ ├── LogOutPutThread.cs.meta │ │ │ ├── MemoryDetector.cs │ │ │ └── MemoryDetector.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── Config.meta │ │ │ ├── Config │ │ │ │ ├── ConfigEditorWindow.cs │ │ │ │ └── ConfigEditorWindow.cs.meta │ │ │ ├── EditorEvent.meta │ │ │ ├── EditorEvent │ │ │ │ ├── EditorEvent.cs │ │ │ │ └── EditorEvent.cs.meta │ │ │ ├── EditorWindow.meta │ │ │ ├── EditorWindow │ │ │ │ ├── EditorStyleViewer.cs │ │ │ │ ├── EditorStyleViewer.cs.meta │ │ │ │ ├── UnityInternalIconWindow.cs │ │ │ │ └── UnityInternalIconWindow.cs.meta │ │ │ ├── Font.meta │ │ │ ├── Font │ │ │ │ ├── BFImporter.cs │ │ │ │ ├── BFImporter.cs.meta │ │ │ │ ├── BFMenuTool.cs │ │ │ │ ├── BFMenuTool.cs.meta │ │ │ │ ├── FntParse.cs │ │ │ │ └── FntParse.cs.meta │ │ │ ├── GameDataBase.meta │ │ │ ├── GameDataBase │ │ │ │ ├── GameDataMonitorEditorWindow.cs │ │ │ │ └── GameDataMonitorEditorWindow.cs.meta │ │ │ ├── General.meta │ │ │ ├── General │ │ │ │ ├── FolderTreeView.cs │ │ │ │ ├── FolderTreeView.cs.meta │ │ │ │ ├── GeneralDataModificationWindow.cs │ │ │ │ ├── GeneralDataModificationWindow.cs.meta │ │ │ │ ├── ObjectSelectorWindow.cs │ │ │ │ └── ObjectSelectorWindow.cs.meta │ │ │ ├── GuideSystem.meta │ │ │ ├── GuideSystem │ │ │ │ ├── GuideSystemEditor.cs │ │ │ │ └── GuideSystemEditor.cs.meta │ │ │ ├── IphoneXFite.meta │ │ │ ├── IphoneXFite │ │ │ │ ├── IphoneXFiter.cs │ │ │ │ ├── IphoneXFiter.cs.meta │ │ │ │ ├── XcodeChange.cs │ │ │ │ └── XcodeChange.cs.meta │ │ │ ├── Lua.meta │ │ │ ├── Lua │ │ │ │ ├── LuaEditorWindow.cs │ │ │ │ └── LuaEditorWindow.cs.meta │ │ │ ├── Network.meta │ │ │ ├── Network │ │ │ │ ├── Protocol.meta │ │ │ │ └── Protocol │ │ │ │ │ ├── ProtocolHelper.cs │ │ │ │ │ └── ProtocolHelper.cs.meta │ │ │ ├── Package.meta │ │ │ ├── Package │ │ │ │ ├── BundleEditorWindow.cs │ │ │ │ ├── BundleEditorWindow.cs.meta │ │ │ │ ├── PackageConfigEditorWindow.cs │ │ │ │ ├── PackageConfigEditorWindow.cs.meta │ │ │ │ ├── PackageEditorConfigService.cs │ │ │ │ ├── PackageEditorConfigService.cs.meta │ │ │ │ ├── PackageService.cs │ │ │ │ ├── PackageService.cs.meta │ │ │ │ ├── ProjectBuildService.cs │ │ │ │ ├── ProjectBuildService.cs.meta │ │ │ │ ├── VersionService.cs │ │ │ │ └── VersionService.cs.meta │ │ │ ├── Record.meta │ │ │ ├── Record │ │ │ │ ├── RecordEditorWindow.cs │ │ │ │ └── RecordEditorWindow.cs.meta │ │ │ ├── Reflection.meta │ │ │ ├── Reflection │ │ │ │ ├── ReflectionEdtorWindow.cs │ │ │ │ └── ReflectionEdtorWindow.cs.meta │ │ │ ├── Resource.meta │ │ │ ├── Resource │ │ │ │ ├── PeojectAssetChangeEvent.cs │ │ │ │ ├── PeojectAssetChangeEvent.cs.meta │ │ │ │ ├── PeojectAssetWillModificationEvent.cs │ │ │ │ └── PeojectAssetWillModificationEvent.cs.meta │ │ │ ├── Test.meta │ │ │ ├── Test │ │ │ │ ├── Application.meta │ │ │ │ ├── Application │ │ │ │ │ ├── ApplicationLunchTest.cs │ │ │ │ │ └── ApplicationLunchTest.cs.meta │ │ │ │ ├── Protocol.meta │ │ │ │ ├── Protocol │ │ │ │ │ ├── ProtocolMsgTest.cs │ │ │ │ │ └── ProtocolMsgTest.cs.meta │ │ │ │ ├── ResourcesLoad.meta │ │ │ │ ├── ResourcesLoad │ │ │ │ │ ├── ResourcesTest.cs │ │ │ │ │ └── ResourcesTest.cs.meta │ │ │ │ ├── UI.meta │ │ │ │ └── UI │ │ │ │ │ ├── UITest.cs │ │ │ │ │ └── UITest.cs.meta │ │ │ ├── Tools.meta │ │ │ ├── Tools │ │ │ │ ├── RenameEditorTool.cs │ │ │ │ ├── RenameEditorTool.cs.meta │ │ │ │ ├── String2MD5Window.cs │ │ │ │ └── String2MD5Window.cs.meta │ │ │ ├── UI.meta │ │ │ ├── UI │ │ │ │ ├── EditorGUIStyleData.cs │ │ │ │ ├── EditorGUIStyleData.cs.meta │ │ │ │ ├── ReplaceFont4uGUI.cs │ │ │ │ ├── ReplaceFont4uGUI.cs.meta │ │ │ │ ├── UIBaseWindowEditor.cs │ │ │ │ ├── UIBaseWindowEditor.cs.meta │ │ │ │ ├── UICreateService.cs │ │ │ │ ├── UICreateService.cs.meta │ │ │ │ ├── UIEditorWindow.cs │ │ │ │ ├── UIEditorWindow.cs.meta │ │ │ │ ├── UIStyleComponentEditor.cs │ │ │ │ ├── UIStyleComponentEditor.cs.meta │ │ │ │ ├── UIStyleConfigManager.cs │ │ │ │ ├── UIStyleConfigManager.cs.meta │ │ │ │ ├── UIStyleInfo.cs │ │ │ │ ├── UIStyleInfo.cs.meta │ │ │ │ ├── UIStyleManager.cs │ │ │ │ ├── UIStyleManager.cs.meta │ │ │ │ ├── UITemplate.cs │ │ │ │ ├── UITemplate.cs.meta │ │ │ │ ├── componment.meta │ │ │ │ └── componment │ │ │ │ │ ├── ImageLoadComponentEditor.cs │ │ │ │ │ ├── ImageLoadComponentEditor.cs.meta │ │ │ │ │ ├── ReusingScrollRectEditor.cs │ │ │ │ │ ├── ReusingScrollRectEditor.cs.meta │ │ │ │ │ ├── UIWindowBaseComponmentEditor.cs │ │ │ │ │ └── UIWindowBaseComponmentEditor.cs.meta │ │ │ ├── Utils.meta │ │ │ ├── Utils │ │ │ │ ├── AppyPrefabs.cs │ │ │ │ ├── AppyPrefabs.cs.meta │ │ │ │ ├── AudioEditorUtils.cs │ │ │ │ ├── AudioEditorUtils.cs.meta │ │ │ │ ├── BatchReplaceNameTool.cs │ │ │ │ ├── BatchReplaceNameTool.cs.meta │ │ │ │ ├── EditorCoroutineRunner.cs │ │ │ │ ├── EditorCoroutineRunner.cs.meta │ │ │ │ ├── EditorCoroutineRunner.cs~Stashed changes │ │ │ │ ├── EditorCoroutineRunner.cs~Stashed changes.meta │ │ │ │ ├── EditorDrawGUIUtil.cs │ │ │ │ ├── EditorDrawGUIUtil.cs.meta │ │ │ │ ├── EditorDrawGUIUtility.cs │ │ │ │ ├── EditorDrawGUIUtility.cs.meta │ │ │ │ ├── EditorExpand.cs │ │ │ │ ├── EditorExpand.cs.meta │ │ │ │ ├── EditorUtil.cs │ │ │ │ ├── EditorUtil.cs.meta │ │ │ │ ├── EditorUtilGUI.cs │ │ │ │ ├── EditorUtilGUI.cs.meta │ │ │ │ ├── ImportTool.cs │ │ │ │ └── ImportTool.cs.meta │ │ │ ├── XUPorter.meta │ │ │ ├── XUPorter │ │ │ │ ├── LICENSE │ │ │ │ ├── LICENSE.meta │ │ │ │ ├── MiniJSON.meta │ │ │ │ ├── MiniJSON │ │ │ │ │ ├── MiniJSON.cs │ │ │ │ │ └── MiniJSON.cs.meta │ │ │ │ ├── PBX Editor.meta │ │ │ │ ├── PBX Editor │ │ │ │ │ ├── PBXBuildFile.cs │ │ │ │ │ ├── PBXBuildFile.cs.meta │ │ │ │ │ ├── PBXBuildPhase.cs │ │ │ │ │ ├── PBXBuildPhase.cs.meta │ │ │ │ │ ├── PBXDictionary.cs │ │ │ │ │ ├── PBXDictionary.cs.meta │ │ │ │ │ ├── PBXFileReference.cs │ │ │ │ │ ├── PBXFileReference.cs.meta │ │ │ │ │ ├── PBXGroup.cs │ │ │ │ │ ├── PBXGroup.cs.meta │ │ │ │ │ ├── PBXList.cs │ │ │ │ │ ├── PBXList.cs.meta │ │ │ │ │ ├── PBXObject.cs │ │ │ │ │ ├── PBXObject.cs.meta │ │ │ │ │ ├── PBXParser.cs │ │ │ │ │ ├── PBXParser.cs.meta │ │ │ │ │ ├── PBXProject.cs │ │ │ │ │ ├── PBXProject.cs.meta │ │ │ │ │ ├── PBXSortedDictionary.cs │ │ │ │ │ ├── PBXSortedDictionary.cs.meta │ │ │ │ │ ├── PBXVariantGroup.cs │ │ │ │ │ └── PBXVariantGroup.cs.meta │ │ │ │ ├── Plist.meta │ │ │ │ ├── Plist │ │ │ │ │ ├── Plist.cs │ │ │ │ │ └── Plist.cs.meta │ │ │ │ ├── Readme.mdown │ │ │ │ ├── Readme.mdown.meta │ │ │ │ ├── XCBuildConfiguration.cs │ │ │ │ ├── XCBuildConfiguration.cs.meta │ │ │ │ ├── XCConfigurationList.cs │ │ │ │ ├── XCConfigurationList.cs.meta │ │ │ │ ├── XCMod.cs │ │ │ │ ├── XCMod.cs.meta │ │ │ │ ├── XCPlist.cs │ │ │ │ ├── XCPlist.cs.meta │ │ │ │ ├── XCProject.cs │ │ │ │ ├── XCProject.cs.meta │ │ │ │ ├── XClass.cs │ │ │ │ ├── XClass.cs.meta │ │ │ │ ├── XCodePostProcess.cs │ │ │ │ └── XCodePostProcess.cs.meta │ │ │ ├── res.meta │ │ │ └── res │ │ │ │ ├── ApplicationStatusTemplate.txt │ │ │ │ ├── ApplicationStatusTemplate.txt.meta │ │ │ │ ├── EditorWindow.meta │ │ │ │ ├── EditorWindow │ │ │ │ ├── FindTexture获取.txt │ │ │ │ ├── FindTexture获取.txt.meta │ │ │ │ ├── IconContent获取.txt │ │ │ │ ├── IconContent获取.txt.meta │ │ │ │ ├── LoadIcon获取.txt │ │ │ │ ├── LoadIcon获取.txt.meta │ │ │ │ ├── 内置窗口图标.txt │ │ │ │ └── 内置窗口图标.txt.meta │ │ │ │ ├── GuideSyetemTemplate.txt │ │ │ │ ├── GuideSyetemTemplate.txt.meta │ │ │ │ ├── LuaExportListTemplate.txt │ │ │ │ ├── LuaExportListTemplate.txt.meta │ │ │ │ ├── LuaLib.meta │ │ │ │ ├── LuaLib │ │ │ │ ├── FrameWork.meta │ │ │ │ ├── FrameWork │ │ │ │ │ ├── Data.meta │ │ │ │ │ ├── Data │ │ │ │ │ │ ├── LuaDataHelper.txt │ │ │ │ │ │ └── LuaDataHelper.txt.meta │ │ │ │ │ ├── LuaFrameWorkEventName.txt │ │ │ │ │ ├── LuaFrameWorkEventName.txt.meta │ │ │ │ │ ├── Status.meta │ │ │ │ │ ├── Status │ │ │ │ │ │ ├── LuaStatusManager.txt │ │ │ │ │ │ ├── LuaStatusManager.txt.meta │ │ │ │ │ │ ├── LuaStatusMetaTable.txt │ │ │ │ │ │ └── LuaStatusMetaTable.txt.meta │ │ │ │ │ ├── UI.meta │ │ │ │ │ ├── UI │ │ │ │ │ │ ├── LuaUIManager.txt │ │ │ │ │ │ ├── LuaUIManager.txt.meta │ │ │ │ │ │ ├── LuaUIWindowMetatable.txt │ │ │ │ │ │ └── LuaUIWindowMetatable.txt.meta │ │ │ │ │ ├── Update.meta │ │ │ │ │ └── Update │ │ │ │ │ │ ├── LuaUpdate.txt │ │ │ │ │ │ └── LuaUpdate.txt.meta │ │ │ │ ├── LuaDataHelper.txt │ │ │ │ ├── LuaDataHelper.txt.meta │ │ │ │ ├── LuaEventDispatcher.txt │ │ │ │ ├── LuaEventDispatcher.txt.meta │ │ │ │ ├── LuaFormatTools.txt │ │ │ │ ├── LuaFormatTools.txt.meta │ │ │ │ ├── LuaPrintTable.txt │ │ │ │ ├── LuaPrintTable.txt.meta │ │ │ │ ├── LuaStringHelper.txt │ │ │ │ ├── LuaStringHelper.txt.meta │ │ │ │ ├── Unity.meta │ │ │ │ ├── Unity │ │ │ │ │ ├── LuaUnityDefine.txt │ │ │ │ │ └── LuaUnityDefine.txt.meta │ │ │ │ ├── luaJson.txt │ │ │ │ └── luaJson.txt.meta │ │ │ │ ├── ScriptTemplates.meta │ │ │ │ ├── ScriptTemplates │ │ │ │ ├── 87-C# Script-NewGameStatusScript.cs.txt │ │ │ │ └── 87-C# Script-NewGameStatusScript.cs.txt.meta │ │ │ │ ├── UIGuideWindowClassTemplate.txt │ │ │ │ ├── UIGuideWindowClassTemplate.txt.meta │ │ │ │ ├── UILuaScriptTemplate.txt │ │ │ │ ├── UILuaScriptTemplate.txt.meta │ │ │ │ ├── UIWindowClassTemplate.txt │ │ │ │ ├── UIWindowClassTemplate.txt.meta │ │ │ │ ├── readme.meta │ │ │ │ └── readme │ │ │ │ ├── SDKCacheReadme.txt │ │ │ │ └── SDKCacheReadme.txt.meta │ │ ├── Effect.meta │ │ ├── Effect │ │ │ ├── AnimSystem.meta │ │ │ ├── AnimSystem │ │ │ │ ├── AnimData.cs │ │ │ │ ├── AnimData.cs.meta │ │ │ │ ├── AnimSystem.cs │ │ │ │ └── AnimSystem.cs.meta │ │ │ ├── CameraFade.cs │ │ │ ├── CameraFade.cs.meta │ │ │ ├── CameraShaker.meta │ │ │ ├── CameraShaker │ │ │ │ ├── Demo.meta │ │ │ │ ├── Demo │ │ │ │ │ ├── CameraShakeDemo.unity │ │ │ │ │ ├── CameraShakeDemo.unity.meta │ │ │ │ │ ├── Sample Scripts.meta │ │ │ │ │ ├── Sample Scripts │ │ │ │ │ │ ├── ShakeByDistance.cs │ │ │ │ │ │ ├── ShakeByDistance.cs.meta │ │ │ │ │ │ ├── ShakeOnKeyPress.cs │ │ │ │ │ │ ├── ShakeOnKeyPress.cs.meta │ │ │ │ │ │ ├── ShakeOnTrigger.cs │ │ │ │ │ │ └── ShakeOnTrigger.cs.meta │ │ │ │ │ ├── ShakeDemo.cs │ │ │ │ │ └── ShakeDemo.cs.meta │ │ │ │ ├── Docs.meta │ │ │ │ ├── Docs │ │ │ │ │ ├── EZ Camera Shake Guide & Docs.pdf │ │ │ │ │ └── EZ Camera Shake Guide & Docs.pdf.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── CameraShakeInstance.cs │ │ │ │ │ ├── CameraShakeInstance.cs.meta │ │ │ │ │ ├── CameraShakePresets.cs │ │ │ │ │ ├── CameraShakePresets.cs.meta │ │ │ │ │ ├── CameraShaker.cs │ │ │ │ │ ├── CameraShaker.cs.meta │ │ │ │ │ ├── CameraShakerManager.cs │ │ │ │ │ ├── CameraShakerManager.cs.meta │ │ │ │ │ ├── Utilities.meta │ │ │ │ │ └── Utilities │ │ │ │ │ ├── CameraUtilities.cs │ │ │ │ │ └── CameraUtilities.cs.meta │ │ │ ├── CameraShoke.cs │ │ │ ├── CameraShoke.cs.meta │ │ │ ├── CameraTool.cs │ │ │ ├── CameraTool.cs.meta │ │ │ ├── EFXTool.meta │ │ │ ├── EFXTool │ │ │ │ ├── EffectTool_Stop.cs │ │ │ │ └── EffectTool_Stop.cs.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── GameViewSizeAdder.cs │ │ │ │ ├── GameViewSizeAdder.cs.meta │ │ │ │ ├── GameViewSizeHelper.cs │ │ │ │ └── GameViewSizeHelper.cs.meta │ │ │ ├── FringeFade.cs │ │ │ ├── FringeFade.cs.meta │ │ │ ├── Render.meta │ │ │ └── Render │ │ │ │ ├── ParticleLODService.cs │ │ │ │ ├── ParticleLODService.cs.meta │ │ │ │ ├── RenderManager.cs │ │ │ │ └── RenderManager.cs.meta │ │ ├── GameObject.meta │ │ ├── GameObject │ │ │ ├── GameObjectManager.cs │ │ │ ├── GameObjectManager.cs.meta │ │ │ ├── GameObjectTool.cs │ │ │ ├── GameObjectTool.cs.meta │ │ │ ├── PoolObject.cs │ │ │ └── PoolObject.cs.meta │ │ ├── GlobalEvent.meta │ │ ├── GlobalEvent │ │ │ ├── GlobalEvent.cs │ │ │ └── GlobalEvent.cs.meta │ │ ├── GuideSystem.meta │ │ ├── GuideSystem │ │ │ ├── GuideSystemBase.cs │ │ │ ├── GuideSystemBase.cs.meta │ │ │ ├── GuideWindowBase.cs │ │ │ └── GuideWindowBase.cs.meta │ │ ├── HotUpdate.meta │ │ ├── HotUpdate │ │ │ ├── HotUpdateManager.cs │ │ │ └── HotUpdateManager.cs.meta │ │ ├── Input.meta │ │ ├── Input │ │ │ ├── Events.meta │ │ │ ├── Events │ │ │ │ ├── IInputOperationEventBase.cs │ │ │ │ ├── IInputOperationEventBase.cs.meta │ │ │ │ ├── NetWork.meta │ │ │ │ ├── NetWork │ │ │ │ │ ├── InputNetworkEvent.cs │ │ │ │ │ └── InputNetworkEvent.cs.meta │ │ │ │ ├── UI.meta │ │ │ │ └── UI │ │ │ │ │ ├── InputUILongPressEvent.cs │ │ │ │ │ ├── InputUILongPressEvent.cs.meta │ │ │ │ │ ├── InputUIOnBeginDragEvent.cs │ │ │ │ │ ├── InputUIOnBeginDragEvent.cs.meta │ │ │ │ │ ├── InputUIOnClickEvent.cs │ │ │ │ │ ├── InputUIOnClickEvent.cs.meta │ │ │ │ │ ├── InputUIOnDragEvent.cs │ │ │ │ │ ├── InputUIOnDragEvent.cs.meta │ │ │ │ │ ├── InputUIOnEndDragEvent.cs │ │ │ │ │ ├── InputUIOnEndDragEvent.cs.meta │ │ │ │ │ ├── InputUIOnMouseEvent.cs │ │ │ │ │ ├── InputUIOnMouseEvent.cs.meta │ │ │ │ │ ├── InputUIOnScrollEvent.cs │ │ │ │ │ └── InputUIOnScrollEvent.cs.meta │ │ │ ├── InputDispatcher.cs │ │ │ ├── InputDispatcher.cs.meta │ │ │ ├── InputEventProxy.meta │ │ │ ├── InputEventProxy │ │ │ │ ├── InputNetworkEventProxy.cs │ │ │ │ ├── InputNetworkEventProxy.cs.meta │ │ │ │ ├── InputOperationEventProxy.cs │ │ │ │ ├── InputOperationEventProxy.cs.meta │ │ │ │ ├── InputUIEventProxy.cs │ │ │ │ └── InputUIEventProxy.cs.meta │ │ │ ├── InputManager.cs │ │ │ ├── InputManager.cs.meta │ │ │ ├── Interface.meta │ │ │ ├── Interface │ │ │ │ ├── IInputDispatcher.cs │ │ │ │ ├── IInputDispatcher.cs.meta │ │ │ │ ├── IInputEventBase.cs │ │ │ │ ├── IInputEventBase.cs.meta │ │ │ │ ├── IInputOperationEventCreater.cs │ │ │ │ ├── IInputOperationEventCreater.cs.meta │ │ │ │ ├── IInputProxyBase.cs │ │ │ │ ├── IInputProxyBase.cs.meta │ │ │ │ ├── InputUIEventBase.cs │ │ │ │ └── InputUIEventBase.cs.meta │ │ │ ├── RandomService.cs │ │ │ └── RandomService.cs.meta │ │ ├── Language.meta │ │ ├── Language │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── LanguageComponmentEditor.cs │ │ │ │ ├── LanguageComponmentEditor.cs.meta │ │ │ │ ├── LanguageDataEditorUtils.cs │ │ │ │ ├── LanguageDataEditorUtils.cs.meta │ │ │ │ ├── LanguageDataEditorWindow.cs │ │ │ │ └── LanguageDataEditorWindow.cs.meta │ │ │ ├── LanguageComponent.meta │ │ │ ├── LanguageComponent │ │ │ │ ├── FontChooserComponent.cs │ │ │ │ ├── FontChooserComponent.cs.meta │ │ │ │ ├── LanguageComponent.cs │ │ │ │ ├── LanguageComponent.cs.meta │ │ │ │ ├── LanguageFontComponent.cs │ │ │ │ └── LanguageFontComponent.cs.meta │ │ │ ├── LanguageDataUtils.cs │ │ │ ├── LanguageDataUtils.cs.meta │ │ │ ├── LanguageManager.cs │ │ │ ├── LanguageManager.cs.meta │ │ │ ├── LanguageSettingConfig.cs │ │ │ └── LanguageSettingConfig.cs.meta │ │ ├── Lua.meta │ │ ├── Lua │ │ │ ├── LuaHelper.meta │ │ │ ├── LuaHelper │ │ │ │ ├── GameObjectLuaHelper.cs │ │ │ │ ├── GameObjectLuaHelper.cs.meta │ │ │ │ ├── JsonLuaHelper.cs │ │ │ │ ├── JsonLuaHelper.cs.meta │ │ │ │ ├── LayerLuaHelper.cs │ │ │ │ ├── LayerLuaHelper.cs.meta │ │ │ │ ├── UI.meta │ │ │ │ └── UI │ │ │ │ │ ├── UILuaEventCallBackHelper.cs │ │ │ │ │ ├── UILuaEventCallBackHelper.cs.meta │ │ │ │ │ ├── UIManagerLuaHelper.cs │ │ │ │ │ ├── UIManagerLuaHelper.cs.meta │ │ │ │ │ ├── UIWindowLuaHelper.cs │ │ │ │ │ └── UIWindowLuaHelper.cs.meta │ │ │ ├── LuaManager.cs │ │ │ ├── LuaManager.cs.meta │ │ │ ├── ToLua.meta │ │ │ └── ToLua │ │ │ │ ├── Core.meta │ │ │ │ ├── Core │ │ │ │ ├── LuaAttributes.cs │ │ │ │ ├── LuaAttributes.cs.meta │ │ │ │ ├── LuaBaseRef.cs │ │ │ │ ├── LuaBaseRef.cs.meta │ │ │ │ ├── LuaDLL.cs │ │ │ │ ├── LuaDLL.cs.meta │ │ │ │ ├── LuaException.cs │ │ │ │ ├── LuaException.cs.meta │ │ │ │ ├── LuaFunction.cs │ │ │ │ ├── LuaFunction.cs.meta │ │ │ │ ├── LuaMethodCache.cs │ │ │ │ ├── LuaMethodCache.cs.meta │ │ │ │ ├── LuaMisc.cs │ │ │ │ ├── LuaMisc.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 │ │ │ │ ├── ObjectPool.cs │ │ │ │ ├── ObjectPool.cs.meta │ │ │ │ ├── ObjectTranslator.cs │ │ │ │ ├── ObjectTranslator.cs.meta │ │ │ │ ├── ToLua.cs │ │ │ │ ├── ToLua.cs.meta │ │ │ │ ├── TypeChecker.cs │ │ │ │ └── TypeChecker.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ ├── Custom.meta │ │ │ │ ├── Custom │ │ │ │ │ ├── CustomSettings.cs │ │ │ │ │ └── CustomSettings.cs.meta │ │ │ │ ├── ToLuaExport.cs │ │ │ │ ├── ToLuaExport.cs.meta │ │ │ │ ├── ToLuaMenu.cs │ │ │ │ ├── ToLuaMenu.cs.meta │ │ │ │ ├── ToLuaTree.cs │ │ │ │ └── ToLuaTree.cs.meta │ │ │ │ ├── Plugins.meta │ │ │ │ └── Plugins │ │ │ │ ├── Android.meta │ │ │ │ ├── Android │ │ │ │ ├── libs.meta │ │ │ │ ├── libs.zip │ │ │ │ ├── libs.zip.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 │ │ │ │ ├── CString.dllx │ │ │ │ ├── CString.dllx.meta │ │ │ │ ├── Debugger.dll │ │ │ │ ├── Debugger.dll.meta │ │ │ │ ├── Debugger.dllx │ │ │ │ ├── Debugger.dllx.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 │ │ │ │ ├── tolua.dllx │ │ │ │ └── tolua.dllx.meta │ │ │ │ ├── x86_64.meta │ │ │ │ └── x86_64 │ │ │ │ ├── tolua.dll │ │ │ │ ├── tolua.dll.meta │ │ │ │ ├── tolua.dllx │ │ │ │ └── tolua.dllx.meta │ │ ├── MonoBehaviourManager.meta │ │ ├── MonoBehaviourManager │ │ │ ├── MonoBehaviourExtend.cs │ │ │ ├── MonoBehaviourExtend.cs.meta │ │ │ ├── MonoBehaviourManager.cs │ │ │ ├── MonoBehaviourManager.cs.meta │ │ │ ├── MonoBehaviourRuntime.cs │ │ │ ├── MonoBehaviourRuntime.cs.meta │ │ │ ├── MonoSingleton.cs │ │ │ └── MonoSingleton.cs.meta │ │ ├── Network.meta │ │ ├── Network │ │ │ ├── CallBackFunctions.cs │ │ │ ├── CallBackFunctions.cs.meta │ │ │ ├── Interface.meta │ │ │ ├── Interface │ │ │ │ ├── HeartBeatBase.cs │ │ │ │ ├── HeartBeatBase.cs.meta │ │ │ │ ├── INetworkInterface.cs │ │ │ │ ├── INetworkInterface.cs.meta │ │ │ │ ├── SocketBase.cs │ │ │ │ └── SocketBase.cs.meta │ │ │ ├── Json.meta │ │ │ ├── Json │ │ │ │ ├── Decryption.meta │ │ │ │ ├── Decryption │ │ │ │ │ ├── DESservice.cs │ │ │ │ │ ├── DESservice.cs.meta │ │ │ │ │ ├── Editor.meta │ │ │ │ │ ├── Editor │ │ │ │ │ │ ├── Plugins.meta │ │ │ │ │ │ ├── Plugins │ │ │ │ │ │ │ ├── BouncyCastle.Crypto.dll │ │ │ │ │ │ │ └── BouncyCastle.Crypto.dll.meta │ │ │ │ │ │ ├── RSAConvert.cs │ │ │ │ │ │ └── RSAConvert.cs.meta │ │ │ │ │ ├── EncryptionService.cs │ │ │ │ │ ├── EncryptionService.cs.meta │ │ │ │ │ ├── RSAService.cs │ │ │ │ │ └── RSAService.cs.meta │ │ │ │ ├── JsonNetworkService.cs │ │ │ │ ├── JsonNetworkService.cs.meta │ │ │ │ ├── MessageClass4Json.meta │ │ │ │ └── MessageClass4Json │ │ │ │ │ ├── CodeMessageBase.cs │ │ │ │ │ ├── CodeMessageBase.cs.meta │ │ │ │ │ ├── Editor.meta │ │ │ │ │ ├── Editor │ │ │ │ │ ├── MessageClass2JaveClassEditorWindow.cs │ │ │ │ │ └── MessageClass2JaveClassEditorWindow.cs.meta │ │ │ │ │ ├── JsonMessageProcessingController.cs │ │ │ │ │ ├── JsonMessageProcessingController.cs.meta │ │ │ │ │ ├── MessageClassInterface.cs │ │ │ │ │ └── MessageClassInterface.cs.meta │ │ │ ├── Module.meta │ │ │ ├── Module │ │ │ │ ├── KeyValueData.cs │ │ │ │ └── KeyValueData.cs.meta │ │ │ ├── MsgCompress.meta │ │ │ ├── MsgCompress │ │ │ │ ├── MsgCompressBase.cs │ │ │ │ ├── MsgCompressBase.cs.meta │ │ │ │ ├── MsgCompressGzip.cs │ │ │ │ └── MsgCompressGzip.cs.meta │ │ │ ├── NetClientManager.cs │ │ │ ├── NetClientManager.cs.meta │ │ │ ├── NetPlugins.meta │ │ │ ├── NetPlugins │ │ │ │ ├── HeartBeatNetPlugin.cs │ │ │ │ ├── HeartBeatNetPlugin.cs.meta │ │ │ │ ├── MessageDispatcherNetPlugin.cs │ │ │ │ ├── MessageDispatcherNetPlugin.cs.meta │ │ │ │ ├── NetPluginBase.cs │ │ │ │ ├── NetPluginBase.cs.meta │ │ │ │ ├── PingNetPlugin.cs │ │ │ │ ├── PingNetPlugin.cs.meta │ │ │ │ ├── StatisticalNetPlugin.cs │ │ │ │ └── StatisticalNetPlugin.cs.meta │ │ │ ├── NetworkManager.cs │ │ │ ├── NetworkManager.cs.meta │ │ │ ├── NetworkService.meta │ │ │ ├── NetworkService │ │ │ │ ├── AccountMerge.meta │ │ │ │ ├── AccountMerge │ │ │ │ │ ├── AccountMergeController.cs │ │ │ │ │ ├── AccountMergeController.cs.meta │ │ │ │ │ ├── Message.meta │ │ │ │ │ └── Message │ │ │ │ │ │ ├── AccountMergeInfo2Client.cs │ │ │ │ │ │ ├── AccountMergeInfo2Client.cs.meta │ │ │ │ │ │ ├── AccountMergeInfo2Server.cs │ │ │ │ │ │ ├── AccountMergeInfo2Server.cs.meta │ │ │ │ │ │ ├── ConfirmMergeExistAccount2Client.cs │ │ │ │ │ │ ├── ConfirmMergeExistAccount2Client.cs.meta │ │ │ │ │ │ ├── ConfirmMergeExistAccount2Server.cs │ │ │ │ │ │ ├── ConfirmMergeExistAccount2Server.cs.meta │ │ │ │ │ │ ├── RequsetAreadyBindPlatform2Client.cs │ │ │ │ │ │ ├── RequsetAreadyBindPlatform2Client.cs.meta │ │ │ │ │ │ ├── RequsetAreadyBindPlatform2Server.cs │ │ │ │ │ │ └── RequsetAreadyBindPlatform2Server.cs.meta │ │ │ │ ├── Announcement.meta │ │ │ │ ├── Announcement │ │ │ │ │ ├── AnnouncementConfirm2Server.cs │ │ │ │ │ ├── AnnouncementConfirm2Server.cs.meta │ │ │ │ │ ├── AnnouncementContent2Client.cs │ │ │ │ │ ├── AnnouncementContent2Client.cs.meta │ │ │ │ │ ├── AnnouncementController.cs │ │ │ │ │ ├── AnnouncementController.cs.meta │ │ │ │ │ ├── GameRewardData.cs │ │ │ │ │ └── GameRewardData.cs.meta │ │ │ │ ├── ErrorCodeDefine.cs │ │ │ │ ├── ErrorCodeDefine.cs.meta │ │ │ │ ├── GeneralGameShopController.meta │ │ │ │ ├── GeneralGameShopController │ │ │ │ │ ├── GeneralGameShopController.cs │ │ │ │ │ ├── GeneralGameShopController.cs.meta │ │ │ │ │ ├── Message.meta │ │ │ │ │ ├── Message │ │ │ │ │ │ ├── GeneralShopBuyGoods2Client.cs │ │ │ │ │ │ ├── GeneralShopBuyGoods2Client.cs.meta │ │ │ │ │ │ ├── GeneralShopBuyGoods2Server.cs │ │ │ │ │ │ ├── GeneralShopBuyGoods2Server.cs.meta │ │ │ │ │ │ ├── GeneralShopTableData2Client.cs │ │ │ │ │ │ ├── GeneralShopTableData2Client.cs.meta │ │ │ │ │ │ ├── GeneralShopTableDataComplete2Client.cs │ │ │ │ │ │ ├── GeneralShopTableDataComplete2Client.cs.meta │ │ │ │ │ │ ├── UpdateGeneralShopInfo2Client.cs │ │ │ │ │ │ └── UpdateGeneralShopInfo2Client.cs.meta │ │ │ │ │ ├── Module.meta │ │ │ │ │ └── Module │ │ │ │ │ │ ├── GameShopInfoData.cs │ │ │ │ │ │ ├── GameShopInfoData.cs.meta │ │ │ │ │ │ ├── GoodsBuyNumOfTimeLimitInfo.cs │ │ │ │ │ │ ├── GoodsBuyNumOfTimeLimitInfo.cs.meta │ │ │ │ │ │ ├── GoodsBuyTimeLimitInfo.cs │ │ │ │ │ │ ├── GoodsBuyTimeLimitInfo.cs.meta │ │ │ │ │ │ ├── GoodsDiscountInfo.cs │ │ │ │ │ │ ├── GoodsDiscountInfo.cs.meta │ │ │ │ │ │ ├── ShopGoodsInfoDetails.cs │ │ │ │ │ │ └── ShopGoodsInfoDetails.cs.meta │ │ │ │ ├── Login.meta │ │ │ │ ├── Login │ │ │ │ │ ├── AutoReconnectController.cs │ │ │ │ │ ├── AutoReconnectController.cs.meta │ │ │ │ │ ├── LoginGameController.cs │ │ │ │ │ ├── LoginGameController.cs.meta │ │ │ │ │ ├── Message.meta │ │ │ │ │ ├── Message │ │ │ │ │ │ ├── AskUserUseActivationCode2Client.cs │ │ │ │ │ │ ├── AskUserUseActivationCode2Client.cs.meta │ │ │ │ │ │ ├── UserLogin2Client.cs │ │ │ │ │ │ ├── UserLogin2Client.cs.meta │ │ │ │ │ │ ├── UserLogin2Server.cs │ │ │ │ │ │ ├── UserLogin2Server.cs.meta │ │ │ │ │ │ ├── UserLogout2Client.cs │ │ │ │ │ │ ├── UserLogout2Client.cs.meta │ │ │ │ │ │ ├── UserLogout2Server.cs │ │ │ │ │ │ ├── UserLogout2Server.cs.meta │ │ │ │ │ │ ├── UserRegister2Client.cs │ │ │ │ │ │ ├── UserRegister2Client.cs.meta │ │ │ │ │ │ ├── UserRegister2Server.cs │ │ │ │ │ │ └── UserRegister2Server.cs.meta │ │ │ │ │ ├── Model.meta │ │ │ │ │ ├── Model │ │ │ │ │ │ ├── LoginConfigData.cs │ │ │ │ │ │ ├── LoginConfigData.cs.meta │ │ │ │ │ │ ├── User.cs │ │ │ │ │ │ └── User.cs.meta │ │ │ │ │ ├── res.meta │ │ │ │ │ └── res │ │ │ │ │ │ ├── LoginConfigData.txt │ │ │ │ │ │ └── LoginConfigData.txt.meta │ │ │ │ ├── Pay.meta │ │ │ │ ├── Pay │ │ │ │ │ ├── PayResult.cs │ │ │ │ │ ├── PayResult.cs.meta │ │ │ │ │ ├── PrePay2Client.cs │ │ │ │ │ ├── PrePay2Client.cs.meta │ │ │ │ │ ├── PrePay2Service.cs │ │ │ │ │ ├── PrePay2Service.cs.meta │ │ │ │ │ ├── StoreBuyGoods2Client.cs │ │ │ │ │ ├── StoreBuyGoods2Client.cs.meta │ │ │ │ │ ├── StoreBuyGoods2Server.cs │ │ │ │ │ ├── StoreBuyGoods2Server.cs.meta │ │ │ │ │ ├── StorePayController.cs │ │ │ │ │ └── StorePayController.cs.meta │ │ │ │ ├── RemeedCode.meta │ │ │ │ ├── RemeedCode │ │ │ │ │ ├── RemeedCodeController.cs │ │ │ │ │ ├── RemeedCodeController.cs.meta │ │ │ │ │ ├── RemeedCodeUse2Client.cs │ │ │ │ │ ├── RemeedCodeUse2Client.cs.meta │ │ │ │ │ ├── RemeedCodeUse2Server.cs │ │ │ │ │ └── RemeedCodeUse2Server.cs.meta │ │ │ │ ├── Report.meta │ │ │ │ ├── Report │ │ │ │ │ ├── ClientReport2Server.cs │ │ │ │ │ ├── ClientReport2Server.cs.meta │ │ │ │ │ ├── ReportController.cs │ │ │ │ │ ├── ReportController.cs.meta │ │ │ │ │ ├── StaticReportController.cs │ │ │ │ │ └── StaticReportController.cs.meta │ │ │ │ ├── SelectServer.meta │ │ │ │ ├── SelectServer │ │ │ │ │ ├── GetServerDefine.cs │ │ │ │ │ ├── GetServerDefine.cs.meta │ │ │ │ │ ├── SelectNetworkController.cs │ │ │ │ │ └── SelectNetworkController.cs.meta │ │ │ │ ├── SendSMS.meta │ │ │ │ └── SendSMS │ │ │ │ │ ├── Message.meta │ │ │ │ │ ├── Message │ │ │ │ │ ├── ReplySendSMS2Client.cs │ │ │ │ │ ├── ReplySendSMS2Client.cs.meta │ │ │ │ │ ├── SendSMSData2Server.cs │ │ │ │ │ └── SendSMSData2Server.cs.meta │ │ │ │ │ ├── SMSController.cs │ │ │ │ │ └── SMSController.cs.meta │ │ │ ├── Protocol.meta │ │ │ ├── Protocol │ │ │ │ ├── ByteArray.cs │ │ │ │ ├── ByteArray.cs.meta │ │ │ │ ├── ProtocolAttribute.cs │ │ │ │ ├── ProtocolAttribute.cs.meta │ │ │ │ ├── ProtocolNetworkService.cs │ │ │ │ ├── ProtocolNetworkService.cs.meta │ │ │ │ ├── ProtocolService.cs │ │ │ │ └── ProtocolService.cs.meta │ │ │ ├── Socket.meta │ │ │ ├── Socket │ │ │ │ ├── KCP.meta │ │ │ │ ├── KCP │ │ │ │ │ ├── KCP.cs │ │ │ │ │ ├── KCP.cs.meta │ │ │ │ │ ├── KCPService.cs │ │ │ │ │ ├── KCPService.cs.meta │ │ │ │ │ ├── switch_queue.cs │ │ │ │ │ └── switch_queue.cs.meta │ │ │ │ ├── SocketService.cs │ │ │ │ ├── SocketService.cs.meta │ │ │ │ ├── WsSocketService.cs │ │ │ │ └── WsSocketService.cs.meta │ │ │ ├── URLManager.cs │ │ │ └── URLManager.cs.meta │ │ ├── PersistentFile.meta │ │ ├── PersistentFile │ │ │ ├── PersistentFileManager.cs │ │ │ └── PersistentFileManager.cs.meta │ │ ├── PluginTools.meta │ │ ├── PluginTools │ │ │ ├── IP&Geolocation.meta │ │ │ ├── IP&Geolocation │ │ │ │ ├── Demo.meta │ │ │ │ ├── Demo │ │ │ │ │ ├── Test.unity │ │ │ │ │ ├── Test.unity.meta │ │ │ │ │ ├── TestIP.cs │ │ │ │ │ └── TestIP.cs.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── Editor.meta │ │ │ │ │ ├── Editor │ │ │ │ │ ├── Resources.meta │ │ │ │ │ └── Resources │ │ │ │ │ │ ├── iso-3166-1全球国家名称代码.xlsx │ │ │ │ │ │ └── iso-3166-1全球国家名称代码.xlsx.meta │ │ │ │ │ ├── IPGeolocationManager.cs │ │ │ │ │ └── IPGeolocationManager.cs.meta │ │ │ ├── SimpleFlow.meta │ │ │ ├── SimpleFlow │ │ │ │ ├── FlowItems.meta │ │ │ │ ├── FlowItems │ │ │ │ │ ├── DownloadRegionServerListFlowItem.cs │ │ │ │ │ ├── DownloadRegionServerListFlowItem.cs.meta │ │ │ │ │ ├── HotupdateFlowItem.cs │ │ │ │ │ ├── HotupdateFlowItem.cs.meta │ │ │ │ │ ├── PreLoadResFlowItem.cs │ │ │ │ │ ├── PreLoadResFlowItem.cs.meta │ │ │ │ │ ├── SelectServerFlowItem.cs │ │ │ │ │ └── SelectServerFlowItem.cs.meta │ │ │ │ ├── GamePrepareFlowController.cs │ │ │ │ ├── GamePrepareFlowController.cs.meta │ │ │ │ ├── SelectServer.meta │ │ │ │ ├── SelectServer │ │ │ │ │ ├── ContinentCountryTable description.txt │ │ │ │ │ ├── ContinentCountryTable description.txt.meta │ │ │ │ │ ├── ContinentCountryTableData.cs │ │ │ │ │ ├── ContinentCountryTableData.cs.meta │ │ │ │ │ ├── GameServerAreaData.cs │ │ │ │ │ ├── GameServerAreaData.cs.meta │ │ │ │ │ ├── HotUpdatePathData.cs │ │ │ │ │ ├── HotUpdatePathData.cs.meta │ │ │ │ │ ├── Res.meta │ │ │ │ │ ├── Res │ │ │ │ │ │ ├── GameServerAreaData.txt │ │ │ │ │ │ ├── GameServerAreaData.txt.meta │ │ │ │ │ │ ├── HotUpdatePathData.txt │ │ │ │ │ │ ├── HotUpdatePathData.txt.meta │ │ │ │ │ │ ├── SelectNetworkData.txt │ │ │ │ │ │ └── SelectNetworkData.txt.meta │ │ │ │ │ ├── Resources.meta │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── ContinentCountryTable.txt │ │ │ │ │ │ └── ContinentCountryTable.txt.meta │ │ │ │ │ ├── SelectNetworkData.cs │ │ │ │ │ ├── SelectNetworkData.cs.meta │ │ │ │ │ ├── SelectSeverController.cs │ │ │ │ │ └── SelectSeverController.cs.meta │ │ │ │ ├── SimpleFlowManager.cs │ │ │ │ └── SimpleFlowManager.cs.meta │ │ │ ├── SystemInfo.meta │ │ │ ├── SystemInfo │ │ │ │ ├── Plugins.meta │ │ │ │ ├── Plugins │ │ │ │ │ ├── DeviceUniqueIdentifier.meta │ │ │ │ │ ├── DeviceUniqueIdentifier │ │ │ │ │ │ ├── DeviceUniqueIdentifierHandle.cs │ │ │ │ │ │ ├── DeviceUniqueIdentifierHandle.cs.meta │ │ │ │ │ │ └── iOS.meta │ │ │ │ │ ├── MemoryInfo.meta │ │ │ │ │ └── MemoryInfo │ │ │ │ │ │ ├── MemoryInfo.cs │ │ │ │ │ │ ├── MemoryInfo.cs.meta │ │ │ │ │ │ ├── iOS.meta │ │ │ │ │ │ └── iOS │ │ │ │ │ │ ├── igetRam.mm │ │ │ │ │ │ └── igetRam.mm.meta │ │ │ │ ├── SystemInfoManager.cs │ │ │ │ └── SystemInfoManager.cs.meta │ │ │ ├── TableExtends.meta │ │ │ ├── TableExtends │ │ │ │ ├── DataTableExtend.cs │ │ │ │ └── DataTableExtend.cs.meta │ │ │ ├── UnityPing.meta │ │ │ ├── UnityPing │ │ │ │ ├── Demo.meta │ │ │ │ ├── Demo │ │ │ │ │ ├── PingGUI.cs │ │ │ │ │ ├── PingGUI.cs.meta │ │ │ │ │ ├── Test.unity │ │ │ │ │ └── Test.unity.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── UnityPing.cs │ │ │ │ │ ├── UnityPing.cs.meta │ │ │ │ │ ├── UnityPingManager.cs │ │ │ │ │ └── UnityPingManager.cs.meta │ │ │ ├── UnityRemoteConsole.meta │ │ │ └── UnityRemoteConsole │ │ │ │ ├── ConsolePanelFunction_Interaction.cs │ │ │ │ ├── ConsolePanelFunction_Interaction.cs.meta │ │ │ │ ├── GameInfoCollecter.cs │ │ │ │ ├── GameInfoCollecter.cs.meta │ │ │ │ ├── Server.meta │ │ │ │ ├── Server │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── UnityRemoteConsoleSettingEditorWindow.cs │ │ │ │ │ └── UnityRemoteConsoleSettingEditorWindow.cs.meta │ │ │ │ ├── Extends.meta │ │ │ │ ├── Extends │ │ │ │ │ ├── AppInfo.meta │ │ │ │ │ ├── AppInfo │ │ │ │ │ │ ├── AppInfoCollecter.cs │ │ │ │ │ │ └── AppInfoCollecter.cs.meta │ │ │ │ │ ├── Boot.meta │ │ │ │ │ ├── Boot │ │ │ │ │ │ ├── BootFunctionBase.cs │ │ │ │ │ │ ├── BootFunctionBase.cs.meta │ │ │ │ │ │ ├── ConsoleBootManager.cs │ │ │ │ │ │ ├── ConsoleBootManager.cs.meta │ │ │ │ │ │ ├── KeyboardBootConsole.cs │ │ │ │ │ │ ├── KeyboardBootConsole.cs.meta │ │ │ │ │ │ ├── TouchScreenBootConsole.cs │ │ │ │ │ │ └── TouchScreenBootConsole.cs.meta │ │ │ │ │ ├── Login.meta │ │ │ │ │ ├── Login │ │ │ │ │ │ ├── SimplePlayerLoginHandler.cs │ │ │ │ │ │ └── SimplePlayerLoginHandler.cs.meta │ │ │ │ │ ├── RemoteInvoking.meta │ │ │ │ │ └── RemoteInvoking │ │ │ │ │ │ ├── RemoteInvoking_SystemFunction.cs │ │ │ │ │ │ └── RemoteInvoking_SystemFunction.cs.meta │ │ │ │ ├── Modules.meta │ │ │ │ ├── Modules │ │ │ │ │ ├── LogSystem.meta │ │ │ │ │ ├── LogSystem │ │ │ │ │ │ ├── ignore.keep │ │ │ │ │ │ └── ignore.keep.meta │ │ │ │ │ ├── URCSettingData.cs │ │ │ │ │ └── URCSettingData.cs.meta │ │ │ │ ├── NetworkCore.meta │ │ │ │ ├── NetworkCore │ │ │ │ │ ├── NetFramework.meta │ │ │ │ │ ├── NetFramework │ │ │ │ │ │ ├── Client.meta │ │ │ │ │ │ ├── Client │ │ │ │ │ │ │ ├── Controller.meta │ │ │ │ │ │ │ ├── Controller │ │ │ │ │ │ │ │ ├── ClientControllerBase.cs │ │ │ │ │ │ │ │ ├── ClientControllerBase.cs.meta │ │ │ │ │ │ │ │ ├── ClientControllerManager.cs │ │ │ │ │ │ │ │ └── ClientControllerManager.cs.meta │ │ │ │ │ │ │ ├── NetClient.cs │ │ │ │ │ │ │ └── NetClient.cs.meta │ │ │ │ │ │ ├── MessageDispatcher.meta │ │ │ │ │ │ ├── MessageDispatcher │ │ │ │ │ │ │ ├── INoLoginMsg.cs │ │ │ │ │ │ │ ├── INoLoginMsg.cs.meta │ │ │ │ │ │ │ ├── MessageDispatcher.cs │ │ │ │ │ │ │ └── MessageDispatcher.cs.meta │ │ │ │ │ │ ├── Server.meta │ │ │ │ │ │ ├── Server │ │ │ │ │ │ │ ├── NetServer.cs │ │ │ │ │ │ │ ├── NetServer.cs.meta │ │ │ │ │ │ │ ├── Player.meta │ │ │ │ │ │ │ ├── Player │ │ │ │ │ │ │ │ ├── Player.cs │ │ │ │ │ │ │ │ ├── Player.cs.meta │ │ │ │ │ │ │ │ ├── PlayerManager.cs │ │ │ │ │ │ │ │ └── PlayerManager.cs.meta │ │ │ │ │ │ │ ├── Service.meta │ │ │ │ │ │ │ └── Service │ │ │ │ │ │ │ │ ├── ServiceBase.cs │ │ │ │ │ │ │ │ ├── ServiceBase.cs.meta │ │ │ │ │ │ │ │ ├── ServiceManager.cs │ │ │ │ │ │ │ │ └── ServiceManager.cs.meta │ │ │ │ │ │ ├── Service.meta │ │ │ │ │ │ ├── Service │ │ │ │ │ │ │ ├── Login.meta │ │ │ │ │ │ │ └── Login │ │ │ │ │ │ │ │ ├── Client.meta │ │ │ │ │ │ │ │ ├── Client │ │ │ │ │ │ │ │ ├── LoginController.cs │ │ │ │ │ │ │ │ └── LoginController.cs.meta │ │ │ │ │ │ │ │ ├── Message.meta │ │ │ │ │ │ │ │ ├── Message │ │ │ │ │ │ │ │ ├── Login2Client.cs │ │ │ │ │ │ │ │ ├── Login2Client.cs.meta │ │ │ │ │ │ │ │ ├── Login2Server.cs │ │ │ │ │ │ │ │ ├── Login2Server.cs.meta │ │ │ │ │ │ │ │ ├── Logout2Client.cs │ │ │ │ │ │ │ │ ├── Logout2Client.cs.meta │ │ │ │ │ │ │ │ ├── Logout2Server.cs │ │ │ │ │ │ │ │ └── Logout2Server.cs.meta │ │ │ │ │ │ │ │ ├── Server.meta │ │ │ │ │ │ │ │ └── Server │ │ │ │ │ │ │ │ ├── LoginService.cs │ │ │ │ │ │ │ │ ├── LoginService.cs.meta │ │ │ │ │ │ │ │ ├── PlayerLoginHandlerBase.cs │ │ │ │ │ │ │ │ └── PlayerLoginHandlerBase.cs.meta │ │ │ │ │ │ ├── Utils.meta │ │ │ │ │ │ └── Utils │ │ │ │ │ │ │ ├── AESUtils.cs │ │ │ │ │ │ │ ├── AESUtils.cs.meta │ │ │ │ │ │ │ ├── Json.meta │ │ │ │ │ │ │ ├── Json │ │ │ │ │ │ │ ├── SimpleJson.meta │ │ │ │ │ │ │ ├── SimpleJson │ │ │ │ │ │ │ │ ├── SimpleJson.Reflection.meta │ │ │ │ │ │ │ │ ├── SimpleJson.Reflection │ │ │ │ │ │ │ │ │ ├── ReflectionUtils.cs │ │ │ │ │ │ │ │ │ └── ReflectionUtils.cs.meta │ │ │ │ │ │ │ │ ├── SimpleJson.meta │ │ │ │ │ │ │ │ └── SimpleJson │ │ │ │ │ │ │ │ │ ├── IJsonSerializerStrategy.cs │ │ │ │ │ │ │ │ │ ├── IJsonSerializerStrategy.cs.meta │ │ │ │ │ │ │ │ │ ├── JsonArray.cs │ │ │ │ │ │ │ │ │ ├── JsonArray.cs.meta │ │ │ │ │ │ │ │ │ ├── JsonObject.cs │ │ │ │ │ │ │ │ │ ├── JsonObject.cs.meta │ │ │ │ │ │ │ │ │ ├── PocoJsonSerializerStrategy.cs │ │ │ │ │ │ │ │ │ ├── PocoJsonSerializerStrategy.cs.meta │ │ │ │ │ │ │ │ │ ├── SimpleJson.cs │ │ │ │ │ │ │ │ │ └── SimpleJson.cs.meta │ │ │ │ │ │ │ ├── SimpleJsonUtils.cs │ │ │ │ │ │ │ └── SimpleJsonUtils.cs.meta │ │ │ │ │ │ │ ├── MD5Tools.cs │ │ │ │ │ │ │ ├── MD5Tools.cs.meta │ │ │ │ │ │ │ ├── StringBytesConverter.cs │ │ │ │ │ │ │ └── StringBytesConverter.cs.meta │ │ │ │ │ ├── SimpleNetCore.meta │ │ │ │ │ ├── SimpleNetCore │ │ │ │ │ │ ├── Compress.meta │ │ │ │ │ │ ├── Compress │ │ │ │ │ │ │ ├── MsgCompressBase.cs │ │ │ │ │ │ │ ├── MsgCompressBase.cs.meta │ │ │ │ │ │ │ ├── MsgCompressGzip.cs │ │ │ │ │ │ │ └── MsgCompressGzip.cs.meta │ │ │ │ │ │ ├── Encryption.meta │ │ │ │ │ │ ├── Encryption │ │ │ │ │ │ │ ├── MsgEncryptionBase.cs │ │ │ │ │ │ │ ├── MsgEncryptionBase.cs.meta │ │ │ │ │ │ │ ├── MsgEncryptionRC4.cs │ │ │ │ │ │ │ └── MsgEncryptionRC4.cs.meta │ │ │ │ │ │ ├── IMessageHandler.cs │ │ │ │ │ │ ├── IMessageHandler.cs.meta │ │ │ │ │ │ ├── Modules.meta │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ ├── ByteOrder.cs │ │ │ │ │ │ │ ├── ByteOrder.cs.meta │ │ │ │ │ │ │ ├── Configuration.meta │ │ │ │ │ │ │ ├── Configuration │ │ │ │ │ │ │ │ ├── ClientConfiguration.cs │ │ │ │ │ │ │ │ ├── ClientConfiguration.cs.meta │ │ │ │ │ │ │ │ ├── NetConfiguration.cs │ │ │ │ │ │ │ │ ├── NetConfiguration.cs.meta │ │ │ │ │ │ │ │ ├── ServerConfiguration.cs │ │ │ │ │ │ │ │ └── ServerConfiguration.cs.meta │ │ │ │ │ │ │ ├── EDisconnectInfo.cs │ │ │ │ │ │ │ ├── EDisconnectInfo.cs.meta │ │ │ │ │ │ │ ├── ENetworkEvent.cs │ │ │ │ │ │ │ ├── ENetworkEvent.cs.meta │ │ │ │ │ │ │ ├── MsgPackest.cs │ │ │ │ │ │ │ ├── MsgPackest.cs.meta │ │ │ │ │ │ │ ├── NetMessageData.cs │ │ │ │ │ │ │ ├── NetMessageData.cs.meta │ │ │ │ │ │ │ ├── SafeQueue.cs │ │ │ │ │ │ │ ├── SafeQueue.cs.meta │ │ │ │ │ │ │ ├── Session.cs │ │ │ │ │ │ │ ├── Session.cs.meta │ │ │ │ │ │ │ ├── TransportEventData.cs │ │ │ │ │ │ │ └── TransportEventData.cs.meta │ │ │ │ │ │ ├── NetDebug.cs │ │ │ │ │ │ ├── NetDebug.cs.meta │ │ │ │ │ │ ├── NetPlugins.meta │ │ │ │ │ │ ├── NetPlugins │ │ │ │ │ │ │ ├── AutoReconnectPlugin.cs │ │ │ │ │ │ │ ├── AutoReconnectPlugin.cs.meta │ │ │ │ │ │ │ ├── DataTypeMsgProcessPlugin.cs │ │ │ │ │ │ │ ├── DataTypeMsgProcessPlugin.cs.meta │ │ │ │ │ │ │ ├── NetHeartBeatPingPlugin.cs │ │ │ │ │ │ │ ├── NetHeartBeatPingPlugin.cs.meta │ │ │ │ │ │ │ ├── NetMsgProcessPluginBase.cs │ │ │ │ │ │ │ ├── NetMsgProcessPluginBase.cs.meta │ │ │ │ │ │ │ ├── NetPingPlugin.cs │ │ │ │ │ │ │ └── NetPingPlugin.cs.meta │ │ │ │ │ │ ├── NetSerializer.meta │ │ │ │ │ │ ├── NetSerializer │ │ │ │ │ │ │ ├── CustomSerialization.meta │ │ │ │ │ │ │ ├── CustomSerialization │ │ │ │ │ │ │ │ ├── INetSerializable.cs │ │ │ │ │ │ │ │ ├── INetSerializable.cs.meta │ │ │ │ │ │ │ │ ├── NetCustomSerializer.cs │ │ │ │ │ │ │ │ └── NetCustomSerializer.cs.meta │ │ │ │ │ │ │ ├── INetSerializer.cs │ │ │ │ │ │ │ ├── INetSerializer.cs.meta │ │ │ │ │ │ │ ├── Utils.meta │ │ │ │ │ │ │ └── Utils │ │ │ │ │ │ │ │ ├── CRC32C.cs │ │ │ │ │ │ │ │ ├── CRC32C.cs.meta │ │ │ │ │ │ │ │ ├── Covert.meta │ │ │ │ │ │ │ │ ├── Covert │ │ │ │ │ │ │ │ ├── BigEndianBitConverter.cs │ │ │ │ │ │ │ │ ├── BigEndianBitConverter.cs.meta │ │ │ │ │ │ │ │ ├── EndianBitConverter.cs │ │ │ │ │ │ │ │ ├── EndianBitConverter.cs.meta │ │ │ │ │ │ │ │ ├── LittleEndianBitConverter.cs │ │ │ │ │ │ │ │ └── LittleEndianBitConverter.cs.meta │ │ │ │ │ │ │ │ ├── FastBitConverter.cs │ │ │ │ │ │ │ │ ├── FastBitConverter.cs.meta │ │ │ │ │ │ │ │ ├── NetDataReader.cs │ │ │ │ │ │ │ │ ├── NetDataReader.cs.meta │ │ │ │ │ │ │ │ ├── NetDataReaderExtension.cs │ │ │ │ │ │ │ │ ├── NetDataReaderExtension.cs.meta │ │ │ │ │ │ │ │ ├── NetDataWriter.cs │ │ │ │ │ │ │ │ ├── NetDataWriter.cs.meta │ │ │ │ │ │ │ │ ├── NetDataWriterExtension.cs │ │ │ │ │ │ │ │ ├── NetDataWriterExtension.cs.meta │ │ │ │ │ │ │ │ ├── NetUtils.cs │ │ │ │ │ │ │ │ └── NetUtils.cs.meta │ │ │ │ │ │ ├── NetStatistics.meta │ │ │ │ │ │ ├── NetStatistics │ │ │ │ │ │ │ ├── ClientNetStatistics.cs │ │ │ │ │ │ │ ├── ClientNetStatistics.cs.meta │ │ │ │ │ │ │ ├── NetStatistics.cs │ │ │ │ │ │ │ └── NetStatistics.cs.meta │ │ │ │ │ │ ├── NetworkClientManager.cs │ │ │ │ │ │ ├── NetworkClientManager.cs.meta │ │ │ │ │ │ ├── NetworkCommon.cs │ │ │ │ │ │ ├── NetworkCommon.cs.meta │ │ │ │ │ │ ├── NetworkServerManager.cs │ │ │ │ │ │ ├── NetworkServerManager.cs.meta │ │ │ │ │ │ ├── SimpleNetCore.asmdef │ │ │ │ │ │ ├── SimpleNetCore.asmdef.meta │ │ │ │ │ │ ├── Transports.meta │ │ │ │ │ │ ├── Transports │ │ │ │ │ │ │ ├── INetworkTransport.cs │ │ │ │ │ │ │ └── INetworkTransport.cs.meta │ │ │ │ │ │ ├── Utils.meta │ │ │ │ │ │ └── Utils │ │ │ │ │ │ │ ├── FixRandom.cs │ │ │ │ │ │ │ ├── FixRandom.cs.meta │ │ │ │ │ │ │ ├── ReflectionTool.cs │ │ │ │ │ │ │ └── ReflectionTool.cs.meta │ │ │ │ │ ├── Test.meta │ │ │ │ │ ├── Test │ │ │ │ │ │ ├── BroadcastTest.cs │ │ │ │ │ │ ├── BroadcastTest.cs.meta │ │ │ │ │ │ ├── ClientStartController.cs │ │ │ │ │ │ ├── ClientStartController.cs.meta │ │ │ │ │ │ ├── ServerStartController.cs │ │ │ │ │ │ ├── ServerStartController.cs.meta │ │ │ │ │ │ ├── Test.unity │ │ │ │ │ │ ├── Test.unity.meta │ │ │ │ │ │ ├── TestNetworkClient.cs │ │ │ │ │ │ ├── TestNetworkClient.cs.meta │ │ │ │ │ │ ├── TestNetworkServer.cs │ │ │ │ │ │ └── TestNetworkServer.cs.meta │ │ │ │ │ ├── TransportPlugin.meta │ │ │ │ │ ├── TransportPlugin │ │ │ │ │ │ ├── LiteNetLib.meta │ │ │ │ │ │ ├── LiteNetLib │ │ │ │ │ │ │ ├── LiteNetLib.meta │ │ │ │ │ │ │ ├── LiteNetLib │ │ │ │ │ │ │ │ ├── BaseChannel.cs │ │ │ │ │ │ │ │ ├── BaseChannel.cs.meta │ │ │ │ │ │ │ │ ├── ConnectionRequest.cs │ │ │ │ │ │ │ │ ├── ConnectionRequest.cs.meta │ │ │ │ │ │ │ │ ├── INetEventListener.cs │ │ │ │ │ │ │ │ ├── INetEventListener.cs.meta │ │ │ │ │ │ │ │ ├── Layers.meta │ │ │ │ │ │ │ │ ├── Layers │ │ │ │ │ │ │ │ │ ├── Crc32cLayer.cs │ │ │ │ │ │ │ │ │ ├── Crc32cLayer.cs.meta │ │ │ │ │ │ │ │ │ ├── PacketLayerBase.cs │ │ │ │ │ │ │ │ │ ├── PacketLayerBase.cs.meta │ │ │ │ │ │ │ │ │ ├── XorEncryptLayer.cs │ │ │ │ │ │ │ │ │ └── XorEncryptLayer.cs.meta │ │ │ │ │ │ │ │ ├── LiteNetLib.csproj │ │ │ │ │ │ │ │ ├── LiteNetLib.csproj.meta │ │ │ │ │ │ │ │ ├── LiteNetLibPlugins.asmdef │ │ │ │ │ │ │ │ ├── LiteNetLibPlugins.asmdef.meta │ │ │ │ │ │ │ │ ├── NatPunchModule.cs │ │ │ │ │ │ │ │ ├── NatPunchModule.cs.meta │ │ │ │ │ │ │ │ ├── NetConstants.cs │ │ │ │ │ │ │ │ ├── NetConstants.cs.meta │ │ │ │ │ │ │ │ ├── NetDebug.cs │ │ │ │ │ │ │ │ ├── NetDebug.cs.meta │ │ │ │ │ │ │ │ ├── NetExceptions.cs │ │ │ │ │ │ │ │ ├── NetExceptions.cs.meta │ │ │ │ │ │ │ │ ├── NetManager.cs │ │ │ │ │ │ │ │ ├── NetManager.cs.meta │ │ │ │ │ │ │ │ ├── NetPacket.cs │ │ │ │ │ │ │ │ ├── NetPacket.cs.meta │ │ │ │ │ │ │ │ ├── NetPacketPool.cs │ │ │ │ │ │ │ │ ├── NetPacketPool.cs.meta │ │ │ │ │ │ │ │ ├── NetPeer.cs │ │ │ │ │ │ │ │ ├── NetPeer.cs.meta │ │ │ │ │ │ │ │ ├── NetSocket.cs │ │ │ │ │ │ │ │ ├── NetSocket.cs.meta │ │ │ │ │ │ │ │ ├── NetStatistics.cs │ │ │ │ │ │ │ │ ├── NetStatistics.cs.meta │ │ │ │ │ │ │ │ ├── NetUtils.cs │ │ │ │ │ │ │ │ ├── NetUtils.cs.meta │ │ │ │ │ │ │ │ ├── ReliableChannel.cs │ │ │ │ │ │ │ │ ├── ReliableChannel.cs.meta │ │ │ │ │ │ │ │ ├── SequencedChannel.cs │ │ │ │ │ │ │ │ ├── SequencedChannel.cs.meta │ │ │ │ │ │ │ │ ├── Utils.meta │ │ │ │ │ │ │ │ └── Utils │ │ │ │ │ │ │ │ │ ├── CRC32C.cs │ │ │ │ │ │ │ │ │ ├── CRC32C.cs.meta │ │ │ │ │ │ │ │ │ ├── FastBitConverter.cs │ │ │ │ │ │ │ │ │ ├── FastBitConverter.cs.meta │ │ │ │ │ │ │ │ │ ├── INetSerializable.cs │ │ │ │ │ │ │ │ │ ├── INetSerializable.cs.meta │ │ │ │ │ │ │ │ │ ├── NetDataReader.cs │ │ │ │ │ │ │ │ │ ├── NetDataReader.cs.meta │ │ │ │ │ │ │ │ │ ├── NetDataWriter.cs │ │ │ │ │ │ │ │ │ ├── NetDataWriter.cs.meta │ │ │ │ │ │ │ │ │ ├── NetPacketProcessor.cs │ │ │ │ │ │ │ │ │ ├── NetPacketProcessor.cs.meta │ │ │ │ │ │ │ │ │ ├── NetSerializer.cs │ │ │ │ │ │ │ │ │ ├── NetSerializer.cs.meta │ │ │ │ │ │ │ │ │ ├── NtpPacket.cs │ │ │ │ │ │ │ │ │ ├── NtpPacket.cs.meta │ │ │ │ │ │ │ │ │ ├── NtpRequest.cs │ │ │ │ │ │ │ │ │ └── NtpRequest.cs.meta │ │ │ │ │ │ │ ├── LiteNetLibTransport.cs │ │ │ │ │ │ │ ├── LiteNetLibTransport.cs.meta │ │ │ │ │ │ │ ├── LiteNetLibTransportEventListener.cs │ │ │ │ │ │ │ └── LiteNetLibTransportEventListener.cs.meta │ │ │ │ │ │ ├── SimpleTCP.meta │ │ │ │ │ │ ├── SimpleTCP │ │ │ │ │ │ │ ├── SimpleTCP.meta │ │ │ │ │ │ │ ├── SimpleTCP │ │ │ │ │ │ │ │ ├── Client.cs │ │ │ │ │ │ │ │ ├── Client.cs.meta │ │ │ │ │ │ │ │ ├── Common.cs │ │ │ │ │ │ │ │ ├── Common.cs.meta │ │ │ │ │ │ │ │ ├── DisconnectReason.cs │ │ │ │ │ │ │ │ ├── DisconnectReason.cs.meta │ │ │ │ │ │ │ │ ├── DynamicBuffer.cs │ │ │ │ │ │ │ │ ├── DynamicBuffer.cs.meta │ │ │ │ │ │ │ │ ├── EventType.cs │ │ │ │ │ │ │ │ ├── EventType.cs.meta │ │ │ │ │ │ │ │ ├── Logger.cs │ │ │ │ │ │ │ │ ├── Logger.cs.meta │ │ │ │ │ │ │ │ ├── Message.cs │ │ │ │ │ │ │ │ ├── Message.cs.meta │ │ │ │ │ │ │ │ ├── SafeQueue.cs │ │ │ │ │ │ │ │ ├── SafeQueue.cs.meta │ │ │ │ │ │ │ │ ├── Server.cs │ │ │ │ │ │ │ │ ├── Server.cs.meta │ │ │ │ │ │ │ │ ├── SimpleTCP.asmdef │ │ │ │ │ │ │ │ ├── SimpleTCP.asmdef.meta │ │ │ │ │ │ │ │ ├── TCPSession.cs │ │ │ │ │ │ │ │ ├── TCPSession.cs.meta │ │ │ │ │ │ │ │ ├── Utils.cs │ │ │ │ │ │ │ │ └── Utils.cs.meta │ │ │ │ │ │ │ ├── SimpleTCPTransport.cs │ │ │ │ │ │ │ └── SimpleTCPTransport.cs.meta │ │ │ │ │ │ ├── Telepathy.meta │ │ │ │ │ │ └── Telepathy │ │ │ │ │ │ │ ├── Telepathy.meta │ │ │ │ │ │ │ ├── Telepathy │ │ │ │ │ │ │ ├── Client.cs │ │ │ │ │ │ │ ├── Client.cs.meta │ │ │ │ │ │ │ ├── Common.cs │ │ │ │ │ │ │ ├── Common.cs.meta │ │ │ │ │ │ │ ├── EventType.cs │ │ │ │ │ │ │ ├── EventType.cs.meta │ │ │ │ │ │ │ ├── Logger.cs │ │ │ │ │ │ │ ├── Logger.cs.meta │ │ │ │ │ │ │ ├── Message.cs │ │ │ │ │ │ │ ├── Message.cs.meta │ │ │ │ │ │ │ ├── NetworkStreamExtensions.cs │ │ │ │ │ │ │ ├── NetworkStreamExtensions.cs.meta │ │ │ │ │ │ │ ├── SafeQueue.cs │ │ │ │ │ │ │ ├── SafeQueue.cs.meta │ │ │ │ │ │ │ ├── Server.cs │ │ │ │ │ │ │ ├── Server.cs.meta │ │ │ │ │ │ │ ├── Telepathy.asmdef │ │ │ │ │ │ │ ├── Telepathy.asmdef.meta │ │ │ │ │ │ │ ├── Utils.cs │ │ │ │ │ │ │ └── Utils.cs.meta │ │ │ │ │ │ │ ├── TelepathyTransport.cs │ │ │ │ │ │ │ └── TelepathyTransport.cs.meta │ │ │ │ │ ├── UDPDiscovery.meta │ │ │ │ │ └── UDPDiscovery │ │ │ │ │ │ ├── DiscoveryPeerManager.cs │ │ │ │ │ │ ├── DiscoveryPeerManager.cs.meta │ │ │ │ │ │ ├── NetUtils.cs │ │ │ │ │ │ ├── NetUtils.cs.meta │ │ │ │ │ │ ├── RemoteTagetInfo.cs │ │ │ │ │ │ ├── RemoteTagetInfo.cs.meta │ │ │ │ │ │ ├── UDPDiscoverClient.cs │ │ │ │ │ │ ├── UDPDiscoverClient.cs.meta │ │ │ │ │ │ ├── UDPDiscoverServer.cs │ │ │ │ │ │ └── UDPDiscoverServer.cs.meta │ │ │ │ ├── README.md │ │ │ │ ├── README.md.meta │ │ │ │ ├── ServerVersionInfo.cs │ │ │ │ ├── ServerVersionInfo.cs.meta │ │ │ │ ├── Service.meta │ │ │ │ ├── Service │ │ │ │ │ ├── AppInfo.meta │ │ │ │ │ ├── AppInfo │ │ │ │ │ │ ├── AppInfoService.cs │ │ │ │ │ │ ├── AppInfoService.cs.meta │ │ │ │ │ │ ├── Message.meta │ │ │ │ │ │ └── Message │ │ │ │ │ │ │ ├── AppInfoData2Client.cs │ │ │ │ │ │ │ └── AppInfoData2Client.cs.meta │ │ │ │ │ ├── CustomServiceBase.meta │ │ │ │ │ ├── CustomServiceBase │ │ │ │ │ │ ├── CustomServiceBase.cs │ │ │ │ │ │ ├── CustomServiceBase.cs.meta │ │ │ │ │ │ ├── Message.meta │ │ │ │ │ │ └── Message │ │ │ │ │ │ │ ├── FunctionSwitch2Client.cs │ │ │ │ │ │ │ ├── FunctionSwitch2Client.cs.meta │ │ │ │ │ │ │ ├── FunctionSwitch2Server.cs │ │ │ │ │ │ │ └── FunctionSwitch2Server.cs.meta │ │ │ │ │ ├── LogSystem.meta │ │ │ │ │ ├── LogSystem │ │ │ │ │ │ ├── LogService.cs │ │ │ │ │ │ ├── LogService.cs.meta │ │ │ │ │ │ ├── Message.meta │ │ │ │ │ │ └── Message │ │ │ │ │ │ │ ├── ClearLog2Server.cs │ │ │ │ │ │ │ ├── ClearLog2Server.cs.meta │ │ │ │ │ │ │ ├── LogData.cs │ │ │ │ │ │ │ ├── LogData.cs.meta │ │ │ │ │ │ │ ├── LogData2Client.cs │ │ │ │ │ │ │ └── LogData2Client.cs.meta │ │ │ │ │ ├── RemoteInvoking.meta │ │ │ │ │ └── RemoteInvoking │ │ │ │ │ │ ├── Message.meta │ │ │ │ │ │ ├── Message │ │ │ │ │ │ ├── MethodData.cs │ │ │ │ │ │ ├── MethodData.cs.meta │ │ │ │ │ │ ├── MethodData2Client.cs │ │ │ │ │ │ ├── MethodData2Client.cs.meta │ │ │ │ │ │ ├── UseMethod2Client.cs │ │ │ │ │ │ ├── UseMethod2Client.cs.meta │ │ │ │ │ │ ├── UseMethod2Server.cs │ │ │ │ │ │ └── UseMethod2Server.cs.meta │ │ │ │ │ │ ├── RemoteInvokingAttribute.cs │ │ │ │ │ │ ├── RemoteInvokingAttribute.cs.meta │ │ │ │ │ │ ├── RemoteInvokingService.cs │ │ │ │ │ │ └── RemoteInvokingService.cs.meta │ │ │ │ ├── URCServerStarter.cs │ │ │ │ └── URCServerStarter.cs.meta │ │ │ │ ├── URCModuleAdapter.cs │ │ │ │ └── URCModuleAdapter.cs.meta │ │ ├── Record.meta │ │ ├── Record │ │ │ ├── NewSaveRecord.meta │ │ │ ├── NewSaveRecord │ │ │ │ ├── IRecordConverter.cs │ │ │ │ ├── IRecordConverter.cs.meta │ │ │ │ ├── JsonRecordConverter.cs │ │ │ │ ├── JsonRecordConverter.cs.meta │ │ │ │ ├── SaveRecordManager.cs │ │ │ │ ├── SaveRecordManager.cs.meta │ │ │ │ ├── YamlRecordConverter.cs │ │ │ │ └── YamlRecordConverter.cs.meta │ │ │ ├── RecordManager.cs │ │ │ ├── RecordManager.cs.meta │ │ │ ├── RecordTable.cs │ │ │ └── RecordTable.cs.meta │ │ ├── ResourceLoad.meta │ │ ├── ResourceLoad │ │ │ ├── AssetsLoad.meta │ │ │ ├── AssetsLoad │ │ │ │ ├── AssetsData.cs │ │ │ │ ├── AssetsData.cs.meta │ │ │ │ ├── AssetsLoadController.cs │ │ │ │ ├── AssetsLoadController.cs.meta │ │ │ │ ├── AssetsUnloadHandler.cs │ │ │ │ ├── AssetsUnloadHandler.cs.meta │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── AssetsPoolEditorWindow.cs │ │ │ │ │ └── AssetsPoolEditorWindow.cs.meta │ │ │ │ ├── Loader.meta │ │ │ │ └── Loader │ │ │ │ │ ├── AssetBundleLoader.cs │ │ │ │ │ ├── AssetBundleLoader.cs.meta │ │ │ │ │ ├── LoaderBase.cs │ │ │ │ │ ├── LoaderBase.cs.meta │ │ │ │ │ ├── ResourcesLoader.cs │ │ │ │ │ └── ResourcesLoader.cs.meta │ │ │ ├── AssetsLoadType.cs │ │ │ ├── AssetsLoadType.cs.meta │ │ │ ├── AssetsManifestManager.cs │ │ │ ├── AssetsManifestManager.cs.meta │ │ │ ├── MemoryManager.cs │ │ │ ├── MemoryManager.cs.meta │ │ │ ├── PreloadManager.meta │ │ │ ├── PreloadManager │ │ │ │ ├── PreloadManager.cs │ │ │ │ ├── PreloadManager.cs.meta │ │ │ │ ├── PreloadResourcesDataGenerate.cs │ │ │ │ ├── PreloadResourcesDataGenerate.cs.meta │ │ │ │ ├── res.meta │ │ │ │ └── res │ │ │ │ │ ├── PreloadResourcesData.txt │ │ │ │ │ └── PreloadResourcesData.txt.meta │ │ │ ├── ResLoadLocation.cs │ │ │ ├── ResLoadLocation.cs.meta │ │ │ ├── ResourceManager.cs │ │ │ ├── ResourceManager.cs.meta │ │ │ ├── ResourcesConfigManager.cs │ │ │ └── ResourcesConfigManager.cs.meta │ │ ├── SDKManager.meta │ │ ├── SDKManager │ │ │ ├── Clipboard.meta │ │ │ ├── Clipboard │ │ │ │ ├── ClipboardManager.cs │ │ │ │ ├── ClipboardManager.cs.meta │ │ │ │ ├── ClipboardTest.cs │ │ │ │ ├── ClipboardTest.cs.meta │ │ │ │ ├── ClipboardTest.unity │ │ │ │ ├── ClipboardTest.unity.meta │ │ │ │ ├── Plugins.meta │ │ │ │ └── Plugins │ │ │ │ │ ├── Android.meta │ │ │ │ │ ├── IOS.meta │ │ │ │ │ └── IOS │ │ │ │ │ ├── Clipboard.h │ │ │ │ │ ├── Clipboard.h.meta │ │ │ │ │ ├── Clipboard.mm │ │ │ │ │ └── Clipboard.mm.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── SDKEditorWindow.cs │ │ │ │ ├── SDKEditorWindow.cs.meta │ │ │ │ ├── SchemeDataService.cs │ │ │ │ └── SchemeDataService.cs.meta │ │ │ ├── Interface.meta │ │ │ ├── Interface │ │ │ │ ├── ADInterface.cs │ │ │ │ ├── ADInterface.cs.meta │ │ │ │ ├── LogInterface.cs │ │ │ │ ├── LogInterface.cs.meta │ │ │ │ ├── LoginInterface.cs │ │ │ │ ├── LoginInterface.cs.meta │ │ │ │ ├── OtherSDKInterface.cs │ │ │ │ ├── OtherSDKInterface.cs.meta │ │ │ │ ├── PayInterface.cs │ │ │ │ ├── PayInterface.cs.meta │ │ │ │ ├── RealNameInterface.cs │ │ │ │ ├── RealNameInterface.cs.meta │ │ │ │ ├── SDKInterfaceBase.cs │ │ │ │ ├── SDKInterfaceBase.cs.meta │ │ │ │ ├── ShareInterface.cs │ │ │ │ └── ShareInterface.cs.meta │ │ │ ├── LogSDKImplements.meta │ │ │ ├── LogSDKImplements │ │ │ │ ├── ClientReportClass.cs │ │ │ │ └── ClientReportClass.cs.meta │ │ │ ├── LoginPlatform.cs │ │ │ ├── LoginPlatform.cs.meta │ │ │ ├── LoginSDKImplements.meta │ │ │ ├── LoginSDKImplements │ │ │ │ ├── AccountLoginSDKClass.cs │ │ │ │ ├── AccountLoginSDKClass.cs.meta │ │ │ │ ├── Android.meta │ │ │ │ ├── Android │ │ │ │ │ ├── Weixin.meta │ │ │ │ │ └── Weixin │ │ │ │ │ │ ├── WXLoginSDKClass.cs │ │ │ │ │ │ └── WXLoginSDKClass.cs.meta │ │ │ │ ├── IOS.meta │ │ │ │ ├── IOS │ │ │ │ │ ├── GameCenter.meta │ │ │ │ │ └── GameCenter │ │ │ │ │ │ ├── GameCenterLoginSDKClass.cs │ │ │ │ │ │ └── GameCenterLoginSDKClass.cs.meta │ │ │ │ ├── PC.meta │ │ │ │ ├── TouristLoginSDKClass.cs │ │ │ │ └── TouristLoginSDKClass.cs.meta │ │ │ ├── NullSDKInterfaceClass.meta │ │ │ ├── NullSDKInterfaceClass │ │ │ │ ├── NullADSSDKClass.cs │ │ │ │ ├── NullADSSDKClass.cs.meta │ │ │ │ ├── NullLogSDKClass.cs │ │ │ │ ├── NullLogSDKClass.cs.meta │ │ │ │ ├── NullOtherSDKClass.cs │ │ │ │ ├── NullOtherSDKClass.cs.meta │ │ │ │ ├── NullRealNameInterface.cs │ │ │ │ ├── NullRealNameInterface.cs.meta │ │ │ │ ├── NullSDKInterface.cs │ │ │ │ └── NullSDKInterface.cs.meta │ │ │ ├── PayImplements.meta │ │ │ ├── PayImplements │ │ │ │ ├── Android.meta │ │ │ │ ├── Android │ │ │ │ │ ├── HuaWeiPay.meta │ │ │ │ │ ├── HuaWeiPay │ │ │ │ │ │ ├── HuaWeiPayClass.cs │ │ │ │ │ │ └── HuaWeiPayClass.cs.meta │ │ │ │ │ ├── IAppPay.meta │ │ │ │ │ ├── IAppPay │ │ │ │ │ │ ├── IAppPayClass.cs │ │ │ │ │ │ └── IAppPayClass.cs.meta │ │ │ │ │ ├── OppoPay.meta │ │ │ │ │ ├── OppoPay │ │ │ │ │ │ ├── OppoPayClass.cs │ │ │ │ │ │ └── OppoPayClass.cs.meta │ │ │ │ │ ├── P4399Pay.meta │ │ │ │ │ ├── P4399Pay │ │ │ │ │ │ ├── P4399PayClass.cs │ │ │ │ │ │ └── P4399PayClass.cs.meta │ │ │ │ │ ├── PublicPayClass.cs │ │ │ │ │ ├── PublicPayClass.cs.meta │ │ │ │ │ ├── UCPay.meta │ │ │ │ │ ├── UCPay │ │ │ │ │ │ ├── UCPayClass.cs │ │ │ │ │ │ └── UCPayClass.cs.meta │ │ │ │ │ ├── Weixin.meta │ │ │ │ │ ├── Weixin │ │ │ │ │ │ ├── PayReSend.cs │ │ │ │ │ │ ├── PayReSend.cs.meta │ │ │ │ │ │ ├── WXPayClass.cs │ │ │ │ │ │ └── WXPayClass.cs.meta │ │ │ │ │ ├── vivoPay.meta │ │ │ │ │ └── vivoPay │ │ │ │ │ │ ├── vivoPayClass.cs │ │ │ │ │ │ └── vivoPayClass.cs.meta │ │ │ │ ├── DefaultIAPImplement.cs │ │ │ │ ├── DefaultIAPImplement.cs.meta │ │ │ │ ├── UnityIAP.meta │ │ │ │ └── UnityIAP │ │ │ │ │ ├── IAPStoreListener.cs │ │ │ │ │ ├── IAPStoreListener.cs.meta │ │ │ │ │ ├── PayUnityIAPImplement.cs │ │ │ │ │ └── PayUnityIAPImplement.cs.meta │ │ │ ├── PaymentVerification.meta │ │ │ ├── PaymentVerification │ │ │ │ ├── PaymentVerification.meta │ │ │ │ ├── PaymentVerification │ │ │ │ │ ├── NetworkVerificationImplement.cs │ │ │ │ │ ├── NetworkVerificationImplement.cs.meta │ │ │ │ │ ├── ResendMessageManager.cs │ │ │ │ │ └── ResendMessageManager.cs.meta │ │ │ │ ├── PaymentVerificationInterface.cs │ │ │ │ ├── PaymentVerificationInterface.cs.meta │ │ │ │ ├── PaymentVerificationManager.cs │ │ │ │ └── PaymentVerificationManager.cs.meta │ │ │ ├── RealName.meta │ │ │ ├── RealName │ │ │ │ ├── Flow.jpg │ │ │ │ ├── Flow.jpg.meta │ │ │ │ ├── GameEvent.meta │ │ │ │ ├── GameEvent │ │ │ │ │ ├── CheckPayLimitEvent.cs │ │ │ │ │ ├── CheckPayLimitEvent.cs.meta │ │ │ │ │ ├── CheckPayLimitResultEvent.cs │ │ │ │ │ ├── CheckPayLimitResultEvent.cs.meta │ │ │ │ │ ├── TeenagerHealthyEvent.cs │ │ │ │ │ └── TeenagerHealthyEvent.cs.meta │ │ │ │ ├── NetWork.meta │ │ │ │ ├── NetWork │ │ │ │ │ ├── RequestRealNameState2Client.cs │ │ │ │ │ ├── RequestRealNameState2Client.cs.meta │ │ │ │ │ ├── RequestRealNameState2Server.cs │ │ │ │ │ └── RequestRealNameState2Server.cs.meta │ │ │ │ ├── RealNameManager.cs │ │ │ │ └── RealNameManager.cs.meta │ │ │ ├── RealNameSDKImplements.meta │ │ │ ├── SDKInterfaceDefine.cs │ │ │ ├── SDKInterfaceDefine.cs.meta │ │ │ ├── SDKManager.cs │ │ │ ├── SDKManager.cs.meta │ │ │ ├── SDKManagerNew.cs │ │ │ ├── SDKManagerNew.cs.meta │ │ │ ├── StoreName.cs │ │ │ └── StoreName.cs.meta │ │ ├── Timer.meta │ │ ├── Timer │ │ │ ├── Timer.cs │ │ │ ├── Timer.cs.meta │ │ │ ├── TimerEvent.cs │ │ │ └── TimerEvent.cs.meta │ │ ├── UI.meta │ │ ├── UI │ │ │ ├── Components.meta │ │ │ ├── Components │ │ │ │ ├── DragAcceptor.meta │ │ │ │ ├── DragAcceptor │ │ │ │ │ ├── DragAcceptor.cs │ │ │ │ │ └── DragAcceptor.cs.meta │ │ │ │ ├── DragUI.meta │ │ │ │ ├── DragUI │ │ │ │ │ ├── DragUIInput.cs │ │ │ │ │ └── DragUIInput.cs.meta │ │ │ │ ├── EmptyUI.meta │ │ │ │ ├── EmptyUI │ │ │ │ │ ├── Empty4Raycast.cs │ │ │ │ │ └── Empty4Raycast.cs.meta │ │ │ │ ├── GuideHeightLightComponent.cs │ │ │ │ ├── GuideHeightLightComponent.cs.meta │ │ │ │ ├── IlifeCycleComponent.cs │ │ │ │ ├── IlifeCycleComponent.cs.meta │ │ │ │ ├── ImageLoadComponent.cs │ │ │ │ ├── ImageLoadComponent.cs.meta │ │ │ │ ├── JoyStick.meta │ │ │ │ ├── JoyStick │ │ │ │ │ ├── UGUIJoyStick.cs │ │ │ │ │ ├── UGUIJoyStick.cs.meta │ │ │ │ │ ├── UGUIJoyStickBase.cs │ │ │ │ │ ├── UGUIJoyStickBase.cs.meta │ │ │ │ │ ├── UGUIJoyStick_BgMove.cs │ │ │ │ │ ├── UGUIJoyStick_BgMove.cs.meta │ │ │ │ │ ├── UGUIJoyStick_Ro.cs │ │ │ │ │ ├── UGUIJoyStick_Ro.cs.meta │ │ │ │ │ ├── UGUIJoyStick_hide.cs │ │ │ │ │ └── UGUIJoyStick_hide.cs.meta │ │ │ │ ├── LongPressAcceptor.meta │ │ │ │ ├── LongPressAcceptor │ │ │ │ │ ├── LongPressAcceptor.cs │ │ │ │ │ └── LongPressAcceptor.cs.meta │ │ │ │ ├── MouseDownUp.meta │ │ │ │ ├── MouseDownUp │ │ │ │ │ ├── MouseDownUp.cs │ │ │ │ │ └── MouseDownUp.cs.meta │ │ │ │ ├── ReusingScrollRect.meta │ │ │ │ ├── ReusingScrollRect │ │ │ │ │ ├── ReusingScrollItemBase.cs │ │ │ │ │ ├── ReusingScrollItemBase.cs.meta │ │ │ │ │ ├── ReusingScrollItemData.cs │ │ │ │ │ ├── ReusingScrollItemData.cs.meta │ │ │ │ │ ├── ReusingScrollRect.cs │ │ │ │ │ ├── ReusingScrollRect.cs.meta │ │ │ │ │ ├── ScrollRectInput.cs │ │ │ │ │ └── ScrollRectInput.cs.meta │ │ │ │ ├── TextTool.meta │ │ │ │ └── TextTool │ │ │ │ │ ├── CurvedText.cs │ │ │ │ │ ├── CurvedText.cs.meta │ │ │ │ │ ├── MaskWord.cs │ │ │ │ │ ├── MaskWord.cs.meta │ │ │ │ │ ├── MaskWordMakeTool.cs │ │ │ │ │ ├── MaskWordMakeTool.cs.meta │ │ │ │ │ ├── RandomString.cs │ │ │ │ │ └── RandomString.cs.meta │ │ │ ├── Control.meta │ │ │ ├── Control │ │ │ │ ├── UIAnimManager.cs │ │ │ │ ├── UIAnimManager.cs.meta │ │ │ │ ├── UILayerManager.cs │ │ │ │ ├── UILayerManager.cs.meta │ │ │ │ ├── UIManager.cs │ │ │ │ ├── UIManager.cs.meta │ │ │ │ ├── UIStackManager.cs │ │ │ │ ├── UIStackManager.cs.meta │ │ │ │ ├── UISystemEvent.cs │ │ │ │ └── UISystemEvent.cs.meta │ │ │ ├── Extensions.meta │ │ │ ├── Extensions │ │ │ │ ├── AspectRatioFitterHelper.cs │ │ │ │ ├── AspectRatioFitterHelper.cs.meta │ │ │ │ ├── Gradient.cs │ │ │ │ ├── Gradient.cs.meta │ │ │ │ ├── HoleImage.cs │ │ │ │ ├── HoleImage.cs.meta │ │ │ │ ├── TextPro.cs │ │ │ │ ├── TextPro.cs.meta │ │ │ │ ├── TextVirtical.cs │ │ │ │ └── TextVirtical.cs.meta │ │ │ ├── Model.meta │ │ │ ├── Model │ │ │ │ ├── UIBase.cs │ │ │ │ ├── UIBase.cs.meta │ │ │ │ ├── UIStyleComponent.cs │ │ │ │ ├── UIStyleComponent.cs.meta │ │ │ │ ├── UIWindowBase.cs │ │ │ │ └── UIWindowBase.cs.meta │ │ │ ├── Style.meta │ │ │ ├── UITextStyleManager.meta │ │ │ ├── UITextStyleManager │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── UITextStyleComponentEditor.cs │ │ │ │ │ ├── UITextStyleComponentEditor.cs.meta │ │ │ │ │ ├── UITextStyleManagerWindow.cs │ │ │ │ │ └── UITextStyleManagerWindow.cs.meta │ │ │ │ ├── UITextStyleComponent.cs │ │ │ │ ├── UITextStyleComponent.cs.meta │ │ │ │ ├── UITextStyleManager.cs │ │ │ │ └── UITextStyleManager.cs.meta │ │ │ ├── Utils.meta │ │ │ └── Utils │ │ │ │ ├── LayerSort.cs │ │ │ │ ├── LayerSort.cs.meta │ │ │ │ ├── ModelRotate.cs │ │ │ │ ├── ModelRotate.cs.meta │ │ │ │ ├── TextureScale.cs │ │ │ │ ├── TextureScale.cs.meta │ │ │ │ ├── UGUITool.cs │ │ │ │ ├── UGUITool.cs.meta │ │ │ │ ├── UIModelShowTool.cs │ │ │ │ └── UIModelShowTool.cs.meta │ │ ├── Utils.meta │ │ └── Utils │ │ │ ├── ByteTool.cs │ │ │ ├── ByteTool.cs.meta │ │ │ ├── EditorTool.cs │ │ │ ├── EditorTool.cs.meta │ │ │ ├── Extends.meta │ │ │ ├── Extends │ │ │ ├── EditorExtendAttributes.cs │ │ │ ├── EditorExtendAttributes.cs.meta │ │ │ ├── ExpandMethod.cs │ │ │ ├── ExpandMethod.cs.meta │ │ │ ├── StringExtends.cs │ │ │ └── StringExtends.cs.meta │ │ │ ├── File.meta │ │ │ ├── File │ │ │ ├── FileTool.cs │ │ │ ├── FileTool.cs.meta │ │ │ ├── FileUtils.cs │ │ │ ├── FileUtils.cs.meta │ │ │ ├── PathTool.cs │ │ │ ├── PathTool.cs.meta │ │ │ ├── PathUtils.cs │ │ │ └── PathUtils.cs.meta │ │ │ ├── HTTPTool.cs │ │ │ ├── HTTPTool.cs.meta │ │ │ ├── HeapObjectPool.cs │ │ │ ├── HeapObjectPool.cs.meta │ │ │ ├── IOSKeychainPlugin.meta │ │ │ ├── IOSKeychainPlugin │ │ │ ├── Crypto.cs │ │ │ ├── Crypto.cs.meta │ │ │ ├── Keychain.cs │ │ │ ├── Keychain.cs.meta │ │ │ ├── Plugins.meta │ │ │ ├── Plugins │ │ │ │ ├── iOS.meta │ │ │ │ └── iOS │ │ │ │ │ ├── KeyChainPlugin.h │ │ │ │ │ ├── KeyChainPlugin.h.meta │ │ │ │ │ ├── KeyChainPlugin.mm │ │ │ │ │ ├── KeyChainPlugin.mm.meta │ │ │ │ │ ├── UICKeyChainStore.h │ │ │ │ │ ├── UICKeyChainStore.h.meta │ │ │ │ │ ├── UICKeyChainStore.mm │ │ │ │ │ └── UICKeyChainStore.mm.meta │ │ │ ├── 说明.txt │ │ │ └── 说明.txt.meta │ │ │ ├── IniConfigTool.cs │ │ │ ├── IniConfigTool.cs.meta │ │ │ ├── Json.meta │ │ │ ├── Json │ │ │ ├── DeJson.cs │ │ │ ├── DeJson.cs.meta │ │ │ ├── JsonTool.cs │ │ │ ├── JsonTool.cs.meta │ │ │ ├── MiniJSON.cs │ │ │ ├── MiniJSON.cs.meta │ │ │ ├── SimpleJson.meta │ │ │ └── SimpleJson │ │ │ │ ├── JsonUtils.cs │ │ │ │ ├── JsonUtils.cs.meta │ │ │ │ ├── SimpleJson.Reflection.meta │ │ │ │ ├── SimpleJson.Reflection │ │ │ │ ├── ReflectionUtils.cs │ │ │ │ └── ReflectionUtils.cs.meta │ │ │ │ ├── SimpleJson.meta │ │ │ │ └── SimpleJson │ │ │ │ ├── IJsonSerializerStrategy.cs │ │ │ │ ├── IJsonSerializerStrategy.cs.meta │ │ │ │ ├── JsonArray.cs │ │ │ │ ├── JsonArray.cs.meta │ │ │ │ ├── JsonObject.cs │ │ │ │ ├── JsonObject.cs.meta │ │ │ │ ├── PocoJsonSerializerStrategy.cs │ │ │ │ ├── PocoJsonSerializerStrategy.cs.meta │ │ │ │ ├── SimpleJson.cs │ │ │ │ └── SimpleJson.cs.meta │ │ │ ├── MD5Tool.cs │ │ │ ├── MD5Tool.cs.meta │ │ │ ├── MD5Utils.cs │ │ │ ├── MD5Utils.cs.meta │ │ │ ├── ReflectionUtils.cs │ │ │ ├── ReflectionUtils.cs.meta │ │ │ ├── ResourceIOTool.cs │ │ │ ├── ResourceIOTool.cs.meta │ │ │ ├── UnityWebRequestTool.cs │ │ │ ├── UnityWebRequestTool.cs.meta │ │ │ ├── YamlDotNet.meta │ │ │ ├── YamlDotNet │ │ │ ├── Core.meta │ │ │ ├── Core │ │ │ │ ├── AnchorNotFoundException.cs │ │ │ │ ├── AnchorNotFoundException.cs.meta │ │ │ │ ├── CharacterAnalyzer.cs │ │ │ │ ├── CharacterAnalyzer.cs.meta │ │ │ │ ├── Constants.cs │ │ │ │ ├── Constants.cs.meta │ │ │ │ ├── Cursor.cs │ │ │ │ ├── Cursor.cs.meta │ │ │ │ ├── Emitter.cs │ │ │ │ ├── Emitter.cs.meta │ │ │ │ ├── EmitterState.cs │ │ │ │ ├── EmitterState.cs.meta │ │ │ │ ├── Events.meta │ │ │ │ ├── Events │ │ │ │ │ ├── AnchorAlias.cs │ │ │ │ │ ├── AnchorAlias.cs.meta │ │ │ │ │ ├── Comment.cs │ │ │ │ │ ├── Comment.cs.meta │ │ │ │ │ ├── DocumentEnd.cs │ │ │ │ │ ├── DocumentEnd.cs.meta │ │ │ │ │ ├── DocumentStart.cs │ │ │ │ │ ├── DocumentStart.cs.meta │ │ │ │ │ ├── EventType.cs │ │ │ │ │ ├── EventType.cs.meta │ │ │ │ │ ├── IParsingEventVisitor.cs │ │ │ │ │ ├── IParsingEventVisitor.cs.meta │ │ │ │ │ ├── MappingEnd.cs │ │ │ │ │ ├── MappingEnd.cs.meta │ │ │ │ │ ├── MappingStart.cs │ │ │ │ │ ├── MappingStart.cs.meta │ │ │ │ │ ├── MappingStyle.cs │ │ │ │ │ ├── MappingStyle.cs.meta │ │ │ │ │ ├── NodeEvent.cs │ │ │ │ │ ├── NodeEvent.cs.meta │ │ │ │ │ ├── ParsingEvent.cs │ │ │ │ │ ├── ParsingEvent.cs.meta │ │ │ │ │ ├── Scalar.cs │ │ │ │ │ ├── Scalar.cs.meta │ │ │ │ │ ├── SequenceEnd.cs │ │ │ │ │ ├── SequenceEnd.cs.meta │ │ │ │ │ ├── SequenceStart.cs │ │ │ │ │ ├── SequenceStart.cs.meta │ │ │ │ │ ├── SequenceStyle.cs │ │ │ │ │ ├── SequenceStyle.cs.meta │ │ │ │ │ ├── StreamEnd.cs │ │ │ │ │ ├── StreamEnd.cs.meta │ │ │ │ │ ├── StreamStart.cs │ │ │ │ │ └── StreamStart.cs.meta │ │ │ │ ├── FakeList.cs │ │ │ │ ├── FakeList.cs.meta │ │ │ │ ├── ForwardAnchorNotSupportedException.cs │ │ │ │ ├── ForwardAnchorNotSupportedException.cs.meta │ │ │ │ ├── HashCode.cs │ │ │ │ ├── HashCode.cs.meta │ │ │ │ ├── IEmitter.cs │ │ │ │ ├── IEmitter.cs.meta │ │ │ │ ├── ILookAheadBuffer.cs │ │ │ │ ├── ILookAheadBuffer.cs.meta │ │ │ │ ├── IParser.cs │ │ │ │ ├── IParser.cs.meta │ │ │ │ ├── IScanner.cs │ │ │ │ ├── IScanner.cs.meta │ │ │ │ ├── InsertionQueue.cs │ │ │ │ ├── InsertionQueue.cs.meta │ │ │ │ ├── LookAheadBuffer.cs │ │ │ │ ├── LookAheadBuffer.cs.meta │ │ │ │ ├── Mark.cs │ │ │ │ ├── Mark.cs.meta │ │ │ │ ├── MaximumRecursionLevelReachedException.cs │ │ │ │ ├── MaximumRecursionLevelReachedException.cs.meta │ │ │ │ ├── MergingParser.cs │ │ │ │ ├── MergingParser.cs.meta │ │ │ │ ├── Parser.cs │ │ │ │ ├── Parser.cs.meta │ │ │ │ ├── ParserExtensions.cs │ │ │ │ ├── ParserExtensions.cs.meta │ │ │ │ ├── ParserState.cs │ │ │ │ ├── ParserState.cs.meta │ │ │ │ ├── RecursionLevel.cs │ │ │ │ ├── RecursionLevel.cs.meta │ │ │ │ ├── ScalarStyle.cs │ │ │ │ ├── ScalarStyle.cs.meta │ │ │ │ ├── Scanner.cs │ │ │ │ ├── Scanner.cs.meta │ │ │ │ ├── SemanticErrorException.cs │ │ │ │ ├── SemanticErrorException.cs.meta │ │ │ │ ├── SimpleKey.cs │ │ │ │ ├── SimpleKey.cs.meta │ │ │ │ ├── StringLookAheadBuffer.cs │ │ │ │ ├── StringLookAheadBuffer.cs.meta │ │ │ │ ├── SyntaxErrorException.cs │ │ │ │ ├── SyntaxErrorException.cs.meta │ │ │ │ ├── TagDirectiveCollection.cs │ │ │ │ ├── TagDirectiveCollection.cs.meta │ │ │ │ ├── Tokens.meta │ │ │ │ ├── Tokens │ │ │ │ │ ├── Anchor.cs │ │ │ │ │ ├── Anchor.cs.meta │ │ │ │ │ ├── AnchorAlias.cs │ │ │ │ │ ├── AnchorAlias.cs.meta │ │ │ │ │ ├── BlockEnd.cs │ │ │ │ │ ├── BlockEnd.cs.meta │ │ │ │ │ ├── BlockEntry.cs │ │ │ │ │ ├── BlockEntry.cs.meta │ │ │ │ │ ├── BlockMappingStart.cs │ │ │ │ │ ├── BlockMappingStart.cs.meta │ │ │ │ │ ├── BlockSequenceStart.cs │ │ │ │ │ ├── BlockSequenceStart.cs.meta │ │ │ │ │ ├── Comment.cs │ │ │ │ │ ├── Comment.cs.meta │ │ │ │ │ ├── DocumentEnd.cs │ │ │ │ │ ├── DocumentEnd.cs.meta │ │ │ │ │ ├── DocumentStart.cs │ │ │ │ │ ├── DocumentStart.cs.meta │ │ │ │ │ ├── FlowEntry.cs │ │ │ │ │ ├── FlowEntry.cs.meta │ │ │ │ │ ├── FlowMappingEnd.cs │ │ │ │ │ ├── FlowMappingEnd.cs.meta │ │ │ │ │ ├── FlowMappingStart.cs │ │ │ │ │ ├── FlowMappingStart.cs.meta │ │ │ │ │ ├── FlowSequenceEnd.cs │ │ │ │ │ ├── FlowSequenceEnd.cs.meta │ │ │ │ │ ├── FlowSequenceStart.cs │ │ │ │ │ ├── FlowSequenceStart.cs.meta │ │ │ │ │ ├── Key.cs │ │ │ │ │ ├── Key.cs.meta │ │ │ │ │ ├── Scalar.cs │ │ │ │ │ ├── Scalar.cs.meta │ │ │ │ │ ├── StreamEnd.cs │ │ │ │ │ ├── StreamEnd.cs.meta │ │ │ │ │ ├── StreamStart.cs │ │ │ │ │ ├── StreamStart.cs.meta │ │ │ │ │ ├── Tag.cs │ │ │ │ │ ├── Tag.cs.meta │ │ │ │ │ ├── TagDirective.cs │ │ │ │ │ ├── TagDirective.cs.meta │ │ │ │ │ ├── Token.cs │ │ │ │ │ ├── Token.cs.meta │ │ │ │ │ ├── Value.cs │ │ │ │ │ ├── Value.cs.meta │ │ │ │ │ ├── VersionDirective.cs │ │ │ │ │ └── VersionDirective.cs.meta │ │ │ │ ├── Version.cs │ │ │ │ ├── Version.cs.meta │ │ │ │ ├── YamlException.cs │ │ │ │ └── YamlException.cs.meta │ │ │ ├── Examples.meta │ │ │ ├── Examples.unity │ │ │ ├── Examples.unity.meta │ │ │ ├── Examples │ │ │ │ ├── ConvertYamlToJson.cs │ │ │ │ ├── ConvertYamlToJson.cs.meta │ │ │ │ ├── DeserializeObjectGraph.cs │ │ │ │ ├── DeserializeObjectGraph.cs.meta │ │ │ │ ├── DeserializingMultipleDocuments.cs │ │ │ │ ├── DeserializingMultipleDocuments.cs.meta │ │ │ │ ├── Helpers.meta │ │ │ │ ├── Helpers │ │ │ │ │ ├── ExampleRunner.cs │ │ │ │ │ ├── ExampleRunner.cs.meta │ │ │ │ │ ├── SampleAttribute.cs │ │ │ │ │ ├── SampleAttribute.cs.meta │ │ │ │ │ ├── TestOutputHelperExtensions.cs │ │ │ │ │ └── TestOutputHelperExtensions.cs.meta │ │ │ │ ├── LoadingAYamlStream.cs │ │ │ │ ├── LoadingAYamlStream.cs.meta │ │ │ │ ├── SerializeObjectGraph.cs │ │ │ │ └── SerializeObjectGraph.cs.meta │ │ │ ├── Helpers.meta │ │ │ ├── Helpers │ │ │ │ ├── ExpressionExtensions.cs │ │ │ │ ├── ExpressionExtensions.cs.meta │ │ │ │ ├── GenericCollectionToNonGenericAdapter.cs │ │ │ │ ├── GenericCollectionToNonGenericAdapter.cs.meta │ │ │ │ ├── GenericDictionaryToNonGenericAdapter.cs │ │ │ │ ├── GenericDictionaryToNonGenericAdapter.cs.meta │ │ │ │ ├── ITestOutputHelper.cs │ │ │ │ ├── ITestOutputHelper.cs.meta │ │ │ │ ├── Portability.cs │ │ │ │ └── Portability.cs.meta │ │ │ ├── Readme.txt │ │ │ ├── Readme.txt.meta │ │ │ ├── RepresentationModel.meta │ │ │ ├── RepresentationModel │ │ │ │ ├── DocumentLoadingState.cs │ │ │ │ ├── DocumentLoadingState.cs.meta │ │ │ │ ├── EmitterState.cs │ │ │ │ ├── EmitterState.cs.meta │ │ │ │ ├── IYamlVisitor.cs │ │ │ │ ├── IYamlVisitor.cs.meta │ │ │ │ ├── YamlAliasNode.cs │ │ │ │ ├── YamlAliasNode.cs.meta │ │ │ │ ├── YamlDocument.cs │ │ │ │ ├── YamlDocument.cs.meta │ │ │ │ ├── YamlMappingNode.cs │ │ │ │ ├── YamlMappingNode.cs.meta │ │ │ │ ├── YamlNode.cs │ │ │ │ ├── YamlNode.cs.meta │ │ │ │ ├── YamlNodeIdentityEqualityComparer.cs │ │ │ │ ├── YamlNodeIdentityEqualityComparer.cs.meta │ │ │ │ ├── YamlNodeType.cs │ │ │ │ ├── YamlNodeType.cs.meta │ │ │ │ ├── YamlScalarNode.cs │ │ │ │ ├── YamlScalarNode.cs.meta │ │ │ │ ├── YamlSequenceNode.cs │ │ │ │ ├── YamlSequenceNode.cs.meta │ │ │ │ ├── YamlStream.cs │ │ │ │ ├── YamlStream.cs.meta │ │ │ │ ├── YamlVisitor.cs │ │ │ │ ├── YamlVisitor.cs.meta │ │ │ │ ├── YamlVisitorBase.cs │ │ │ │ └── YamlVisitorBase.cs.meta │ │ │ ├── Serialization.meta │ │ │ ├── Serialization │ │ │ │ ├── BuilderSkeleton.cs │ │ │ │ ├── BuilderSkeleton.cs.meta │ │ │ │ ├── Converters.meta │ │ │ │ ├── Converters │ │ │ │ │ ├── DateTimeConverter.cs │ │ │ │ │ ├── DateTimeConverter.cs.meta │ │ │ │ │ ├── GuidConverter.cs │ │ │ │ │ └── GuidConverter.cs.meta │ │ │ │ ├── Deserializer.cs │ │ │ │ ├── Deserializer.cs.meta │ │ │ │ ├── DeserializerBuilder.cs │ │ │ │ ├── DeserializerBuilder.cs.meta │ │ │ │ ├── EmissionPhaseObjectGraphVisitorArgs.cs │ │ │ │ ├── EmissionPhaseObjectGraphVisitorArgs.cs.meta │ │ │ │ ├── EventEmitters.meta │ │ │ │ ├── EventEmitters │ │ │ │ │ ├── ChainedEventEmitter.cs │ │ │ │ │ ├── ChainedEventEmitter.cs.meta │ │ │ │ │ ├── CustomTagEventEmitter.cs │ │ │ │ │ ├── CustomTagEventEmitter.cs.meta │ │ │ │ │ ├── JsonEventEmitter.cs │ │ │ │ │ ├── JsonEventEmitter.cs.meta │ │ │ │ │ ├── TypeAssigningEventEmitter.cs │ │ │ │ │ ├── TypeAssigningEventEmitter.cs.meta │ │ │ │ │ ├── WriterEventEmitter.cs │ │ │ │ │ └── WriterEventEmitter.cs.meta │ │ │ │ ├── EventInfo.cs │ │ │ │ ├── EventInfo.cs.meta │ │ │ │ ├── IAliasProvider.cs │ │ │ │ ├── IAliasProvider.cs.meta │ │ │ │ ├── IEventEmitter.cs │ │ │ │ ├── IEventEmitter.cs.meta │ │ │ │ ├── INamingConvention.cs │ │ │ │ ├── INamingConvention.cs.meta │ │ │ │ ├── INodeDeserializer.cs │ │ │ │ ├── INodeDeserializer.cs.meta │ │ │ │ ├── INodeTypeResolver.cs │ │ │ │ ├── INodeTypeResolver.cs.meta │ │ │ │ ├── IObjectDescriptor.cs │ │ │ │ ├── IObjectDescriptor.cs.meta │ │ │ │ ├── IObjectFactory.cs │ │ │ │ ├── IObjectFactory.cs.meta │ │ │ │ ├── IObjectGraphTraversalStrategy.cs │ │ │ │ ├── IObjectGraphTraversalStrategy.cs.meta │ │ │ │ ├── IObjectGraphVisitor.cs │ │ │ │ ├── IObjectGraphVisitor.cs.meta │ │ │ │ ├── IPropertyDescriptor.cs │ │ │ │ ├── IPropertyDescriptor.cs.meta │ │ │ │ ├── IRegistrationLocationSelectionSyntax.cs │ │ │ │ ├── IRegistrationLocationSelectionSyntax.cs.meta │ │ │ │ ├── ITypeInspector.cs │ │ │ │ ├── ITypeInspector.cs.meta │ │ │ │ ├── ITypeResolver.cs │ │ │ │ ├── ITypeResolver.cs.meta │ │ │ │ ├── IValueDeserializer.cs │ │ │ │ ├── IValueDeserializer.cs.meta │ │ │ │ ├── IValuePromise.cs │ │ │ │ ├── IValuePromise.cs.meta │ │ │ │ ├── IValueSerializer.cs │ │ │ │ ├── IValueSerializer.cs.meta │ │ │ │ ├── IYamlConvertible.cs │ │ │ │ ├── IYamlConvertible.cs.meta │ │ │ │ ├── IYamlSerializable.cs │ │ │ │ ├── IYamlSerializable.cs.meta │ │ │ │ ├── IYamlTypeConverter.cs │ │ │ │ ├── IYamlTypeConverter.cs.meta │ │ │ │ ├── LazyComponentRegistrationList.cs │ │ │ │ ├── LazyComponentRegistrationList.cs.meta │ │ │ │ ├── LazyComponentRegistrationListExtensions.cs │ │ │ │ ├── LazyComponentRegistrationListExtensions.cs.meta │ │ │ │ ├── NamingConventions.meta │ │ │ │ ├── NamingConventions │ │ │ │ │ ├── CamelCaseNamingConvention.cs │ │ │ │ │ ├── CamelCaseNamingConvention.cs.meta │ │ │ │ │ ├── HyphenatedNamingConvention.cs │ │ │ │ │ ├── HyphenatedNamingConvention.cs.meta │ │ │ │ │ ├── NullNamingConvention.cs │ │ │ │ │ ├── NullNamingConvention.cs.meta │ │ │ │ │ ├── PascalCaseNamingConvention.cs │ │ │ │ │ ├── PascalCaseNamingConvention.cs.meta │ │ │ │ │ ├── UnderscoredNamingConvention.cs │ │ │ │ │ └── UnderscoredNamingConvention.cs.meta │ │ │ │ ├── NodeDeserializers.meta │ │ │ │ ├── NodeDeserializers │ │ │ │ │ ├── ArrayNodeDeserializer.cs │ │ │ │ │ ├── ArrayNodeDeserializer.cs.meta │ │ │ │ │ ├── CollectionNodeDeserializer.cs │ │ │ │ │ ├── CollectionNodeDeserializer.cs.meta │ │ │ │ │ ├── DictionaryNodeDeserializer.cs │ │ │ │ │ ├── DictionaryNodeDeserializer.cs.meta │ │ │ │ │ ├── EnumerableNodeDeserializer.cs │ │ │ │ │ ├── EnumerableNodeDeserializer.cs.meta │ │ │ │ │ ├── NullNodeDeserializer.cs │ │ │ │ │ ├── NullNodeDeserializer.cs.meta │ │ │ │ │ ├── ObjectNodeDeserializer.cs │ │ │ │ │ ├── ObjectNodeDeserializer.cs.meta │ │ │ │ │ ├── ScalarNodeDeserializer.cs │ │ │ │ │ ├── ScalarNodeDeserializer.cs.meta │ │ │ │ │ ├── TypeConverterNodeDeserializer.cs │ │ │ │ │ ├── TypeConverterNodeDeserializer.cs.meta │ │ │ │ │ ├── YamlConvertibleNodeDeserializer.cs │ │ │ │ │ ├── YamlConvertibleNodeDeserializer.cs.meta │ │ │ │ │ ├── YamlSerializableNodeDeserializer.cs │ │ │ │ │ └── YamlSerializableNodeDeserializer.cs.meta │ │ │ │ ├── NodeTypeResolvers.meta │ │ │ │ ├── NodeTypeResolvers │ │ │ │ │ ├── DefaultContainersNodeTypeResolver.cs │ │ │ │ │ ├── DefaultContainersNodeTypeResolver.cs.meta │ │ │ │ │ ├── TagNodeTypeResolver.cs │ │ │ │ │ ├── TagNodeTypeResolver.cs.meta │ │ │ │ │ ├── TypeNameInTagNodeTypeResolver.cs │ │ │ │ │ ├── TypeNameInTagNodeTypeResolver.cs.meta │ │ │ │ │ ├── YamlConvertibleTypeResolver.cs │ │ │ │ │ ├── YamlConvertibleTypeResolver.cs.meta │ │ │ │ │ ├── YamlSerializableTypeResolver.cs │ │ │ │ │ └── YamlSerializableTypeResolver.cs.meta │ │ │ │ ├── Nothing.cs │ │ │ │ ├── Nothing.cs.meta │ │ │ │ ├── ObjectDescriptor.cs │ │ │ │ ├── ObjectDescriptor.cs.meta │ │ │ │ ├── ObjectFactories.meta │ │ │ │ ├── ObjectFactories │ │ │ │ │ ├── DefaultObjectFactory.cs │ │ │ │ │ ├── DefaultObjectFactory.cs.meta │ │ │ │ │ ├── LambdaObjectFactory.cs │ │ │ │ │ └── LambdaObjectFactory.cs.meta │ │ │ │ ├── ObjectGraphTraversalStrategies.meta │ │ │ │ ├── ObjectGraphTraversalStrategies │ │ │ │ │ ├── FullObjectGraphTraversalStrategy.cs │ │ │ │ │ ├── FullObjectGraphTraversalStrategy.cs.meta │ │ │ │ │ ├── RoundtripObjectGraphTraversalStrategy.cs │ │ │ │ │ └── RoundtripObjectGraphTraversalStrategy.cs.meta │ │ │ │ ├── ObjectGraphVisitors.meta │ │ │ │ ├── ObjectGraphVisitors │ │ │ │ │ ├── AnchorAssigner.cs │ │ │ │ │ ├── AnchorAssigner.cs.meta │ │ │ │ │ ├── AnchorAssigningObjectGraphVisitor.cs │ │ │ │ │ ├── AnchorAssigningObjectGraphVisitor.cs.meta │ │ │ │ │ ├── ChainedObjectGraphVisitor.cs │ │ │ │ │ ├── ChainedObjectGraphVisitor.cs.meta │ │ │ │ │ ├── CustomSerializationObjectGraphVisitor.cs │ │ │ │ │ ├── CustomSerializationObjectGraphVisitor.cs.meta │ │ │ │ │ ├── DefaultExclusiveObjectGraphVisitor.cs │ │ │ │ │ ├── DefaultExclusiveObjectGraphVisitor.cs.meta │ │ │ │ │ ├── EmittingObjectGraphVisitor.cs │ │ │ │ │ ├── EmittingObjectGraphVisitor.cs.meta │ │ │ │ │ ├── PreProcessingPhaseObjectGraphVisitorSkeleton.cs │ │ │ │ │ └── PreProcessingPhaseObjectGraphVisitorSkeleton.cs.meta │ │ │ │ ├── PropertyDescriptor.cs │ │ │ │ ├── PropertyDescriptor.cs.meta │ │ │ │ ├── SerializationOptions.cs │ │ │ │ ├── SerializationOptions.cs.meta │ │ │ │ ├── Serializer.cs │ │ │ │ ├── Serializer.cs.meta │ │ │ │ ├── SerializerBuilder.cs │ │ │ │ ├── SerializerBuilder.cs.meta │ │ │ │ ├── StreamFragment.cs │ │ │ │ ├── StreamFragment.cs.meta │ │ │ │ ├── TagMappings.cs │ │ │ │ ├── TagMappings.cs.meta │ │ │ │ ├── TypeInspectors.meta │ │ │ │ ├── TypeInspectors │ │ │ │ │ ├── CachedTypeInspector.cs │ │ │ │ │ ├── CachedTypeInspector.cs.meta │ │ │ │ │ ├── NamingConventionTypeInspector.cs │ │ │ │ │ ├── NamingConventionTypeInspector.cs.meta │ │ │ │ │ ├── ReadableAndWritablePropertiesTypeInspector.cs │ │ │ │ │ ├── ReadableAndWritablePropertiesTypeInspector.cs.meta │ │ │ │ │ ├── ReadablePropertiesTypeInspector.cs │ │ │ │ │ ├── ReadablePropertiesTypeInspector.cs.meta │ │ │ │ │ ├── TypeInspectorSkeleton.cs │ │ │ │ │ └── TypeInspectorSkeleton.cs.meta │ │ │ │ ├── TypeResolvers.meta │ │ │ │ ├── TypeResolvers │ │ │ │ │ ├── DynamicTypeResolver.cs │ │ │ │ │ ├── DynamicTypeResolver.cs.meta │ │ │ │ │ ├── StaticTypeResolver.cs │ │ │ │ │ └── StaticTypeResolver.cs.meta │ │ │ │ ├── Utilities.meta │ │ │ │ ├── Utilities │ │ │ │ │ ├── IPostDeserializationCallback.cs │ │ │ │ │ ├── IPostDeserializationCallback.cs.meta │ │ │ │ │ ├── ObjectAnchorCollection.cs │ │ │ │ │ ├── ObjectAnchorCollection.cs.meta │ │ │ │ │ ├── ReflectionUtility.cs │ │ │ │ │ ├── ReflectionUtility.cs.meta │ │ │ │ │ ├── SerializerState.cs │ │ │ │ │ ├── SerializerState.cs.meta │ │ │ │ │ ├── StringExtensions.cs │ │ │ │ │ ├── StringExtensions.cs.meta │ │ │ │ │ ├── TypeConverter.cs │ │ │ │ │ └── TypeConverter.cs.meta │ │ │ │ ├── ValueDeserializers.meta │ │ │ │ ├── ValueDeserializers │ │ │ │ │ ├── AliasValueDeserializer.cs │ │ │ │ │ ├── AliasValueDeserializer.cs.meta │ │ │ │ │ ├── NodeValueDeserializer.cs │ │ │ │ │ └── NodeValueDeserializer.cs.meta │ │ │ │ ├── YamlAttributeOverrides.cs │ │ │ │ ├── YamlAttributeOverrides.cs.meta │ │ │ │ ├── YamlAttributeOverridesInspector.cs │ │ │ │ ├── YamlAttributeOverridesInspector.cs.meta │ │ │ │ ├── YamlAttributesTypeInspector.cs │ │ │ │ ├── YamlAttributesTypeInspector.cs.meta │ │ │ │ ├── YamlFormatter.cs │ │ │ │ ├── YamlFormatter.cs.meta │ │ │ │ ├── YamlIgnoreAttribute.cs │ │ │ │ ├── YamlIgnoreAttribute.cs.meta │ │ │ │ ├── YamlMember.cs │ │ │ │ └── YamlMember.cs.meta │ │ │ ├── YamlDotNet.license.txt │ │ │ ├── YamlDotNet.license.txt.meta │ │ │ ├── YamlUtils.cs │ │ │ └── YamlUtils.cs.meta │ │ │ ├── ZipUtils.cs │ │ │ └── ZipUtils.cs.meta │ ├── DataClassGenerate.meta │ ├── DataClassGenerate │ │ ├── itemGenerate.cs │ │ └── itemGenerate.cs.meta │ ├── GameStatus.meta │ ├── GameStatus │ │ ├── DemoStatus.cs │ │ ├── DemoStatus.cs.meta │ │ ├── FirstStatus.cs │ │ ├── FirstStatus.cs.meta │ │ ├── GameStatus.cs │ │ ├── GameStatus.cs.meta │ │ ├── GameStatus_two.cs │ │ ├── GameStatus_two.cs.meta │ │ ├── HotUpdateStatus.cs │ │ ├── HotUpdateStatus.cs.meta │ │ ├── LuaTestStstus.cs │ │ ├── LuaTestStstus.cs.meta │ │ ├── UItest.cs │ │ └── UItest.cs.meta │ ├── GuideSystem.meta │ ├── GuideSystem │ │ ├── GuideSyetem.cs │ │ └── GuideSyetem.cs.meta │ ├── InputEvent.meta │ ├── InputEvent │ │ ├── CustomEvent.cs │ │ └── CustomEvent.cs.meta │ ├── LuaGenerate.meta │ ├── LuaGenerate │ │ ├── AnimDataWrap.cs │ │ ├── AnimDataWrap.cs.meta │ │ ├── AnimSystemWrap.cs │ │ ├── AnimSystemWrap.cs.meta │ │ ├── AudioPlayManagerWrap.cs │ │ ├── AudioPlayManagerWrap.cs.meta │ │ ├── ConfigManagerWrap.cs │ │ ├── ConfigManagerWrap.cs.meta │ │ ├── DataManagerWrap.cs │ │ ├── DataManagerWrap.cs.meta │ │ ├── DataTableWrap.cs │ │ ├── DataTableWrap.cs.meta │ │ ├── DelegateFactory.cs │ │ ├── DelegateFactory.cs.meta │ │ ├── GameObjectManagerWrap.cs │ │ ├── GameObjectManagerWrap.cs.meta │ │ ├── IInputEventBaseWrap.cs │ │ ├── IInputEventBaseWrap.cs.meta │ │ ├── InputManagerWrap.cs │ │ ├── InputManagerWrap.cs.meta │ │ ├── InputNetworkConnectStatusEventWrap.cs │ │ ├── InputNetworkConnectStatusEventWrap.cs.meta │ │ ├── InputNetworkMessageEventWrap.cs │ │ ├── InputNetworkMessageEventWrap.cs.meta │ │ ├── InputUIEventBaseWrap.cs │ │ ├── InputUIEventBaseWrap.cs.meta │ │ ├── InputUIEventTypeWrap.cs │ │ ├── InputUIEventTypeWrap.cs.meta │ │ ├── InputUILongPressEventWrap.cs │ │ ├── InputUILongPressEventWrap.cs.meta │ │ ├── InputUIOnClickEventWrap.cs │ │ ├── InputUIOnClickEventWrap.cs.meta │ │ ├── InputUIOnScrollEventWrap.cs │ │ ├── InputUIOnScrollEventWrap.cs.meta │ │ ├── InterpTypeWrap.cs │ │ ├── InterpTypeWrap.cs.meta │ │ ├── JsonLuaHelperWrap.cs │ │ ├── JsonLuaHelperWrap.cs.meta │ │ ├── LuaBinder.cs │ │ ├── LuaBinder.cs.meta │ │ ├── LuaInterface_DebuggerWrap.cs │ │ ├── LuaInterface_DebuggerWrap.cs.meta │ │ ├── NetworkManagerWrap.cs │ │ ├── NetworkManagerWrap.cs.meta │ │ ├── NetworkStateWrap.cs │ │ ├── NetworkStateWrap.cs.meta │ │ ├── RecordManagerWrap.cs │ │ ├── RecordManagerWrap.cs.meta │ │ ├── RecordTableWrap.cs │ │ ├── RecordTableWrap.cs.meta │ │ ├── RepeatTypeWrap.cs │ │ ├── RepeatTypeWrap.cs.meta │ │ ├── ReusingScrollRectWrap.cs │ │ ├── ReusingScrollRectWrap.cs.meta │ │ ├── ScrollRectInputWrap.cs │ │ ├── ScrollRectInputWrap.cs.meta │ │ ├── SingleDataWrap.cs │ │ ├── SingleDataWrap.cs.meta │ │ ├── SingleFieldWrap.cs │ │ ├── SingleFieldWrap.cs.meta │ │ ├── System_Collections_Generic_Dictionary_string_SingleDataWrap.cs │ │ ├── System_Collections_Generic_Dictionary_string_SingleDataWrap.cs.meta │ │ ├── System_Collections_Generic_Dictionary_string_SingleFieldWrap.cs │ │ ├── System_Collections_Generic_Dictionary_string_SingleFieldWrap.cs.meta │ │ ├── System_Collections_Generic_Dictionary_string_objectWrap.cs │ │ ├── System_Collections_Generic_Dictionary_string_objectWrap.cs.meta │ │ ├── System_Collections_Generic_Dictionary_string_stringWrap.cs │ │ ├── System_Collections_Generic_Dictionary_string_stringWrap.cs.meta │ │ ├── System_Collections_Generic_List_stringWrap.cs │ │ ├── System_Collections_Generic_List_stringWrap.cs.meta │ │ ├── UIBaseWrap.cs │ │ ├── UIBaseWrap.cs.meta │ │ ├── UIEventWrap.cs │ │ ├── UIEventWrap.cs.meta │ │ ├── UIManagerWrap.cs │ │ ├── UIManagerWrap.cs.meta │ │ ├── UISystemEventWrap.cs │ │ ├── UISystemEventWrap.cs.meta │ │ ├── UIWindowBaseWrap.cs │ │ ├── UIWindowBaseWrap.cs.meta │ │ ├── UIWindowLuaHelperWrap.cs │ │ ├── UIWindowLuaHelperWrap.cs.meta │ │ ├── UnityEngine_BehaviourWrap.cs │ │ ├── UnityEngine_BehaviourWrap.cs.meta │ │ ├── UnityEngine_ColorWrap.cs │ │ ├── UnityEngine_ColorWrap.cs.meta │ │ ├── UnityEngine_ComponentWrap.cs │ │ ├── UnityEngine_ComponentWrap.cs.meta │ │ ├── UnityEngine_DebugWrap.cs │ │ ├── UnityEngine_DebugWrap.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_MonoBehaviourWrap.cs │ │ ├── UnityEngine_MonoBehaviourWrap.cs.meta │ │ ├── UnityEngine_RectTransformWrap.cs │ │ ├── UnityEngine_RectTransformWrap.cs.meta │ │ ├── UnityEngine_ScreenWrap.cs │ │ ├── UnityEngine_ScreenWrap.cs.meta │ │ ├── UnityEngine_TransformWrap.cs │ │ ├── UnityEngine_TransformWrap.cs.meta │ │ ├── UnityEngine_UI_ButtonWrap.cs │ │ ├── UnityEngine_UI_ButtonWrap.cs.meta │ │ ├── UnityEngine_UI_GraphicWrap.cs │ │ ├── UnityEngine_UI_GraphicWrap.cs.meta │ │ ├── UnityEngine_UI_ImageWrap.cs │ │ ├── UnityEngine_UI_ImageWrap.cs.meta │ │ ├── UnityEngine_UI_MaskableGraphicWrap.cs │ │ ├── UnityEngine_UI_MaskableGraphicWrap.cs.meta │ │ ├── UnityEngine_UI_ScrollRectWrap.cs │ │ ├── UnityEngine_UI_ScrollRectWrap.cs.meta │ │ ├── UnityEngine_UI_SelectableWrap.cs │ │ ├── UnityEngine_UI_SelectableWrap.cs.meta │ │ ├── UnityEngine_UI_TextWrap.cs │ │ ├── UnityEngine_UI_TextWrap.cs.meta │ │ ├── UnityEngine_Vector2Wrap.cs │ │ ├── UnityEngine_Vector2Wrap.cs.meta │ │ ├── UnityEngine_Vector3Wrap.cs │ │ ├── UnityEngine_Vector3Wrap.cs.meta │ │ ├── UnityEngine_Vector4Wrap.cs │ │ └── UnityEngine_Vector4Wrap.cs.meta │ ├── SDK.meta │ ├── SDK │ │ ├── GoogleLogin.cs │ │ └── GoogleLogin.cs.meta │ ├── Test.meta │ ├── Test │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── NewEditorTest.cs │ │ │ └── NewEditorTest.cs.meta │ │ ├── RuntimeTest.cs │ │ └── RuntimeTest.cs.meta │ ├── UI.meta │ └── UI │ │ ├── AAAWindow.meta │ │ ├── AAAWindow │ │ ├── AAAWindow.cs │ │ └── AAAWindow.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── Lua.meta │ │ └── Lua │ │ │ ├── LuaExportList.cs │ │ │ └── LuaExportList.cs.meta │ │ ├── GameWindow.meta │ │ ├── GameWindow │ │ ├── GameWindow.cs │ │ └── GameWindow.cs.meta │ │ ├── GuideWindow.meta │ │ ├── GuideWindow │ │ ├── GuideWindow.cs │ │ └── GuideWindow.cs.meta │ │ ├── MainWindow.meta │ │ ├── MainWindow │ │ ├── MainWindow.cs │ │ └── MainWindow.cs.meta │ │ ├── ShopWindow.meta │ │ ├── ShopWindow │ │ ├── ShopWindow.cs │ │ ├── ShopWindow.cs.meta │ │ ├── ShopWindowItem.cs │ │ └── ShopWindowItem.cs.meta │ │ ├── TestWindowWindow.meta │ │ ├── TestWindowWindow │ │ ├── TestWindowWindow.cs │ │ └── TestWindowWindow.cs.meta │ │ ├── heiheiheiWindow.meta │ │ ├── heiheiheiWindow │ │ ├── heiheiheiWindow.cs │ │ └── heiheiheiWindow.cs.meta │ │ ├── test01Window.meta │ │ ├── test01Window │ │ ├── test01Window.cs │ │ └── test01Window.cs.meta │ │ ├── test02Window.meta │ │ ├── test02Window │ │ ├── test02Window.cs │ │ └── test02Window.cs.meta │ │ ├── testWindow.meta │ │ └── testWindow │ │ ├── ItemTest.cs │ │ ├── ItemTest.cs.meta │ │ ├── testWindow.cs │ │ └── testWindow.cs.meta ├── doc.meta ├── doc │ ├── Lua使用规则.txt │ ├── Lua使用规则.txt.meta │ ├── Xmind.meta │ ├── Xmind │ │ ├── Export.meta │ │ ├── Export │ │ │ ├── InputManager(输入管理器).png │ │ │ ├── InputManager(输入管理器).png.meta │ │ │ ├── LuaManager.png │ │ │ ├── LuaManager.png.meta │ │ │ ├── ResourcesManager.png │ │ │ ├── ResourcesManager.png.meta │ │ │ ├── UIManager(UI管理器).png │ │ │ ├── UIManager(UI管理器).png.meta │ │ │ ├── 同步框架.png │ │ │ ├── 同步框架.png.meta │ │ │ ├── 总构架思想.png │ │ │ ├── 总构架思想.png.meta │ │ │ ├── 热更新逻辑.png │ │ │ ├── 热更新逻辑.png.meta │ │ │ ├── 玩法编辑器.png │ │ │ ├── 玩法编辑器.png.meta │ │ │ ├── 网络同步流程.png │ │ │ └── 网络同步流程.png.meta │ │ ├── InputManager(输入管理器).xmind │ │ ├── InputManager(输入管理器).xmind.meta │ │ ├── LuaManager.xmind │ │ ├── LuaManager.xmind.meta │ │ ├── ResourcesManager(资源管理).xmind │ │ ├── ResourcesManager(资源管理).xmind.meta │ │ ├── UIManager(UI管理器).xmind │ │ ├── UIManager(UI管理器).xmind.meta │ │ ├── 总构架.xmind │ │ ├── 总构架.xmind.meta │ │ ├── 服务器.xmind │ │ ├── 服务器.xmind.meta │ │ ├── 游戏玩法编辑器.xmind │ │ ├── 游戏玩法编辑器.xmind.meta │ │ ├── 热更新逻辑.xmind │ │ ├── 热更新逻辑.xmind.meta │ │ ├── 玩法编辑器.xmind │ │ ├── 玩法编辑器.xmind.meta │ │ ├── 网络游戏同步框架.xmind │ │ └── 网络游戏同步框架.xmind.meta │ ├── ~$待办事项.docx │ ├── ~$待办事项.docx.meta │ ├── 待办事项.docx │ ├── 待办事项.docx.meta │ ├── 游戏框架思考,以及规则约定.docx │ └── 游戏框架思考,以及规则约定.docx.meta ├── main.unity ├── main.unity.meta ├── test.cs └── test.cs.meta ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset └── README.md /Assets/.SDKCache/Readme.txt: -------------------------------------------------------------------------------- 1 | 这个目录是存放SDK插件方案的目录,不要删除 2 | 有Plugins后缀的文件夹是原来Plugins文件夹整体拷贝过来的 3 | 4 | This directory is the directory where the SDK plugin is stored and should not be deleted 5 | There are 'Plugins' suffix folder is the original 'Plugins' folder as a whole copy over -------------------------------------------------------------------------------- /Assets/EditorConfig.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2c23bbba8ba31c49ad98c8e8259f088 3 | folderAsset: yes 4 | timeCreated: 1470061613 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/EditorConfig/BundleConfigEditor.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f72e9727b5598d47ba239c90d05c6c5 3 | timeCreated: 1478251706 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/EditorConfig/SDKEditorConfig.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cb9a3cc1400f8444872437cbe35bcf5 3 | timeCreated: 1499083987 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/EditorConfig/UIStyleConfigData.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77ab911036418c8438c42b6b0d506369 3 | timeCreated: 1472467617 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/EditorTemplateRes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04fdd58ebf104fb4095c767e9f9a77b4 3 | folderAsset: yes 4 | timeCreated: 1472694850 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/EditorTemplateRes/Template_qwq.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/EditorTemplateRes/Template_qwq.prefab -------------------------------------------------------------------------------- /Assets/EditorTemplateRes/Template_qwq.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b105474e57b214143b04ae248519937a 3 | timeCreated: 1478664711 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ccaa3cd5b33454428c72f55483e6f04 3 | folderAsset: yes 4 | timeCreated: 1466240432 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/Config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08be43aea09e7fe4ab3da73a48485672 3 | folderAsset: yes 4 | timeCreated: 1466240440 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/Config/111.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /Assets/Resources/Config/111.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42ae12b4dcbe4c34c92184ab3ede0387 3 | timeCreated: 1520037994 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Config/BundleConfig.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 181e7f1beb2b5c947a42a6578c7a6ef8 3 | timeCreated: 1520037994 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Config/BundleConfig.json.meta~Stashed changes: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 499e626902425854ab9562d6dc177a6f 3 | timeCreated: 1470109023 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Config/BundleConfig.json.meta~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5102097386a2c0d448eb5ddbff8649f7 3 | timeCreated: 1520037986 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Config/HotUpdateConfig.json: -------------------------------------------------------------------------------- 1 | {"TestDownLoadPath":"{\"m_type\":0,\"m_content\":\"\",\"m_enumType\":\"\"}","DownLoadPath":"{\"m_type\":0,\"m_content\":\"\",\"m_enumType\":\"\"}","UseTestDownLoadPath":"{\"m_type\":1,\"m_content\":\"False\",\"m_enumType\":\"\"}"} -------------------------------------------------------------------------------- /Assets/Resources/Config/HotUpdateConfig.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60366e9165b21904ab6dff4de9661e03 3 | timeCreated: 1486792139 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Config/LuaConfig.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a35f92f44170a04e8a9ba11bfabc25c 3 | timeCreated: 1483173914 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Config/ResourcesConfig.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 871f2d401d94c6148acf7d03dfe10c9d 3 | timeCreated: 1520037994 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Config/SDKConfig.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a4995e7e06b9ec4aaf97e1735b701b3 3 | timeCreated: 1520037994 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Config/qeqweqwe.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /Assets/Resources/Config/qeqweqwe.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f03e00dbd97134d4e84508c792141216 3 | timeCreated: 1520037994 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c538224e02820904ca2f61239c49ba06 3 | folderAsset: yes 4 | timeCreated: 1470377514 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/Data/GuideData.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfb8a835c78d2434d9ffd9f644148888 3 | timeCreated: 1551075680 4 | licenseType: Pro 5 | TextScriptImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/Data/Language.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05dd971cc78d8b949bf19db3e134d5cd 3 | folderAsset: yes 4 | timeCreated: 1491576465 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/Data/Language/LangData_Afrikaans.txt: -------------------------------------------------------------------------------- 1 | key value 2 | default NoValue 3 | -------------------------------------------------------------------------------- /Assets/Resources/Data/Language/LangData_Afrikaans.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04160111446e7be4bb7c2190eea90d3a 3 | timeCreated: 1491576873 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Data/Language/LangData_Arabic.txt: -------------------------------------------------------------------------------- 1 | key value 2 | default NoValue 3 | -------------------------------------------------------------------------------- /Assets/Resources/Data/Language/LangData_Arabic.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c9b110a53f765d4cb7df4c4ab0136e9 3 | timeCreated: 1491576939 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Data/Language/LangData_ChineseSimplified.txt: -------------------------------------------------------------------------------- 1 | key value 2 | default NoValue 3 | -------------------------------------------------------------------------------- /Assets/Resources/Data/Language/LangData_ChineseSimplified.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94b042ec7b6f4b84a8b4dc6e62b1e90c 3 | timeCreated: 1491576470 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Data/item.txt: -------------------------------------------------------------------------------- 1 | id ItemName Cost 2 | type String Int 3 | note 4 | default NaNa 0 5 | 2 Knife 50 6 | 1 Sword 100 7 | 3 Shield 200 8 | 4 Armour 300 9 | 5 Shoe 200 10 | -------------------------------------------------------------------------------- /Assets/Resources/Data/item.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 294e6a09d38acfe4f856cb11973694ae 3 | timeCreated: 1477886237 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Data/testData.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 912d58ec95fafad4aaf7c373f517f820 3 | timeCreated: 1470382986 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/GameObject_adasd.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/GameObject_adasd.prefab -------------------------------------------------------------------------------- /Assets/Resources/GameObject_adasd.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 570496af250cc3e41b3389c2bdce34e4 3 | timeCreated: 1466310974 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abfe6282ae4f61847ad9b9325cb10aa3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Lua/LuaMain.txt: -------------------------------------------------------------------------------- 1 | function Main( ... ) 2 | 3 | print("hello print"); 4 | warn("hello warn"); 5 | 6 | UIManager.OpenUIWindow("AAAWindow",nil); 7 | 8 | 9 | --warn("warn"); 10 | --error("error"); 11 | 12 | end -------------------------------------------------------------------------------- /Assets/Resources/Lua/LuaMain.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 906f49305f3943f4aa77e110f0c4e5f5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efe500f21dcc86547a872b174b208ff7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e69ddee712d17c34d86f9478d9135cd7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f9ee43351550074289e4ef20fd8d40b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/Data/LuaDataHelper.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a4c10be1bdb8a2469fb9bb16cb5c9aa 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/LuaFrameWorkEventName.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02a3c5cac5d586545af04cdcdfc4db92 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/Status.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c81b141706bf054894cfda609bf14c2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/Status/LuaStatusManager.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6a69e9d194856f44b0617fded3d1b33 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/Status/LuaStatusMetaTable.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64d90ff8c72a27947a69b156a3185153 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25ba709d1a732594c8b99002ee998b96 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/UI/LuaUIManager.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d94b0b58a97c9d4e9743e9f09876dc7 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/UI/LuaUIWindowMetatable.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 037e4aa6105d6e84fbc21be8bbb93a02 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/Update.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 497c725b51c2dcd4c9ddf462d867db71 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/FrameWork/Update/LuaUpdate.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb8d84892abe2da43a4a587213982bb5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/LuaEventDispatcher.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f919d3aab5d662d4ca27b7a41ecedf79 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/LuaFormatTools.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66356bceec7e3994d975ce02a43ee57e 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/LuaPrintTable.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 677ab25d08812ae41bc3930ff119dba6 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/LuaStringHelper.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d258761a78c7be14cb060bf7c428602a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/Unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9913882db316fbb4ebd5d737448e46c8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/Unity/LuaUnityDefine.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16e3855833ff3c34bb570e563882c063 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/LuaLib/luaJson.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e668a52ee58258b469e1e0eb7258a3bb 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Resources/New Material 2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/New Material 2.mat -------------------------------------------------------------------------------- /Assets/Resources/New Material 2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25e39722978a503498957ab4fbc0d2b8 3 | timeCreated: 1466247694 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/New Material 3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/New Material 3.mat -------------------------------------------------------------------------------- /Assets/Resources/New Material 3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9198df0ac8fad6b4298185852fe06d56 3 | timeCreated: 1466247694 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/New Material 4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/New Material 4.mat -------------------------------------------------------------------------------- /Assets/Resources/New Material 4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 297b8b4585268da46a8803aa4ab64d2b 3 | timeCreated: 1466247694 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/New Material 5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/New Material 5.mat -------------------------------------------------------------------------------- /Assets/Resources/New Material 5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fb2674fe574d1f45bffb567ffb14922 3 | timeCreated: 1466247694 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/New Material 6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/New Material 6.mat -------------------------------------------------------------------------------- /Assets/Resources/New Material 6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a270ca1ba9567f43a812180a59e0c79 3 | timeCreated: 1466247694 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/New Material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/New Material.mat -------------------------------------------------------------------------------- /Assets/Resources/New Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 336e50698aeb65d40a5c37d25affd9d0 3 | timeCreated: 1466247692 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 123e6a029f1c47e42adc5c5c12832545 3 | folderAsset: yes 4 | timeCreated: 1466262746 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/GameObject 1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/GameObject 1.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/GameObject 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 979164e6766658442b0a0b45439b0848 3 | timeCreated: 1466310973 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/GameObject 2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/GameObject 2.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/GameObject 2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8919331ea4168e940bbe63af168e7f84 3 | timeCreated: 1466310974 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: ui 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/GameObject.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/GameObject.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/GameObject.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d07fc04ccb8c164eb83cabdbaaeb16a 3 | timeCreated: 1466262748 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/UItest 1.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9de191bb4ba03014d905c45c2e5da6a5 3 | timeCreated: 1470212389 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/UItest 2.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db60f6e585d2f7e469876d2cb6962535 3 | timeCreated: 1470212392 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 3.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/UItest 3.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 151653d1f07ce28448aa18ef193212b8 3 | timeCreated: 1470212393 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 4.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/UItest 4.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 4.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 515c69440aebd0749a7d7735d4e8b69f 3 | timeCreated: 1470212395 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 5.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/UItest 5.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 5.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 170e1936418918e479e7d46dd69b31f7 3 | timeCreated: 1470212397 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 6.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/UItest 6.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest 6.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e99f38d53ea5a334aa5b3c9c7a8bc4cc 3 | timeCreated: 1470212400 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/UItest.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/UItest.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ebe11dcea9acf547a2cee38fa60ecfd 3 | timeCreated: 1470212387 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Prefab/gogo.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/Prefab/gogo.prefab -------------------------------------------------------------------------------- /Assets/Resources/Prefab/gogo.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c362a621828f3f4abb976ddf15e4544 3 | timeCreated: 1477902528 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/ResourcesManifest.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cae1f2c4423b53649ba5537772ca9a77 3 | timeCreated: 1551075314 4 | licenseType: Pro 5 | TextScriptImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f8a4a4a4ad3d5648b230027ef2f9922 3 | folderAsset: yes 4 | timeCreated: 1470734072 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/AAAWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 744f127278d80214ea14b13b521eb255 3 | folderAsset: yes 4 | timeCreated: 1513389725 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/AAAWindow/AAAWindow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/AAAWindow/AAAWindow.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/AAAWindow/AAAWindow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85ba45c910d4f0945abca59fec064373 3 | timeCreated: 1513389732 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | mainObjectFileID: -1 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/GameWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf7a987c6aa63324a82c942f5555ef84 3 | folderAsset: yes 4 | timeCreated: 1510936375 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/GameWindow/GameWindow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/GameWindow/GameWindow.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/GameWindow/GameWindow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9416b1e8eaf1a4448e33d0e63653ec9 3 | timeCreated: 1510936375 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/GuideWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bfd50b1bc9e25849bf3386a6efb8189 3 | folderAsset: yes 4 | timeCreated: 1514124366 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/GuideWindow/GuideWindow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/GuideWindow/GuideWindow.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/LuaTestWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08fc78ce2a256df4c886bf1aefe4c3b8 3 | folderAsset: yes 4 | timeCreated: 1483257768 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/LuaTestWindow/LuaTestWindow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/LuaTestWindow/LuaTestWindow.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/LuaTestWindow/LuaTestWindow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8f77f22ed6149a45b1337b3b2ebc60c 3 | timeCreated: 1483257768 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/MainWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c042b6ba1208a5419a48cd398691d01 3 | folderAsset: yes 4 | timeCreated: 1510932259 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/MainWindow/MainWindow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/MainWindow/MainWindow.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/MainWindow/MainWindow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ad73fe4c7d05f846a082b0be9f2a0db 3 | timeCreated: 1510932259 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/ShopWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12737735bca2db6488fa1d2cf6a2fad4 3 | folderAsset: yes 4 | timeCreated: 1510932831 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/ShopWindow/ShopWindow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/ShopWindow/ShopWindow.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/ShopWindow/ShopWindow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53588d36aaec81240945f5e88609f229 3 | timeCreated: 1510932831 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/ShopWindow/ShopWindow_Item.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/ShopWindow/ShopWindow_Item.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/ShopWindow/ShopWindow_Item.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5cfae4005325514280a9c55f3759437 3 | timeCreated: 1510933597 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/Test2Window.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef1ab7beb9ffa0745959dc912d9b89f8 3 | folderAsset: yes 4 | timeCreated: 1483414314 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/Test2Window/Test2Window.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/Test2Window/Test2Window.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/Test2Window/Test2Window.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95d0b4d66177eea4283aade77069bfae 3 | timeCreated: 1483414314 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/TestWindowWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 578a8bd250d682f4a98e30801f851cb7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/TestWindowWindow/TestWindowWindow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/TestWindowWindow/TestWindowWindow.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/TestWindowWindow/TestWindowWindow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd9ff551021149b4280992ffe208e66c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/UIManager.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/UIManager.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/UIManager.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb3eec5d5c1f8524992cfa0d44278986 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/test01Window.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 253851f47e0ec7749b89288a34c59a1c 3 | folderAsset: yes 4 | timeCreated: 1473315536 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/test01Window/test01Window.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/test01Window/test01Window.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/test01Window/test01Window.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5a721e3c525e6c4b8e78f38603729fb 3 | timeCreated: 1474352305 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/test02Window.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 710e3c368cbd20647832d5e8d122706f 3 | folderAsset: yes 4 | timeCreated: 1473315557 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/test02Window/test02Window.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/test02Window/test02Window.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/test02Window/test02Window.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69e41f24c36fe3f40931e0476621915e 3 | timeCreated: 1473316379 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/testWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 114db55644a072c4089e9e07c34322bd 3 | folderAsset: yes 4 | timeCreated: 1473424177 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/UI/testWindow/Image_item.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/testWindow/Image_item.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/testWindow/Image_item.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26403d598f3695e479dfe75b6f254450 3 | timeCreated: 1479457919 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/UI/testWindow/testWindow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/UI/testWindow/testWindow.prefab -------------------------------------------------------------------------------- /Assets/Resources/UI/testWindow/testWindow.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fbd2ee339f5d314ca77e22462fffd25 3 | timeCreated: 1478506718 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/Version.json: -------------------------------------------------------------------------------- 1 | {"LargeVersion":1,"SmallVerson":2} -------------------------------------------------------------------------------- /Assets/Resources/Version.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7189f5757ef217042bd2af50099ad90a 3 | timeCreated: 1484288844 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/sprite.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14f38ddf865dcbf40af09d81a06ff027 3 | folderAsset: yes 4 | timeCreated: 1468919722 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/sprite/dl_01.png -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_01.png.meta~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6760ee55313b0d247acc87ffa21e0728 3 | timeCreated: 1491838043 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/sprite/dl_02.png -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_02.png.meta~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8a193c0c544b0e49b1264c8154e1cd1 3 | timeCreated: 1491838043 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/sprite/dl_03.png -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_03.png.meta~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 328e5bfdedc71eb4d8247900efccff8d 3 | timeCreated: 1491838043 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/sprite/dl_04.png -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_04.png.meta~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: edf6cd19bdf0d814ba6081cdad067de8 3 | timeCreated: 1491838043 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/sprite/dl_05.png -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_05.png.meta~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 721047ee5b53175428e2269203211210 3 | timeCreated: 1491838043 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/sprite/dl_07.png -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_07.png.meta~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 192711abcc18b624ba14d40bd77877cc 3 | timeCreated: 1491838043 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/sprite/dl_08.png -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_08.png.meta~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 164a994c6a8cb8f4884392d59dcb7f5e 3 | timeCreated: 1491838043 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Resources/sprite/dl_09.png -------------------------------------------------------------------------------- /Assets/Resources/sprite/dl_09.png.meta~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5b40c2c454fe0748b0a2b16654cd336 3 | timeCreated: 1491838043 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scene.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa3e7034b0203a84ba9e91a753fa2ed0 3 | folderAsset: yes 4 | timeCreated: 1491143097 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Scene/main.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Scene/main.unity -------------------------------------------------------------------------------- /Assets/Scene/main.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 586b0f7c701779f49885c57ffe5e8ae1 3 | timeCreated: 1491143097 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1cbb3a17d896bb24aa77950c321257b3 3 | folderAsset: yes 4 | timeCreated: 1466240382 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31aa938cec66453429dce2a975b96639 3 | folderAsset: yes 4 | timeCreated: 1463818120 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Application.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49ea50429ce495142a84bb55233793b8 3 | folderAsset: yes 4 | timeCreated: 1470811566 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Application/Boot.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92f4c5ae3f323ba48bad933a8a34ec7c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Application/Boot/Define.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e13e52ef329ff44f96b83072e1c30c0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Application/Boot/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62f56ecb051709b4ba0bcc9f66bfc041 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Application/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b01fccde864c1244bad0542fe28607f9 3 | folderAsset: yes 4 | timeCreated: 1475053462 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Audio.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5af086d474b84eb4fb1bcb37c5d5e946 3 | folderAsset: yes 4 | timeCreated: 1470903894 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Audio/AudioManager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4867fe81d1991f042bdd21507e52e320 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Audio/AudioManager/AudioAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd3803721dc66484dac11ce2d92d7091 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Audio/AudioManager/AudioGroupSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e812969fb6e62d488a05cd2d6485a85 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Audio/AudioManager/AudioGroupSystem/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce759ace5b3fd8e42b6241c4572107fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Audio/AudioManager/AudioPlayManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 916d1737c8f842f4da0a614796bf344c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Audio/AudioManager/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17d82f7fda74f5a4a98b6f70753b4ef0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1668aa9e2a1a4f04fa767826f2841994 3 | folderAsset: yes 4 | timeCreated: 1466340828 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb55e972287adb34c850972a60a7a7f7 3 | folderAsset: yes 4 | timeCreated: 1470035900 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Data/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d54793e7df53cf744bc393a921a7a76b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Data/Editor/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 009dc3622b477864ea909ecc03de4a70 3 | folderAsset: yes 4 | timeCreated: 1477535052 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Data/Editor/Data/Extends.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b2c669c9513ae44dac2d15688a2da93 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Develop.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ed65090a6fd1004398c585028c8a8f3 3 | folderAsset: yes 4 | timeCreated: 1471311692 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Develop/Attribute.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57c565f65abfbad4099e5515a9bfc37d 3 | folderAsset: yes 4 | timeCreated: 1479694589 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Develop/GameDataBase.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40715d4e0264ecb43b801837bd9deece 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de6702bfe952d194c9cc5e329ae3b6c1 3 | folderAsset: yes 4 | timeCreated: 1468732821 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d59fe51b6b9cfb04e832430d040fd2ae 3 | folderAsset: yes 4 | timeCreated: 1477448704 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/EditorEvent.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5c934b8bd8c28646b947cd8c9966868 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/EditorWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9179ff3c9e7b1549a744c6515db3c4f 3 | folderAsset: yes 4 | timeCreated: 1499083973 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Font.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65212557d53e98848b9c024a39d7ec32 3 | folderAsset: yes 4 | timeCreated: 1479193521 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/GameDataBase.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd812168e9e04bc4e8c80df7f508ef2a 3 | folderAsset: yes 4 | timeCreated: 1491576218 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/General.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4490eb093321434da684c1840f8e1b7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/GuideSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 504a560956b07fe4594fc70333607de8 3 | folderAsset: yes 4 | timeCreated: 1499083973 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9a9b5a6f65c8f84787617a2897d1c69 3 | folderAsset: yes 4 | timeCreated: 1483174605 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Network.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a956c54a281a8649a47619841adb6c7 3 | folderAsset: yes 4 | timeCreated: 1503200325 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Network/Protocol.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 883e858bb8ec9304493c2251e5bb1f59 3 | folderAsset: yes 4 | timeCreated: 1503200325 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Package.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5f4a81a1bcbc99428ec8f95087d0fe8 3 | folderAsset: yes 4 | timeCreated: 1499083973 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Record.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dab8a34efaef6f4c90f0f6369023338 3 | folderAsset: yes 4 | timeCreated: 1477895907 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Reflection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b64e11aa6cb0a446b67207d72e2b1f3 3 | folderAsset: yes 4 | timeCreated: 1499083973 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Resource.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 953b4cad0189bb04b8df348657a72065 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Test.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e062220d81a2984ca2cce97cf43a872 3 | folderAsset: yes 4 | timeCreated: 1478242053 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Test/Application.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d0f6af80c07f7e408080e3d05a52df6 3 | folderAsset: yes 4 | timeCreated: 1478243003 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Test/Protocol.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 468ecb147d4d2914c9d46d9d5bcd6423 3 | folderAsset: yes 4 | timeCreated: 1513389725 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Test/ResourcesLoad.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6252ae26f8fdd8d4b8054c741f9d7b41 3 | folderAsset: yes 4 | timeCreated: 1478242066 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Test/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ade05ff5c6aeb847b2bfb247f491cb1 3 | folderAsset: yes 4 | timeCreated: 1478243463 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Tools.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8dba839f927605d41bd840ffd5701040 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2212f431e13a7c49bf478a2e66aff60 3 | folderAsset: yes 4 | timeCreated: 1472456127 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/UI/componment.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 699b76e42b190d4418b8fde10a4aaf9e 3 | folderAsset: yes 4 | timeCreated: 1475482939 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dbaf5acafd25814680fb6cd366991c9 3 | folderAsset: yes 4 | timeCreated: 1470039409 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/Utils/EditorCoroutineRunner.cs~Stashed changes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5f5d50e69375064ca38018e27809477 3 | timeCreated: 1491838043 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2addac5b6f69fc47bb93b5e75049a2b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/LICENSE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d871c3f471cb423c8254b5a352ad529 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/MiniJSON.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a2ac820893b640c083f6f6c6116b420 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/MiniJSON/MiniJSON.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9dbf5a8118504261a2be5785b0eca30 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50e42c3e8d4df4693be96cca1b0333f6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXBuildFile.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9992e69c513ea481ebe3119a011e16cd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXBuildPhase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbd728e6c046340b98e080ac6bc58670 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXDictionary.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80ec175e8a0a4490597beec8a365dcb3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXFileReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e85cd63a1f5947d9bc04aa70c0a211e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7244995014f654f3d8749bb32782ab95 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f75b6962285f4b0fae8024b6fac0947 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2821fff09674488a8ed27548cee3074 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXParser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfba1f9c564074681a0f55c9eaada210 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXProject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f0018d37205a4b0abb08efa4a0afd3c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXSortedDictionary.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f18f43a4db7a840d28721bc57cd91137 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/PBX Editor/PBXVariantGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eff306ff024494b8cb41d590dd4e6da9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/Plist.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 964405d7aabe24c63b8f9719682db466 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/Plist/Plist.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa641998e0e1d4b8594cfce2d1b0bb6d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/Readme.mdown.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e85372c76e7b241e3b5378850b220436 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/XCBuildConfiguration.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 189232aeaab4d4a90b9fe88d7259b672 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/XCConfigurationList.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e44773a3df3045898aeb2f515f4dfa7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/XCMod.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3f1c78985b914f54b218977a3d51933 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/XCPlist.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d139ac4b68374224a37243fb4dd87fc 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/XCProject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 386979592dd7e47b9a195f851501f676 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/XClass.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb7e547716f574410a007ce72ca068c4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/XUPorter/XCodePostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02d512b8c59ab43e1ad091cdb5510314 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25f5f802fc7245d49a0079fbd03e25e4 3 | folderAsset: yes 4 | timeCreated: 1472447212 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/EditorWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6ce19aef142c08419bc008d49231007 3 | folderAsset: yes 4 | timeCreated: 1499083973 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/EditorWindow/FindTexture获取.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce9e97d22e8df794d9fee323ff8c3261 3 | timeCreated: 1499083988 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/EditorWindow/IconContent获取.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 391f7bd7321bcc44ea04d805041592c8 3 | timeCreated: 1499083987 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/EditorWindow/LoadIcon获取.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f26b9a30a4a7d74ab6456c7ca4451d0 3 | timeCreated: 1499083987 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/EditorWindow/内置窗口图标.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbe7d6bacbdda5e41a72bef722ce7903 3 | timeCreated: 1499083987 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/GuideSyetemTemplate.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07703d4b2280d0a478fba8322e56c50f 3 | timeCreated: 1499083987 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/LuaExportListTemplate.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ed1ef69b6a7c3c468935a871d04a189 3 | timeCreated: 1499083987 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/LuaLib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10ce2c395539a5a48964b8271810424f 3 | folderAsset: yes 4 | timeCreated: 1483417144 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/LuaLib/Unity/LuaUnityDefine.txt: -------------------------------------------------------------------------------- 1 | Vector4 = UnityEngine.Vector4 2 | Vector3 = UnityEngine.Vector3 3 | Vector2 = UnityEngine.Vector2 4 | 5 | Color = UnityEngine.Color 6 | GameObject = UnityEngine.GameObject -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/LuaLib/luaJson.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74a25163d3fedd6478bdd0e1c2e4cd57 3 | timeCreated: 1484110323 4 | licenseType: Pro 5 | TextScriptImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/ScriptTemplates.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d28bfb8fd7051dc4daba034a71160a2b 3 | folderAsset: yes 4 | timeCreated: 1478250935 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/UIGuideWindowClassTemplate.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27876f8a18a0d9e40b2c56380cfc0a94 3 | timeCreated: 1499083987 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/UILuaScriptTemplate.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd0db35592bf3b447af5418a4e73d172 3 | timeCreated: 1472447491 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/UIWindowClassTemplate.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8d121c5f2b7fcd4c9d83e82b941fd02 3 | timeCreated: 1472447491 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/readme.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b37b9a8f0acd11429b85af95d30717d 3 | folderAsset: yes 4 | timeCreated: 1499083973 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Editor/res/readme/SDKCacheReadme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd5d654853806154faa5317b625aa751 3 | timeCreated: 1499083988 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a88a3369f8b59d142aa767fe78758efb 3 | folderAsset: yes 4 | timeCreated: 1470832811 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/AnimSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c14c177971643ad4592df5a4026d9d06 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/CameraShaker.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14d46760df43e534b826e3f8a1a1fd09 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/CameraShaker/Demo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f942ca566edac440afd26e1826a61c9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/CameraShaker/Demo/CameraShakeDemo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5de374464329e1040846d66efdb64d3e 3 | labels: 4 | - Shake 5 | - Camera 6 | - Follow 7 | - Animation 8 | - Effect 9 | DefaultImporter: 10 | userData: 11 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/CameraShaker/Demo/Sample Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a202981d5c049ed45b3a291f91405ead 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/CameraShaker/Docs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9483be550769214aa21dfcbd3cbdc39 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/CameraShaker/Docs/EZ Camera Shake Guide & Docs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Effect/CameraShaker/Docs/EZ Camera Shake Guide & Docs.pdf -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/CameraShaker/Docs/EZ Camera Shake Guide & Docs.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 452778ff585ca934b9a6bcc79bd1f68e 3 | timeCreated: 1442338313 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/CameraShaker/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8fd9a251edc49b42b15c71038af76b8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/CameraShaker/Scripts/Utilities.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f6e8f6c5b08ee743aeea5abcdf44910 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/EFXTool.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96c65a7b2f3bfb040b37ec035ce62e64 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37be8872c197b644aaaff2cdbba1b1f1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Effect/Render.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62fee2ebd767f5340b334dc2d0daa653 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/GameObject.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4316a910013b1b42a7681d2fd8a178f 3 | folderAsset: yes 4 | timeCreated: 1470724256 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/GlobalEvent.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1ddfd69fb55faa4dbaee54165179698 3 | folderAsset: yes 4 | timeCreated: 1472442735 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/GuideSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84eb11e23368dde4186183c535ccf959 3 | folderAsset: yes 4 | timeCreated: 1499083972 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/HotUpdate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d55c51e7f025204b8b5b7ad87264e48 3 | folderAsset: yes 4 | timeCreated: 1483587900 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Input.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8dfa5611b7445b04fb546117aa7d4984 3 | folderAsset: yes 4 | timeCreated: 1478788054 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Input/Events.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11936e87f1f936e4588ea872c356c18c 3 | folderAsset: yes 4 | timeCreated: 1478952056 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Input/Events/IInputOperationEventBase.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | /// 5 | /// 操作事件 6 | /// 7 | public abstract class IInputOperationEventBase : IInputEventBase 8 | { 9 | 10 | } 11 | -------------------------------------------------------------------------------- /Assets/Script/Core/Input/Events/NetWork.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44a1b02c5bb94f54e821430b48c07629 3 | folderAsset: yes 4 | timeCreated: 1480489575 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Input/Events/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57f119156b1e9f649afb433198aa30cf 3 | folderAsset: yes 4 | timeCreated: 1478968573 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Input/InputEventProxy.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0134529fdaa09004aa59f9bee8df42fb 3 | folderAsset: yes 4 | timeCreated: 1479093475 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Input/Interface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c579540fda295ba4f85a9dce5e8fa9b1 3 | folderAsset: yes 4 | timeCreated: 1478875027 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Input/Interface/IInputOperationEventCreater.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public interface IInputOperationEventCreater 5 | { 6 | void EventTriggerLogic(); 7 | } 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/Language.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f718a4ad2f9ca446b431878fadd26a8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Language/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b264ed63224f9924ebdd4c13cd0f50fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Language/LanguageComponent.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c42ac81946d096e4baac2a9a227be142 3 | folderAsset: yes 4 | timeCreated: 1492397792 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bdd4386f18ab8b4794630eea0a781a2 3 | folderAsset: yes 4 | timeCreated: 1479890073 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/LuaHelper.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6e4e8cd26688604eb16b48578ce8eb6 3 | folderAsset: yes 4 | timeCreated: 1483245131 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/LuaHelper/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 678503b32c3f38340904806fbea73c55 3 | folderAsset: yes 4 | timeCreated: 1483262080 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a511b8fd6c7ffd64094aaf777ede2519 3 | folderAsset: yes 4 | timeCreated: 1479890365 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/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/Script/Core/Lua/ToLua/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf8c89eb08e093546bbfafe19d80ab95 3 | folderAsset: yes 4 | timeCreated: 1479890680 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Editor/Custom.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 327fa85d300c38c48836bfee53f47cb0 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Editor/Custom/CustomSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d68e81cfa02de7e44a2ff558bdc3ac89 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 350e88b8b4eb84e4caa2fa857821329c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92d266e2db13e864bbb1db196b068b26 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android/libs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64f1adc97052f1342ac21d1cc367d9f3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android/libs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/Android/libs.zip -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android/libs.zip.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ba9973bdaabbb54eb259a7257ce7300 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android/libs/arm64-v8a.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cc422da713de1a44ae07cf6a6bfefc0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android/libs/arm64-v8a/libtolua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/Android/libs/arm64-v8a/libtolua.so -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android/libs/armeabi-v7a.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24c6550c8db68384f93a6c143335d6d6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android/libs/armeabi-v7a/libtolua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/Android/libs/armeabi-v7a/libtolua.so -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android/libs/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3a079fd090114c40b00e4e7c1baea78 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Android/libs/x86/libtolua.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/Android/libs/x86/libtolua.so -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/CString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/CString.dll -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/CString.dllx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/CString.dllx -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/CString.dllx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecdc3e399c8d95a439a371158a2d793b 3 | timeCreated: 1525424339 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Debugger.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/Debugger.dll -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Debugger.dllx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/Debugger.dllx -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/Debugger.dllx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3ebe065db0cce8418d078ed3f708b33 3 | timeCreated: 1525424339 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91bf9260a132ad447bc6378144d7e065 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/iOS/libtolua.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/iOS/libtolua.a -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/tolua.bundle/Contents/MacOS/tolua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/tolua.bundle/Contents/MacOS/tolua -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ff29b6c9fc818544bbabdfdb2c425c2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/x86/tolua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/x86/tolua.dll -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/x86/tolua.dllx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/x86/tolua.dllx -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/x86/tolua.dllx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b15fc944bb68fc04a8ed6612007a4ea8 3 | timeCreated: 1525249352 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/x86_64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2398ccf16394014ca72c6dc9cc415b1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/x86_64/tolua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/x86_64/tolua.dll -------------------------------------------------------------------------------- /Assets/Script/Core/Lua/ToLua/Plugins/x86_64/tolua.dllx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Lua/ToLua/Plugins/x86_64/tolua.dllx -------------------------------------------------------------------------------- /Assets/Script/Core/MonoBehaviourManager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 325d0f56983624e40a296b00cf03c10f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a66a78ffa974e6f4eaecf6ca791e64ef 3 | folderAsset: yes 4 | timeCreated: 1472180186 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/Interface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8165ce5a557c4041b4ea5b29c17038c 3 | folderAsset: yes 4 | timeCreated: 1520037986 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/Json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15b6a3d167e311047a83cd9bdc53a188 3 | folderAsset: yes 4 | timeCreated: 1520037986 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/Json/Decryption/Editor/Plugins/BouncyCastle.Crypto.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Network/Json/Decryption/Editor/Plugins/BouncyCastle.Crypto.dll -------------------------------------------------------------------------------- /Assets/Script/Core/Network/Module.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a197366c7eb42044ab3a6173b9c955f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/MsgCompress.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9694e57073954294c83a4fada57f472a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetPlugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07e009156c19b3b4f986a235583c3ad4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac0818b9daefc8d439c48c7e7bc103e5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/AccountMerge.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f2dd1eace1578240868ab0781ea53fd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/AccountMerge/Message.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9e4674a62bf9ea48b76cb1c7c9ba87d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/AccountMerge/Message/RequsetAreadyBindPlatform2Server.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | 7 | public class RequsetAreadyBindPlatform2Server 8 | { 9 | 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/Announcement.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84c460fd6595baa4f9c6dffa82eb1f90 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/GeneralGameShopController.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff0e8fe6894f34a4e8a57ade7e38fc2e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/GeneralGameShopController/Message.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c00124f74629b624f855f10042ede8cb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/GeneralGameShopController/Module.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42bebe4bd0103b645b489e935685b0b9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/Login.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4ec032e83d946548bf22fe40ccf4954 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/Login/Message.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9250ec1c3b701ca49967a241063a0e05 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/Login/Message/UserLogout2Server.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | 7 | public class UserLogout2Server 8 | { 9 | } 10 | 11 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/Login/res.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a49c3a66571c6b439498e2bb51c3ec0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/Login/res/LoginConfigData.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dc6cd9a178ec224686d29220928160e 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/Pay.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00f706a2fe25e65409f546a81f4b95c8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/RemeedCode.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c72068129171e41409ad4fe6863c2774 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/RemeedCode/RemeedCodeUse2Server.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | 7 | public class RemeedCodeUse2Server 8 | { 9 | public string code; 10 | 11 | } 12 | 13 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/Report.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5ddd7a4f90995489e6268079fd4d53 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/SelectServer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdab2ba97bee5004d96839da52994f18 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/SendSMS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e26d71a4ca570f0479600b8fe9df251f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/NetworkService/SendSMS/Message.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea22f857022913144904b877c5f2876a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/Protocol.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f67732ec97647e408fafb9746f88057 3 | folderAsset: yes 4 | timeCreated: 1481602470 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/Socket.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 336ee2d0c3a566f4f94bbe5a50674f1f 3 | folderAsset: yes 4 | timeCreated: 1520037986 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Network/Socket/KCP.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 036367e0d7ffeb7489faaf7f5f09db08 3 | folderAsset: yes 4 | timeCreated: 1520037986 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/PersistentFile.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5eabd9a192290af45b12b85d2e55176c 3 | folderAsset: yes 4 | timeCreated: 1520037986 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 627d24feb428b4e4f9e99980034afbb9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/IP&Geolocation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0e211462aa63ef1458ce86692a298d51 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/IP&Geolocation/Demo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d364f9ffccaa68b428ec1c5cf56d9b16 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/IP&Geolocation/Demo/Test.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1aed705a8a2b21e4bae851a3c3f0a92a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/IP&Geolocation/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c78aa684bfda83848a336f311ee4a68d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/IP&Geolocation/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c1767cbecf2c6c48878b7d931a61a77 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/IP&Geolocation/Scripts/Editor/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc74392bb9931a743b9b863ebbf75629 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/IP&Geolocation/Scripts/Editor/Resources/iso-3166-1全球国家名称代码.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/PluginTools/IP&Geolocation/Scripts/Editor/Resources/iso-3166-1全球国家名称代码.xlsx -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/IP&Geolocation/Scripts/Editor/Resources/iso-3166-1全球国家名称代码.xlsx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d7e96dfb50a11b498baa28b2aa13449 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08fc3cc7618837d4292dc8de7e517ab0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow/FlowItems.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27c57631ec90daa4faa0f9c431e606e9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow/SelectServer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3473559f4af0ffa4590b1874f44f9034 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow/SelectServer/ContinentCountryTable description.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28c6785c90b5b3d488e5c78fbc7bce08 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow/SelectServer/Res.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aa5fe0f348bca4d4cb6452a0d4c027d4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow/SelectServer/Res/GameServerAreaData.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd050b08f43216145a71a531efc15962 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow/SelectServer/Res/HotUpdatePathData.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7103f9db31080c4d91fad961718187b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow/SelectServer/Res/SelectNetworkData.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6416add4a8ea2234ebb99c962cea5c50 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow/SelectServer/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ff291447f21e054f9767560bb47249c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SimpleFlow/SelectServer/Resources/ContinentCountryTable.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b01484a51e64d9468556be10c76971a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SystemInfo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e82680ec70d1c354382a03129f205f1d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SystemInfo/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59edcaf191715cd4091f90277af0b436 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SystemInfo/Plugins/DeviceUniqueIdentifier.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 935abb9b8ea71384385a6d34b6bf8c6f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SystemInfo/Plugins/DeviceUniqueIdentifier/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7683432f0a1da1a4ba5950dbc592684c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SystemInfo/Plugins/MemoryInfo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bada876d6d9307649b9881972af8144d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SystemInfo/Plugins/MemoryInfo/MemoryInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/PluginTools/SystemInfo/Plugins/MemoryInfo/MemoryInfo.cs -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SystemInfo/Plugins/MemoryInfo/MemoryInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75d859cb0b066474397a2046a58d7441 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/SystemInfo/Plugins/MemoryInfo/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6648155370dde234881b8934acadc644 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/TableExtends.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbb46fcd46705c048abf4532f85b9b80 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityPing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a69962f4dcd591e42a07478a03423263 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityPing/Demo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ab52bb986cd0804b9c1d9e350be3626 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityPing/Demo/Test.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d18f91537b32b4d4f820522c828b9f33 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityPing/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c58d1f15391ce24aaa71fbbddb6ac07 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d14f88707778254b80624abd43b385d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9342a8028a73610458ce1715a77fe490 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 388d4a3a0e186284aa4b48f334013204 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Extends.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2562a4bc8480a57499c74655c09e63d8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Extends/AppInfo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 131fe48fa3555de438e50b7bc90f90e4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Extends/Boot.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb658c38fc32c4d4dbbea1680ee9992f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Extends/Login.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fefc9ce5a53aef84a97d0ad73c95a440 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Extends/RemoteInvoking.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3da0a1fc0db50d1449abf652d704e966 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Modules.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0979dc7c73130e64aa8e43c09906a958 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Modules/LogSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae6e5d92576ebc5409747ec37e43bd21 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Modules/LogSystem/ignore.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Modules/LogSystem/ignore.keep -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Modules/LogSystem/ignore.keep.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5eff43b1b407094aa7f7223f0823caa 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b29ad1fd5eff50248b3cf1eba505bb36 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/NetFramework.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ba143999c6418442b276f0d8e72ef32 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/NetFramework/Client.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6d60210921970449929dc896f098048 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/NetFramework/Server.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19b34878e9ad53540a8124271d0b7029 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/NetFramework/Service.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee0c2a934ee63814cbb00ea6eaf90a6d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/SimpleNetCore.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b173e70df5fdfe145b33d3efdc6071db 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/SimpleNetCore/SimpleNetCore.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SimpleNetCore" 3 | } 4 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/SimpleNetCore/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0646369c9eadcc340881793a439593fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/Test.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f548ee2469626f0489c080884b9a02db 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/Test/Test.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d9dac08c90866940815eac4ad90a34c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/TransportPlugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c49b64d18a7fc7b42af19c8dcb4ffecd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/TransportPlugin/LiteNetLib/LiteNetLib/LiteNetLibPlugins.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LiteNetLibManagerPlugins" 3 | } 4 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/TransportPlugin/SimpleTCP/SimpleTCP/EventType.cs: -------------------------------------------------------------------------------- 1 | namespace SimpleTCP 2 | { 3 | public enum EventType 4 | { 5 | Connected, 6 | Data, 7 | Disconnected 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/TransportPlugin/Telepathy/Telepathy/EventType.cs: -------------------------------------------------------------------------------- 1 | namespace Telepathy 2 | { 3 | public enum EventType 4 | { 5 | Connected, 6 | Data, 7 | Disconnected 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/TransportPlugin/Telepathy/Telepathy/Telepathy.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Telepathy" 3 | } 4 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/NetworkCore/UDPDiscovery.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4d2846d88846bb45b7ed422de7e5fa3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c78a3ce12e878c94883bc5cc2af50ce2 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Service.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c35fdf80144037044bddbad0e12a685b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Service/AppInfo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef1da924f0c97714db3e0afa0d0b4564 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Service/AppInfo/Message.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7331931b18cd9d4f963df8fcc1b7216 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Service/CustomServiceBase.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52a33f780b48a6c4baa8dddd61f57ec9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Service/LogSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5982dff4597f59c4da5ec1edf7ef4e00 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Service/LogSystem/Message.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f198e9443d23be749a3c6bd9d6f16747 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Service/RemoteInvoking.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84303ef48cc317e478f59c09bfdfaf1c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/PluginTools/UnityRemoteConsole/Server/Service/RemoteInvoking/Message.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05704602d577bb644b06c4a4cb43cdb4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Record.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5f47641638fb724c8e049931a287010 3 | folderAsset: yes 4 | timeCreated: 1477724614 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Record/NewSaveRecord.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc41f38936ccc974ead50d63470f6ecc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/ResourceLoad.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81e636078faab824596ae69759e91b78 3 | folderAsset: yes 4 | timeCreated: 1466234462 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/ResourceLoad/AssetsLoad.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c5aa3fe3a14f0646901dedaee8acf0b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/ResourceLoad/AssetsLoad/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 176305a0b712db746a741a5439df052a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/ResourceLoad/AssetsLoad/Loader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0da3480d9f732c8469ae68b7584e7ec8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/ResourceLoad/PreloadManager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a28db91f1502a5e4792688924bb6ee67 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/ResourceLoad/PreloadManager/res.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae266f73c5a44f041aa0f0cacbf00851 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/ResourceLoad/PreloadManager/res/PreloadResourcesData.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24e968915c08d074e8d336efa4132612 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/ResourceLoad/ResLoadLocation.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | public enum ResLoadLocation 7 | { 8 | Resource, 9 | Streaming, 10 | Persistent, 11 | Catch, 12 | } 13 | 14 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24b03c903eae20e459314843580ab563 3 | folderAsset: yes 4 | timeCreated: 1487060790 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/Clipboard.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ca663497dab62e498aa84a0ea95c571 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/Clipboard/ClipboardTest.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e88dc201589af8b4f8160c8835c0d541 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/Clipboard/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aae5e56bc8d7d1f47990576a1aeb4500 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/Clipboard/Plugins/IOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b472432e021f434e86203843623872a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 271ec77c413b26e4c8eaf9d002704ece 3 | folderAsset: yes 4 | timeCreated: 1477903165 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/Interface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a7eb98c9fc29a647a26d87ee83de08c 3 | folderAsset: yes 4 | timeCreated: 1488336472 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/Interface/OtherSDKInterface.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class OtherSDKInterface : SDKInterfaceBase 6 | { 7 | 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/LoginSDKImplements.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09c2b52ff6fde2f48bbe8e37646c1b95 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/LoginSDKImplements/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d57425d8c7c49104ea0eeb626e4687e0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/LoginSDKImplements/Android/Weixin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd96cd6f50d9ddf409fba960b94f42a4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/LoginSDKImplements/IOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50c65ddece30eaa4f9381090cd14cac4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/LoginSDKImplements/IOS/GameCenter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02babfcb555c64d478147640031a7062 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/LoginSDKImplements/PC.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e50cd4bcb59a9e24abe0702f12eb3c1b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/NullSDKInterfaceClass.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e58e7614636ecda418e3af333064624f 3 | folderAsset: yes 4 | timeCreated: 1488336512 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/NullSDKInterfaceClass/NullADSSDKClass.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class NullADSDKClass : ADInterface 6 | { 7 | 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/NullSDKInterfaceClass/NullLogSDKClass.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class NullLogSDKClass : LogInterface 6 | { 7 | 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/NullSDKInterfaceClass/NullOtherSDKClass.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class NullOtherSDKClass : OtherSDKInterface 6 | { 7 | 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/NullSDKInterfaceClass/NullRealNameInterface.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class NullRealNameInterface : RealNameInterface 6 | { 7 | } 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/NullSDKInterfaceClass/NullSDKInterface.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class NullSDKInterface : SDKInterfaceBase 6 | { 7 | public string tips = "this is Null SDK interface"; 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PayImplements.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d805039e10f1b347b95d8b1a446b25a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PayImplements/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2fe9e36072af4f42b4156f2582a2178 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PayImplements/Android/HuaWeiPay.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b514068c6658acd4b83c433c080e6b5a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PayImplements/Android/OppoPay.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cae8c59d76d6fea40adc981d6b05c19f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PayImplements/Android/P4399Pay.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4ce13b6703166b4690e334e54e37bc3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PayImplements/Android/UCPay.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b5233d7c03f6c24680de4b6793b9b5b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PayImplements/Android/Weixin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fdb05ab860baadb47b90321c4253b1f9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PayImplements/UnityIAP.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 528b6039029a7b4418f49799bf964850 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PaymentVerification.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb3c099106be4f04ab01eb18e1fe8bb9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/PaymentVerification/PaymentVerification.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55e9b89f31b68d641b93856e7b228ab0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/RealName.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32e0700ef46d9a540b7798345edde859 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/RealName/Flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/SDKManager/RealName/Flow.jpg -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/RealName/GameEvent.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52fb55d4b43673b46912a4d5c0a31d4f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/RealName/NetWork.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 024df8ce736657b4c9fe28a76e57f920 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/SDKManager/RealNameSDKImplements.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d36e6c39aa542e4418b6363a051d3a56 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Timer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23282ae4b8ee6f3419d06e90d67fc93d 3 | folderAsset: yes 4 | timeCreated: 1471226142 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34d85c98f97589945bd328f0f1765171 3 | folderAsset: yes 4 | timeCreated: 1463290478 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Components.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7ffbba7909d6b945a1c0015d429dc72 3 | folderAsset: yes 4 | timeCreated: 1475475826 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Components/DragAcceptor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04ac67993611f4e4fb38f7c0939760d4 3 | folderAsset: yes 4 | timeCreated: 1499593755 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Components/IlifeCycleComponent.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public interface UILifeCycleInterface 6 | { 7 | void Init(string UIEventKey,int id = 0); 8 | 9 | void Dispose(); 10 | } 11 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Components/JoyStick.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d2d157b51ec0a9478ed3d0872dca0f6 3 | folderAsset: yes 4 | timeCreated: 1480049648 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Components/LongPressAcceptor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b47feae0abdd965418f2ff2b2321b96b 3 | folderAsset: yes 4 | timeCreated: 1489026220 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Components/ReusingScrollRect.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72f31625738e22a49a6161afe6899056 3 | folderAsset: yes 4 | timeCreated: 1475477332 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Control.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c8bfbe0adb80144badf7f51d9a917bf 3 | folderAsset: yes 4 | timeCreated: 1470728311 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5d6b2f7e474fd44f99edda6a385d556 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Model.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af3912dd6350dd74c912147229c4b6bb 3 | folderAsset: yes 4 | timeCreated: 1470728348 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Model/UIStyleComponent.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class UIStyleComponent : MonoBehaviour 5 | { 6 | public string m_styleID = ""; 7 | public string m_languageID = ""; 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Style.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bef321256ea752549a0fab6a7a0884c0 3 | folderAsset: yes 4 | timeCreated: 1470793664 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/UITextStyleManager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 585b3a5845b44e64fb6cad5533f5204e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/UITextStyleManager/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96277b3d996204446ac73393ee2f6a56 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/UI/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a46f8e50ea726fc49adb51b81b95437f 3 | folderAsset: yes 4 | timeCreated: 1471511189 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7df583eb95997ca4c8b66c80f3526086 3 | folderAsset: yes 4 | timeCreated: 1466317101 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/Extends.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea4b221c19c3ed346baa6b42b695c39e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/File.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 969c5d2bdb4f53846897154041ddb9a3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/IOSKeychainPlugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e00377be73f3de444b3d7f7fbc9edf83 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/IOSKeychainPlugin/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 953504b277f12b844aa666e8e86ad125 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/IOSKeychainPlugin/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ce6f488c3e26f644b32b83a722ae7fc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/IOSKeychainPlugin/Plugins/iOS/KeyChainPlugin.h: -------------------------------------------------------------------------------- 1 | // KeyChainPlugin.h 2 | #import 3 | 4 | @interface KeyChainPlugin : NSObject 5 | 6 | @end -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/IOSKeychainPlugin/说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Utils/IOSKeychainPlugin/说明.txt -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/IOSKeychainPlugin/说明.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2c8850f9edc3524d932e069f5757d50 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/Json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63a1ac8da40edfd4cb94f9b56c4ff8f3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/Json/SimpleJson.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c25c030f6d2c1f44930f6af73c72027 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/Json/SimpleJson/SimpleJson.Reflection.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11c2cdb9ed06a1142a238c6819d9db53 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/Json/SimpleJson/SimpleJson.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d026cfd7960f4574c83e30b4647bf03e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/Json/SimpleJson/SimpleJson/PocoJsonSerializerStrategy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/Script/Core/Utils/Json/SimpleJson/SimpleJson/PocoJsonSerializerStrategy.cs -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7140a7b17b29867469fd9a69d9ff96e5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/Core.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbe04dd6a5622cf4fb8a12e664da340d 3 | folderAsset: yes 4 | timeCreated: 1427145262 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/Core/Events.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dd1df9756078164587ab6fc3579145d 3 | folderAsset: yes 4 | timeCreated: 1427145262 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/Core/Tokens.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae5f76f5c7a9e1849837fbe903e177c2 3 | folderAsset: yes 4 | timeCreated: 1427145262 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f44c0df627c830e4d8e60525feb0c5a9 3 | folderAsset: yes 4 | timeCreated: 1429640505 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/Examples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a9e040f29652374d912092d37f683fa 3 | timeCreated: 1427501961 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/Examples/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6d25873053ff2e4f8dd8e34c9cc9033 3 | folderAsset: yes 4 | timeCreated: 1485603636 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ac880b702dadf24183b628b2243ab7d 3 | folderAsset: yes 4 | timeCreated: 1427145262 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/Readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5878fe3c964cf444eae1b86940714d35 3 | timeCreated: 1429646563 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/Serialization.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 921c26b7d8a14f44784b5de7fa74bba0 3 | folderAsset: yes 4 | timeCreated: 1427145262 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Core/Utils/YamlDotNet/YamlDotNet.license.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae757a5a9013c3543882d26d55092bc9 3 | timeCreated: 1431027192 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/DataClassGenerate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00629f2a929953547b1defd6f72fe758 3 | folderAsset: yes 4 | timeCreated: 1510934400 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/GameStatus.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 500b779e9de999c4fb22e0a5b2fc0141 3 | folderAsset: yes 4 | timeCreated: 1478251560 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/GameStatus/GameStatus.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class GameStatus : IApplicationStatus 5 | { 6 | 7 | public override void OnEnterStatus() 8 | { 9 | OpenUI(); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Assets/Script/GameStatus/HotUpdateStatus.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class HotUpdateStatus : IApplicationStatus 5 | { 6 | 7 | public override void OnEnterStatus() 8 | { 9 | 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Assets/Script/GuideSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1467ec1396c84847855c62a7ab1bf78 3 | folderAsset: yes 4 | timeCreated: 1514124344 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/InputEvent.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f48811acdb8e99042bfc4da413de55e0 3 | folderAsset: yes 4 | timeCreated: 1479266768 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/LuaGenerate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 038a9ba33c1a91142b9d4175f45fe3ba 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/SDK.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6909902dd87ab7e41964470ad26595a0 3 | folderAsset: yes 4 | timeCreated: 1499083972 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Test.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 043c3f5b7a595524ca197079376c6f1f 3 | folderAsset: yes 4 | timeCreated: 1470108782 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/Test/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6dfa3b711f8169409872ec8ed35f784 3 | folderAsset: yes 4 | timeCreated: 1473424908 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e166b0d4db979047b2c93f917b5740a 3 | folderAsset: yes 4 | timeCreated: 1463290709 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/AAAWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e357df75b42dab4aa39ea14d653b4f9 3 | folderAsset: yes 4 | timeCreated: 1513389725 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a519ac37f1b7b147b28e85505e29571 3 | folderAsset: yes 4 | timeCreated: 1499083972 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/Editor/Lua.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49b0cbfae584d6b459ec240acd3b679e 3 | folderAsset: yes 4 | timeCreated: 1499083972 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/GameWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 621bab7e7e520d74893203f507389f86 3 | folderAsset: yes 4 | timeCreated: 1510936369 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/GuideWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82e0d02d3f19e3247b5512b7d407f21b 3 | folderAsset: yes 4 | timeCreated: 1514124344 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/MainWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8b10228286318b4db97f305366a87d5 3 | folderAsset: yes 4 | timeCreated: 1510932252 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/ShopWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30cebd7c2cd7b724d94ad99862f75c50 3 | folderAsset: yes 4 | timeCreated: 1510932825 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/TestWindowWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 467513f29dc500d49aaf322858716cae 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Script/UI/heiheiheiWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fd055a14517cd74e8a4ffd199805e4a 3 | folderAsset: yes 4 | timeCreated: 1513389725 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/test01Window.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb145c50730b1de4eaa98897bc9f75d6 3 | folderAsset: yes 4 | timeCreated: 1473315531 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/test02Window.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6103530a7751c76449904189576f7d1d 3 | folderAsset: yes 4 | timeCreated: 1473315551 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Script/UI/testWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b17e115da731c664c94c676c6a60c861 3 | folderAsset: yes 4 | timeCreated: 1473424169 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21ccadd400323824b948d48a8336df3b 3 | folderAsset: yes 4 | timeCreated: 1472213123 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/doc/Lua使用规则.txt: -------------------------------------------------------------------------------- 1 | 逻辑层Lua 2 | 只能使用: 3 | UIManager 4 | ApplicationManager 5 | 6 | UI层Lua 7 | 8 | 必须只控制非性能瓶颈部分 9 | -------------------------------------------------------------------------------- /Assets/doc/Lua使用规则.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23bcf5bfc31b833429eae2914036194e 3 | timeCreated: 1479892858 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c068d90b7f0ea8d43a4ed377aac59af6 3 | folderAsset: yes 4 | timeCreated: 1478945249 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5de6865ec8f699b4399d54d57e8997d3 3 | folderAsset: yes 4 | timeCreated: 1478945291 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export/InputManager(输入管理器).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/Export/InputManager(输入管理器).png -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export/LuaManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/Export/LuaManager.png -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export/ResourcesManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/Export/ResourcesManager.png -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export/UIManager(UI管理器).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/Export/UIManager(UI管理器).png -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export/同步框架.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/Export/同步框架.png -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export/总构架思想.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/Export/总构架思想.png -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export/热更新逻辑.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/Export/热更新逻辑.png -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export/玩法编辑器.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/Export/玩法编辑器.png -------------------------------------------------------------------------------- /Assets/doc/Xmind/Export/网络同步流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/Export/网络同步流程.png -------------------------------------------------------------------------------- /Assets/doc/Xmind/InputManager(输入管理器).xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/InputManager(输入管理器).xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/InputManager(输入管理器).xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8f7b74f752ecfc48ac27a3f497f06c2 3 | timeCreated: 1503200325 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/LuaManager.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/LuaManager.xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/LuaManager.xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0faf124619e43b498a6c9020d7348d6 3 | timeCreated: 1520037986 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/ResourcesManager(资源管理).xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/ResourcesManager(资源管理).xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/ResourcesManager(资源管理).xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd71c291c163ef64b8189baa58cf445c 3 | timeCreated: 1478945271 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/UIManager(UI管理器).xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/UIManager(UI管理器).xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/UIManager(UI管理器).xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fba16670d310534795ac8a9e81cca1e 3 | timeCreated: 1478945271 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/总构架.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/总构架.xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/总构架.xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63130a1de6a62114bbee220696949dc3 3 | timeCreated: 1478945271 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/服务器.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/服务器.xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/服务器.xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fcf12647df04e9458f68f2927e7485d 3 | timeCreated: 1520037986 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/游戏玩法编辑器.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/游戏玩法编辑器.xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/游戏玩法编辑器.xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a91b174477c9d748833046131de227e 3 | timeCreated: 1520037986 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/热更新逻辑.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/热更新逻辑.xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/热更新逻辑.xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecf80a4ae6f4f1b458db6323f22101c4 3 | timeCreated: 1520037986 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/玩法编辑器.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/玩法编辑器.xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/玩法编辑器.xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f68429217b464474f91c51cc82673315 3 | timeCreated: 1520037986 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/Xmind/网络游戏同步框架.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/Xmind/网络游戏同步框架.xmind -------------------------------------------------------------------------------- /Assets/doc/Xmind/网络游戏同步框架.xmind.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76276ec1878580b43b6df4c017236fe5 3 | timeCreated: 1520037986 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/~$待办事项.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/~$待办事项.docx -------------------------------------------------------------------------------- /Assets/doc/~$待办事项.docx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37c8c05a645a991489aed07c55e36007 3 | timeCreated: 1479693779 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/待办事项.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/待办事项.docx -------------------------------------------------------------------------------- /Assets/doc/待办事项.docx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e4aa857bd9b3fa4da46b9a36a5d45de 3 | timeCreated: 1472223017 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/doc/游戏框架思考,以及规则约定.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/doc/游戏框架思考,以及规则约定.docx -------------------------------------------------------------------------------- /Assets/doc/游戏框架思考,以及规则约定.docx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab1cbd8b67484854a91ac11df7c397a3 3 | timeCreated: 1472213160 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/main.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/Assets/main.unity -------------------------------------------------------------------------------- /Assets/main.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a472b63fe7e7fb24bb9ca2215f6cf5de 3 | timeCreated: 1466328863 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.4.30f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kisence-mian/MyUnityFrameWork/60fb5e581ed8460a9dd722ecc44d3f3ed0c71f1e/ProjectSettings/UnityConnectSettings.asset --------------------------------------------------------------------------------