├── .gitignore
├── README.md
├── TDFrameWork
├── .vsconfig
├── Assets
│ ├── AddressableAssetsData.meta
│ ├── AddressableAssetsData
│ │ ├── AddressableAssetSettings.asset
│ │ ├── AddressableAssetSettings.asset.meta
│ │ ├── AnalyzeData.meta
│ │ ├── AnalyzeData
│ │ │ ├── AnalyzeRuleData.asset
│ │ │ └── AnalyzeRuleData.asset.meta
│ │ ├── AssetGroupTemplates.meta
│ │ ├── AssetGroupTemplates
│ │ │ ├── Packed Assets.asset
│ │ │ └── Packed Assets.asset.meta
│ │ ├── AssetGroups.meta
│ │ ├── AssetGroups
│ │ │ ├── Built In Data.asset
│ │ │ ├── Built In Data.asset.meta
│ │ │ ├── Default Local Group.asset
│ │ │ ├── Default Local Group.asset.meta
│ │ │ ├── IL.asset
│ │ │ ├── IL.asset.meta
│ │ │ ├── Schemas.meta
│ │ │ └── Schemas
│ │ │ │ ├── Built In Data_PlayerDataGroupSchema.asset
│ │ │ │ ├── Built In Data_PlayerDataGroupSchema.asset.meta
│ │ │ │ ├── Default Local Group_BundledAssetGroupSchema.asset
│ │ │ │ ├── Default Local Group_BundledAssetGroupSchema.asset.meta
│ │ │ │ ├── Default Local Group_ContentUpdateGroupSchema.asset
│ │ │ │ ├── Default Local Group_ContentUpdateGroupSchema.asset.meta
│ │ │ │ ├── IL_BundledAssetGroupSchema.asset
│ │ │ │ ├── IL_BundledAssetGroupSchema.asset.meta
│ │ │ │ ├── IL_ContentUpdateGroupSchema.asset
│ │ │ │ └── IL_ContentUpdateGroupSchema.asset.meta
│ │ ├── DataBuilders.meta
│ │ ├── DataBuilders
│ │ │ ├── BuildScriptFastMode.asset
│ │ │ ├── BuildScriptFastMode.asset.meta
│ │ │ ├── BuildScriptPackedMode.asset
│ │ │ ├── BuildScriptPackedMode.asset.meta
│ │ │ ├── BuildScriptPackedPlayMode.asset
│ │ │ ├── BuildScriptPackedPlayMode.asset.meta
│ │ │ ├── BuildScriptVirtualMode.asset
│ │ │ └── BuildScriptVirtualMode.asset.meta
│ │ ├── DefaultObject.asset
│ │ ├── DefaultObject.asset.meta
│ │ ├── Windows.meta
│ │ └── Windows
│ │ │ ├── addressables_content_state.bin
│ │ │ └── addressables_content_state.bin.meta
│ ├── Res.meta
│ ├── Res
│ │ ├── HotFix.meta
│ │ ├── HotFix
│ │ │ ├── dll_res.bytes
│ │ │ ├── dll_res.bytes.meta
│ │ │ ├── pdb_res.bytes
│ │ │ └── pdb_res.bytes.meta
│ │ ├── TestData.meta
│ │ └── TestData
│ │ │ ├── Data.json
│ │ │ └── Data.json.meta
│ ├── Scenes.meta
│ ├── Scenes
│ │ ├── SampleScene.unity
│ │ ├── SampleScene.unity.meta
│ │ ├── SampleSceneSettings.lighting
│ │ └── SampleSceneSettings.lighting.meta
│ ├── Scripts.meta
│ ├── Scripts
│ │ ├── Data.meta
│ │ ├── Data
│ │ │ ├── Entity.meta
│ │ │ ├── Entity
│ │ │ │ ├── DataDesignTableEntity.cs
│ │ │ │ ├── DataDesignTableEntity.cs.meta
│ │ │ │ ├── DataTableEntity.cs
│ │ │ │ └── DataTableEntity.cs.meta
│ │ │ ├── Table.meta
│ │ │ └── Table
│ │ │ │ ├── DataDataTable.Design.cs
│ │ │ │ ├── DataDataTable.Design.cs.meta
│ │ │ │ ├── DataDataTable.cs
│ │ │ │ └── DataDataTable.cs.meta
│ │ ├── Hot.meta
│ │ ├── Hot
│ │ │ ├── HotDefine.asmdef
│ │ │ ├── HotDefine.asmdef.meta
│ │ │ ├── HotManager.cs
│ │ │ ├── HotManager.cs.meta
│ │ │ ├── Rotate.cs
│ │ │ └── Rotate.cs.meta
│ │ └── UI.meta
│ ├── StreamingAssets.meta
│ ├── TDFramework.meta
│ ├── TDFramework
│ │ ├── Core.meta
│ │ ├── Core
│ │ │ ├── Audio.meta
│ │ │ ├── Audio
│ │ │ │ ├── Sound.cs
│ │ │ │ ├── Sound.cs.meta
│ │ │ │ ├── SoundManager.cs
│ │ │ │ └── SoundManager.cs.meta
│ │ │ ├── Base.meta
│ │ │ ├── Base
│ │ │ │ ├── BaseAction.cs
│ │ │ │ ├── BaseAction.cs.meta
│ │ │ │ ├── ManagerBase.cs
│ │ │ │ └── ManagerBase.cs.meta
│ │ │ ├── Config.meta
│ │ │ ├── Config
│ │ │ │ ├── TDMsgSpan.cs
│ │ │ │ └── TDMsgSpan.cs.meta
│ │ │ ├── Debug.meta
│ │ │ ├── Debug
│ │ │ │ ├── DebugManager.cs
│ │ │ │ └── DebugManager.cs.meta
│ │ │ ├── EventSystem.meta
│ │ │ ├── EventSystem
│ │ │ │ ├── Callback.cs
│ │ │ │ ├── Callback.cs.meta
│ │ │ │ ├── EventCenter.cs
│ │ │ │ └── EventCenter.cs.meta
│ │ │ ├── Extention.meta
│ │ │ ├── Extention
│ │ │ │ ├── BasicValueExtension.cs
│ │ │ │ ├── BasicValueExtension.cs.meta
│ │ │ │ ├── ClassExtention.cs
│ │ │ │ ├── ClassExtention.cs.meta
│ │ │ │ ├── FuncOrActionOrEventExtension.cs
│ │ │ │ ├── FuncOrActionOrEventExtension.cs.meta
│ │ │ │ ├── IEnumerableExtension.cs
│ │ │ │ ├── IEnumerableExtension.cs.meta
│ │ │ │ ├── IOExtension.cs
│ │ │ │ ├── IOExtension.cs.meta
│ │ │ │ ├── OOPExtension.cs
│ │ │ │ ├── OOPExtension.cs.meta
│ │ │ │ ├── StringExtention.cs
│ │ │ │ ├── StringExtention.cs.meta
│ │ │ │ ├── TDExtension.cs
│ │ │ │ └── TDExtension.cs.meta
│ │ │ ├── Fsm.meta
│ │ │ ├── Fsm
│ │ │ │ ├── Fsm.cs
│ │ │ │ ├── Fsm.cs.meta
│ │ │ │ ├── FsmArgs.cs
│ │ │ │ ├── FsmArgs.cs.meta
│ │ │ │ ├── FsmBase.cs
│ │ │ │ ├── FsmBase.cs.meta
│ │ │ │ ├── FsmManager.cs
│ │ │ │ ├── FsmManager.cs.meta
│ │ │ │ ├── FsmState.cs
│ │ │ │ └── FsmState.cs.meta
│ │ │ ├── GameEntry.cs
│ │ │ ├── GameEntry.cs.meta
│ │ │ ├── ILRuntime.meta
│ │ │ ├── ILRuntime
│ │ │ │ ├── ILRuntimeMgr.cs
│ │ │ │ ├── ILRuntimeMgr.cs.meta
│ │ │ │ ├── MonoBehaviourAdapter.cs
│ │ │ │ ├── MonoBehaviourAdapter.cs.meta
│ │ │ │ ├── Vector3Binder.cs
│ │ │ │ └── Vector3Binder.cs.meta
│ │ │ ├── LocalCache.meta
│ │ │ ├── LocalCache
│ │ │ │ ├── LocalCache.cs
│ │ │ │ ├── LocalCache.cs.meta
│ │ │ │ ├── LocalCacheMgr.cs
│ │ │ │ └── LocalCacheMgr.cs.meta
│ │ │ ├── Localization.meta
│ │ │ ├── Localization
│ │ │ │ ├── INotification.cs
│ │ │ │ ├── INotification.cs.meta
│ │ │ │ ├── LocalizationImage.cs
│ │ │ │ ├── LocalizationImage.cs.meta
│ │ │ │ ├── LocalizationMgr.cs
│ │ │ │ ├── LocalizationMgr.cs.meta
│ │ │ │ ├── LocalizationText.cs
│ │ │ │ ├── LocalizationText.cs.meta
│ │ │ │ ├── LocalizationTextMeshProText.cs
│ │ │ │ └── LocalizationTextMeshProText.cs.meta
│ │ │ ├── Log.meta
│ │ │ ├── Log
│ │ │ │ ├── LoggerManager.cs
│ │ │ │ ├── LoggerManager.cs.meta
│ │ │ │ ├── Reporter.cs
│ │ │ │ ├── Reporter.cs.meta
│ │ │ │ ├── ReporterGUI.cs
│ │ │ │ └── ReporterGUI.cs.meta
│ │ │ ├── Net.meta
│ │ │ ├── Net
│ │ │ │ ├── ByteMemoryStream.cs
│ │ │ │ ├── ByteMemoryStream.cs.meta
│ │ │ │ ├── Commom.meta
│ │ │ │ ├── Commom
│ │ │ │ │ ├── Crc16.cs
│ │ │ │ │ ├── Crc16.cs.meta
│ │ │ │ │ ├── DeviceUtil.cs
│ │ │ │ │ ├── DeviceUtil.cs.meta
│ │ │ │ │ ├── SecurityUtil.cs
│ │ │ │ │ ├── SecurityUtil.cs.meta
│ │ │ │ │ ├── ZlibHelper.cs
│ │ │ │ │ ├── ZlibHelper.cs.meta
│ │ │ │ │ ├── zlib_NET_104.meta
│ │ │ │ │ └── zlib_NET_104
│ │ │ │ │ │ ├── Adler32.cs
│ │ │ │ │ │ ├── Adler32.cs.meta
│ │ │ │ │ │ ├── Deflate.cs
│ │ │ │ │ │ ├── Deflate.cs.meta
│ │ │ │ │ │ ├── InfBlocks.cs
│ │ │ │ │ │ ├── InfBlocks.cs.meta
│ │ │ │ │ │ ├── InfCodes.cs
│ │ │ │ │ │ ├── InfCodes.cs.meta
│ │ │ │ │ │ ├── InfTree.cs
│ │ │ │ │ │ ├── InfTree.cs.meta
│ │ │ │ │ │ ├── Inflate.cs
│ │ │ │ │ │ ├── Inflate.cs.meta
│ │ │ │ │ │ ├── StaticTree.cs
│ │ │ │ │ │ ├── StaticTree.cs.meta
│ │ │ │ │ │ ├── SupportClass.cs
│ │ │ │ │ │ ├── SupportClass.cs.meta
│ │ │ │ │ │ ├── Tree.cs
│ │ │ │ │ │ ├── Tree.cs.meta
│ │ │ │ │ │ ├── ZInputStream.cs
│ │ │ │ │ │ ├── ZInputStream.cs.meta
│ │ │ │ │ │ ├── ZOutputStream.cs
│ │ │ │ │ │ ├── ZOutputStream.cs.meta
│ │ │ │ │ │ ├── ZStream.cs
│ │ │ │ │ │ ├── ZStream.cs.meta
│ │ │ │ │ │ ├── ZStreamException.cs
│ │ │ │ │ │ ├── ZStreamException.cs.meta
│ │ │ │ │ │ ├── Zlib.cs
│ │ │ │ │ │ └── Zlib.cs.meta
│ │ │ │ ├── NetWorkHttp.cs
│ │ │ │ ├── NetWorkHttp.cs.meta
│ │ │ │ ├── NetWorkSocket.cs
│ │ │ │ ├── NetWorkSocket.cs.meta
│ │ │ │ ├── RetValue.cs
│ │ │ │ └── RetValue.cs.meta
│ │ │ ├── Physics.meta
│ │ │ ├── Physics
│ │ │ │ ├── Actor.meta
│ │ │ │ ├── Actor
│ │ │ │ │ ├── ActorRoot.cs
│ │ │ │ │ ├── ActorRoot.cs.meta
│ │ │ │ │ ├── ActorRootSlot.cs
│ │ │ │ │ ├── ActorRootSlot.cs.meta
│ │ │ │ │ ├── ActorTypeDef.cs
│ │ │ │ │ ├── ActorTypeDef.cs.meta
│ │ │ │ │ ├── COM_PLAYERCAMP.cs
│ │ │ │ │ ├── COM_PLAYERCAMP.cs.meta
│ │ │ │ │ ├── IUpdateLogic.cs
│ │ │ │ │ └── IUpdateLogic.cs.meta
│ │ │ │ ├── CollisionShapeType.cs
│ │ │ │ ├── CollisionShapeType.cs.meta
│ │ │ │ ├── DictionaryView.cs
│ │ │ │ ├── DictionaryView.cs.meta
│ │ │ │ ├── FixedPoint.meta
│ │ │ │ ├── FixedPoint
│ │ │ │ │ ├── AcosLookupTable.cs
│ │ │ │ │ ├── AcosLookupTable.cs.meta
│ │ │ │ │ ├── Atan2LookupTable.cs
│ │ │ │ │ ├── Atan2LookupTable.cs.meta
│ │ │ │ │ ├── IntMath.cs
│ │ │ │ │ ├── IntMath.cs.meta
│ │ │ │ │ ├── SinCosLookupTable.cs
│ │ │ │ │ ├── SinCosLookupTable.cs.meta
│ │ │ │ │ ├── VFactor.cs
│ │ │ │ │ ├── VFactor.cs.meta
│ │ │ │ │ ├── VInt.cs
│ │ │ │ │ ├── VInt.cs.meta
│ │ │ │ │ ├── VInt2.cs
│ │ │ │ │ ├── VInt2.cs.meta
│ │ │ │ │ ├── VInt3.cs
│ │ │ │ │ ├── VInt3.cs.meta
│ │ │ │ │ ├── VLine.cs
│ │ │ │ │ ├── VLine.cs.meta
│ │ │ │ │ ├── VRect.cs
│ │ │ │ │ └── VRect.cs.meta
│ │ │ │ ├── Pool.meta
│ │ │ │ ├── Pool
│ │ │ │ │ ├── IObjPoolCtrl.cs
│ │ │ │ │ ├── IObjPoolCtrl.cs.meta
│ │ │ │ │ ├── IPooledMonoBehaviour.cs
│ │ │ │ │ ├── IPooledMonoBehaviour.cs.meta
│ │ │ │ │ ├── PoolObjHandle.cs
│ │ │ │ │ ├── PoolObjHandle.cs.meta
│ │ │ │ │ ├── PooledClassObject.cs
│ │ │ │ │ └── PooledClassObject.cs.meta
│ │ │ │ ├── SCollisionComponent.cs
│ │ │ │ ├── SCollisionComponent.cs.meta
│ │ │ │ ├── VCollisionBox.cs
│ │ │ │ ├── VCollisionBox.cs.meta
│ │ │ │ ├── VCollisionCylinderSector.cs
│ │ │ │ ├── VCollisionCylinderSector.cs.meta
│ │ │ │ ├── VCollisionShape.cs
│ │ │ │ ├── VCollisionShape.cs.meta
│ │ │ │ ├── VCollisionSphere.cs
│ │ │ │ └── VCollisionSphere.cs.meta
│ │ │ ├── Pool.meta
│ │ │ ├── Pool
│ │ │ │ ├── ClassObjPool.cs
│ │ │ │ ├── ClassObjPool.cs.meta
│ │ │ │ ├── PoolManager.cs
│ │ │ │ ├── PoolManager.cs.meta
│ │ │ │ ├── PrefabPool.cs
│ │ │ │ ├── PrefabPool.cs.meta
│ │ │ │ ├── PrefabPoolEntity.cs
│ │ │ │ └── PrefabPoolEntity.cs.meta
│ │ │ ├── Res.meta
│ │ │ ├── Res
│ │ │ │ ├── ResManager.cs
│ │ │ │ └── ResManager.cs.meta
│ │ │ ├── Scene.meta
│ │ │ ├── Scene
│ │ │ │ ├── SceneLoaderManager.cs
│ │ │ │ ├── SceneLoaderManager.cs.meta
│ │ │ │ ├── SceneLoderRoutine.cs
│ │ │ │ └── SceneLoderRoutine.cs.meta
│ │ │ ├── Singleton.meta
│ │ │ ├── Singleton
│ │ │ │ ├── Singleton.cs
│ │ │ │ └── Singleton.cs.meta
│ │ │ ├── Table.meta
│ │ │ ├── Table
│ │ │ │ ├── AbstractDataTable.cs
│ │ │ │ ├── AbstractDataTable.cs.meta
│ │ │ │ ├── TableDataBase.cs
│ │ │ │ ├── TableDataBase.cs.meta
│ │ │ │ ├── TableDataManager.cs
│ │ │ │ └── TableDataManager.cs.meta
│ │ │ ├── Time.meta
│ │ │ ├── Time
│ │ │ │ ├── TimeAction.cs
│ │ │ │ ├── TimeAction.cs.meta
│ │ │ │ ├── TimeManager.cs
│ │ │ │ └── TimeManager.cs.meta
│ │ │ ├── Tools.meta
│ │ │ ├── Tools
│ │ │ │ ├── Excel.meta
│ │ │ │ ├── Excel
│ │ │ │ │ ├── CSharpExporter.cs
│ │ │ │ │ ├── CSharpExporter.cs.meta
│ │ │ │ │ ├── ExcelLoader.cs
│ │ │ │ │ ├── ExcelLoader.cs.meta
│ │ │ │ │ ├── JsonExporter.cs
│ │ │ │ │ └── JsonExporter.cs.meta
│ │ │ │ ├── StringEncryption.cs
│ │ │ │ └── StringEncryption.cs.meta
│ │ │ ├── UI.meta
│ │ │ └── UI
│ │ │ │ ├── FrameWorkPathConfig.cs
│ │ │ │ ├── FrameWorkPathConfig.cs.meta
│ │ │ │ ├── UIBind.cs
│ │ │ │ ├── UIBind.cs.meta
│ │ │ │ ├── UIManager.cs
│ │ │ │ ├── UIManager.cs.meta
│ │ │ │ ├── UIMgr.cs
│ │ │ │ ├── UIMgr.cs.meta
│ │ │ │ ├── UIPanel.cs
│ │ │ │ ├── UIPanel.cs.meta
│ │ │ │ ├── UIPanelInfo.cs
│ │ │ │ └── UIPanelInfo.cs.meta
│ │ ├── Editor.meta
│ │ ├── Editor
│ │ │ ├── AssetEvent.cs
│ │ │ ├── AssetEvent.cs.meta
│ │ │ ├── DebugEditor.cs
│ │ │ ├── DebugEditor.cs.meta
│ │ │ ├── FrameworkEditor.cs
│ │ │ └── FrameworkEditor.cs.meta
│ │ ├── Other.meta
│ │ ├── Other
│ │ │ ├── ConsolePro.meta
│ │ │ ├── ConsolePro
│ │ │ │ ├── ConsoleProDebug.cs
│ │ │ │ ├── ConsoleProDebug.cs.meta
│ │ │ │ ├── Editor Console Pro Documentation.pdf
│ │ │ │ ├── Editor Console Pro Documentation.pdf.meta
│ │ │ │ ├── Editor.meta
│ │ │ │ ├── Editor
│ │ │ │ │ ├── ConsolePro.Editor.dll
│ │ │ │ │ └── ConsolePro.Editor.dll.meta
│ │ │ │ ├── Remote.meta
│ │ │ │ └── Remote
│ │ │ │ │ ├── ConsoleProRemoteServer.cs
│ │ │ │ │ ├── ConsoleProRemoteServer.cs.meta
│ │ │ │ │ ├── LiteNetLib.meta
│ │ │ │ │ └── LiteNetLib
│ │ │ │ │ ├── FastBitConverter.cs
│ │ │ │ │ ├── FastBitConverter.cs.meta
│ │ │ │ │ ├── INetEventListener.cs
│ │ │ │ │ ├── INetEventListener.cs.meta
│ │ │ │ │ ├── NatPunchModule.cs
│ │ │ │ │ ├── NatPunchModule.cs.meta
│ │ │ │ │ ├── NetConstants.cs
│ │ │ │ │ ├── NetConstants.cs.meta
│ │ │ │ │ ├── NetDataReader.cs
│ │ │ │ │ ├── NetDataReader.cs.meta
│ │ │ │ │ ├── NetDataWriter.cs
│ │ │ │ │ ├── NetDataWriter.cs.meta
│ │ │ │ │ ├── NetDebug.cs
│ │ │ │ │ ├── NetDebug.cs.meta
│ │ │ │ │ ├── NetEndPoint.cs
│ │ │ │ │ ├── NetEndPoint.cs.meta
│ │ │ │ │ ├── NetManager.cs
│ │ │ │ │ ├── NetManager.cs.meta
│ │ │ │ │ ├── NetPacket.cs
│ │ │ │ │ ├── NetPacket.cs.meta
│ │ │ │ │ ├── NetPacketPool.cs
│ │ │ │ │ ├── NetPacketPool.cs.meta
│ │ │ │ │ ├── NetPeer.cs
│ │ │ │ │ ├── NetPeer.cs.meta
│ │ │ │ │ ├── NetPeerCollection.cs
│ │ │ │ │ ├── NetPeerCollection.cs.meta
│ │ │ │ │ ├── NetSerializer.cs
│ │ │ │ │ ├── NetSerializer.cs.meta
│ │ │ │ │ ├── NetSocket.cs
│ │ │ │ │ ├── NetSocket.cs.meta
│ │ │ │ │ ├── NetThread.cs
│ │ │ │ │ ├── NetThread.cs.meta
│ │ │ │ │ ├── NetUtils.cs
│ │ │ │ │ ├── NetUtils.cs.meta
│ │ │ │ │ ├── NtpSyncModule.cs
│ │ │ │ │ ├── NtpSyncModule.cs.meta
│ │ │ │ │ ├── ReliableChannel.cs
│ │ │ │ │ ├── ReliableChannel.cs.meta
│ │ │ │ │ ├── RemoteFix
│ │ │ │ │ ├── RemoteFix.meta
│ │ │ │ │ ├── SequencedChannel.cs
│ │ │ │ │ ├── SequencedChannel.cs.meta
│ │ │ │ │ ├── SimpleChannel.cs
│ │ │ │ │ └── SimpleChannel.cs.meta
│ │ │ ├── TextMesh Pro.meta
│ │ │ └── TextMesh Pro
│ │ │ │ ├── Documentation.meta
│ │ │ │ ├── Documentation
│ │ │ │ ├── TextMesh Pro User Guide 2016.pdf
│ │ │ │ └── TextMesh Pro User Guide 2016.pdf.meta
│ │ │ │ ├── Fonts.meta
│ │ │ │ ├── Fonts
│ │ │ │ ├── LiberationSans - OFL.txt
│ │ │ │ ├── LiberationSans - OFL.txt.meta
│ │ │ │ ├── LiberationSans.ttf
│ │ │ │ └── LiberationSans.ttf.meta
│ │ │ │ ├── Resources.meta
│ │ │ │ ├── Resources
│ │ │ │ ├── Fonts & Materials.meta
│ │ │ │ ├── Fonts & Materials
│ │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat
│ │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta
│ │ │ │ │ ├── LiberationSans SDF - Fallback.asset
│ │ │ │ │ ├── LiberationSans SDF - Fallback.asset.meta
│ │ │ │ │ ├── LiberationSans SDF - Outline.mat
│ │ │ │ │ ├── LiberationSans SDF - Outline.mat.meta
│ │ │ │ │ ├── LiberationSans SDF.asset
│ │ │ │ │ └── LiberationSans SDF.asset.meta
│ │ │ │ ├── LineBreaking Following Characters.txt
│ │ │ │ ├── LineBreaking Following Characters.txt.meta
│ │ │ │ ├── LineBreaking Leading Characters.txt
│ │ │ │ ├── LineBreaking Leading Characters.txt.meta
│ │ │ │ ├── Sprite Assets.meta
│ │ │ │ ├── Sprite Assets
│ │ │ │ │ ├── EmojiOne.asset
│ │ │ │ │ └── EmojiOne.asset.meta
│ │ │ │ ├── Style Sheets.meta
│ │ │ │ ├── Style Sheets
│ │ │ │ │ ├── Default Style Sheet.asset
│ │ │ │ │ └── Default Style Sheet.asset.meta
│ │ │ │ ├── TMP Settings.asset
│ │ │ │ └── TMP Settings.asset.meta
│ │ │ │ ├── Shaders.meta
│ │ │ │ ├── Shaders
│ │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader
│ │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta
│ │ │ │ ├── TMP_Bitmap-Mobile.shader
│ │ │ │ ├── TMP_Bitmap-Mobile.shader.meta
│ │ │ │ ├── TMP_Bitmap.shader
│ │ │ │ ├── TMP_Bitmap.shader.meta
│ │ │ │ ├── TMP_SDF Overlay.shader
│ │ │ │ ├── TMP_SDF Overlay.shader.meta
│ │ │ │ ├── TMP_SDF SSD.shader
│ │ │ │ ├── TMP_SDF SSD.shader.meta
│ │ │ │ ├── TMP_SDF-Mobile Masking.shader
│ │ │ │ ├── TMP_SDF-Mobile Masking.shader.meta
│ │ │ │ ├── TMP_SDF-Mobile Overlay.shader
│ │ │ │ ├── TMP_SDF-Mobile Overlay.shader.meta
│ │ │ │ ├── TMP_SDF-Mobile SSD.shader
│ │ │ │ ├── TMP_SDF-Mobile SSD.shader.meta
│ │ │ │ ├── TMP_SDF-Mobile.shader
│ │ │ │ ├── TMP_SDF-Mobile.shader.meta
│ │ │ │ ├── TMP_SDF-Surface-Mobile.shader
│ │ │ │ ├── TMP_SDF-Surface-Mobile.shader.meta
│ │ │ │ ├── TMP_SDF-Surface.shader
│ │ │ │ ├── TMP_SDF-Surface.shader.meta
│ │ │ │ ├── TMP_SDF.shader
│ │ │ │ ├── TMP_SDF.shader.meta
│ │ │ │ ├── TMP_Sprite.shader
│ │ │ │ ├── TMP_Sprite.shader.meta
│ │ │ │ ├── TMPro.cginc
│ │ │ │ ├── TMPro.cginc.meta
│ │ │ │ ├── TMPro_Mobile.cginc
│ │ │ │ ├── TMPro_Mobile.cginc.meta
│ │ │ │ ├── TMPro_Properties.cginc
│ │ │ │ ├── TMPro_Properties.cginc.meta
│ │ │ │ ├── TMPro_Surface.cginc
│ │ │ │ └── TMPro_Surface.cginc.meta
│ │ │ │ ├── Sprites.meta
│ │ │ │ └── Sprites
│ │ │ │ ├── EmojiOne Attribution.txt
│ │ │ │ ├── EmojiOne Attribution.txt.meta
│ │ │ │ ├── EmojiOne.json
│ │ │ │ ├── EmojiOne.json.meta
│ │ │ │ ├── EmojiOne.png
│ │ │ │ └── EmojiOne.png.meta
│ │ ├── Plugins.meta
│ │ ├── Plugins
│ │ │ ├── ExcelDll.meta
│ │ │ ├── ExcelDll
│ │ │ │ ├── ExcelDataReader.DataSet.dll
│ │ │ │ ├── ExcelDataReader.DataSet.dll.meta
│ │ │ │ ├── ExcelDataReader.dll
│ │ │ │ ├── ExcelDataReader.dll.meta
│ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ └── ICSharpCode.SharpZipLib.dll.meta
│ │ │ ├── LitJson.meta
│ │ │ ├── LitJson
│ │ │ │ ├── AssemblyInfo.cs.in
│ │ │ │ ├── AssemblyInfo.cs.in.meta
│ │ │ │ ├── IJsonWrapper.cs
│ │ │ │ ├── IJsonWrapper.cs.meta
│ │ │ │ ├── JsonData.cs
│ │ │ │ ├── JsonData.cs.meta
│ │ │ │ ├── JsonException.cs
│ │ │ │ ├── JsonException.cs.meta
│ │ │ │ ├── JsonMapper.cs
│ │ │ │ ├── JsonMapper.cs.meta
│ │ │ │ ├── JsonMockWrapper.cs
│ │ │ │ ├── JsonMockWrapper.cs.meta
│ │ │ │ ├── JsonReader.cs
│ │ │ │ ├── JsonReader.cs.meta
│ │ │ │ ├── JsonWriter.cs
│ │ │ │ ├── JsonWriter.cs.meta
│ │ │ │ ├── Lexer.cs
│ │ │ │ ├── Lexer.cs.meta
│ │ │ │ ├── Netstandard15Polyfill.cs
│ │ │ │ ├── Netstandard15Polyfill.cs.meta
│ │ │ │ ├── ParserToken.cs
│ │ │ │ └── ParserToken.cs.meta
│ │ │ ├── Sirenix.meta
│ │ │ ├── Sirenix
│ │ │ │ ├── Assemblies.meta
│ │ │ │ ├── Assemblies
│ │ │ │ │ ├── NoEditor.meta
│ │ │ │ │ ├── NoEditor
│ │ │ │ │ │ ├── Sirenix.Serialization.dll
│ │ │ │ │ │ ├── Sirenix.Serialization.dll.meta
│ │ │ │ │ │ ├── Sirenix.Utilities.dll
│ │ │ │ │ │ └── Sirenix.Utilities.dll.meta
│ │ │ │ │ ├── NoEmitAndNoEditor.meta
│ │ │ │ │ ├── NoEmitAndNoEditor
│ │ │ │ │ │ ├── Sirenix.Serialization.dll
│ │ │ │ │ │ ├── Sirenix.Serialization.dll.meta
│ │ │ │ │ │ ├── Sirenix.Utilities.dll
│ │ │ │ │ │ └── Sirenix.Utilities.dll.meta
│ │ │ │ │ ├── Sirenix.OdinInspector.Attributes.dll
│ │ │ │ │ ├── Sirenix.OdinInspector.Attributes.dll.meta
│ │ │ │ │ ├── Sirenix.OdinInspector.Attributes.xml
│ │ │ │ │ ├── Sirenix.OdinInspector.Attributes.xml.meta
│ │ │ │ │ ├── Sirenix.OdinInspector.Editor.dll
│ │ │ │ │ ├── Sirenix.OdinInspector.Editor.dll.meta
│ │ │ │ │ ├── Sirenix.OdinInspector.Editor.xml
│ │ │ │ │ ├── Sirenix.OdinInspector.Editor.xml.meta
│ │ │ │ │ ├── Sirenix.Serialization.Config.dll
│ │ │ │ │ ├── Sirenix.Serialization.Config.dll.meta
│ │ │ │ │ ├── Sirenix.Serialization.Config.xml
│ │ │ │ │ ├── Sirenix.Serialization.Config.xml.meta
│ │ │ │ │ ├── Sirenix.Serialization.dll
│ │ │ │ │ ├── Sirenix.Serialization.dll.meta
│ │ │ │ │ ├── Sirenix.Utilities.Editor.dll
│ │ │ │ │ ├── Sirenix.Utilities.Editor.dll.meta
│ │ │ │ │ ├── Sirenix.Utilities.Editor.xml
│ │ │ │ │ ├── Sirenix.Utilities.Editor.xml.meta
│ │ │ │ │ ├── Sirenix.Utilities.dll
│ │ │ │ │ ├── Sirenix.Utilities.dll.meta
│ │ │ │ │ ├── Sirenix.Utilities.xml
│ │ │ │ │ ├── Sirenix.Utilities.xml.meta
│ │ │ │ │ ├── link.xml
│ │ │ │ │ └── link.xml.meta
│ │ │ │ ├── Demos.meta
│ │ │ │ ├── Demos
│ │ │ │ │ ├── Custom Attribute Processors.unitypackage.meta
│ │ │ │ │ ├── Custom Drawers.unitypackage.meta
│ │ │ │ │ ├── Editor Windows.unitypackage.meta
│ │ │ │ │ └── Sample - RPG Editor.unitypackage.meta
│ │ │ │ ├── Odin Inspector.meta
│ │ │ │ ├── Odin Inspector
│ │ │ │ │ ├── Assets.meta
│ │ │ │ │ ├── Assets
│ │ │ │ │ │ ├── Editor.meta
│ │ │ │ │ │ └── Editor
│ │ │ │ │ │ │ ├── Odin Inspector Logo.png
│ │ │ │ │ │ │ ├── Odin Inspector Logo.png.meta
│ │ │ │ │ │ │ ├── OdinPathLookup.asset
│ │ │ │ │ │ │ └── OdinPathLookup.asset.meta
│ │ │ │ │ ├── Config.meta
│ │ │ │ │ ├── Config
│ │ │ │ │ │ ├── Editor.meta
│ │ │ │ │ │ ├── Editor
│ │ │ │ │ │ │ ├── GeneralDrawerConfig.asset
│ │ │ │ │ │ │ ├── GeneralDrawerConfig.asset.meta
│ │ │ │ │ │ │ ├── InspectorConfig.asset
│ │ │ │ │ │ │ ├── InspectorConfig.asset.meta
│ │ │ │ │ │ │ ├── OdinModuleConfig.asset
│ │ │ │ │ │ │ └── OdinModuleConfig.asset.meta
│ │ │ │ │ │ ├── Resources.meta
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ ├── Sirenix.meta
│ │ │ │ │ │ │ └── Sirenix
│ │ │ │ │ │ │ ├── GlobalSerializationConfig.asset
│ │ │ │ │ │ │ └── GlobalSerializationConfig.asset.meta
│ │ │ │ │ ├── Modules.meta
│ │ │ │ │ ├── Modules
│ │ │ │ │ │ ├── Unity.Entities.data
│ │ │ │ │ │ ├── Unity.Entities.data.meta
│ │ │ │ │ │ ├── Unity.Mathematics.data
│ │ │ │ │ │ └── Unity.Mathematics.data.meta
│ │ │ │ │ ├── Scripts.meta
│ │ │ │ │ └── Scripts
│ │ │ │ │ │ ├── Editor.meta
│ │ │ │ │ │ ├── Editor
│ │ │ │ │ │ ├── AssemblyImportSettingsAutomation.cs
│ │ │ │ │ │ ├── AssemblyImportSettingsAutomation.cs.meta
│ │ │ │ │ │ ├── BuildAOTAutomation.cs
│ │ │ │ │ │ ├── BuildAOTAutomation.cs.meta
│ │ │ │ │ │ ├── EnsureOdinInspectorDefine.cs
│ │ │ │ │ │ ├── EnsureOdinInspectorDefine.cs.meta
│ │ │ │ │ │ ├── FixBrokenUnityObjectWrapperDrawer.cs
│ │ │ │ │ │ ├── FixBrokenUnityObjectWrapperDrawer.cs.meta
│ │ │ │ │ │ ├── Sirenix.OdinInspector.CompatibilityLayer.Editor.asmdef
│ │ │ │ │ │ ├── Sirenix.OdinInspector.CompatibilityLayer.Editor.asmdef.meta
│ │ │ │ │ │ ├── SyncListDrawer.cs
│ │ │ │ │ │ ├── SyncListDrawer.cs.meta
│ │ │ │ │ │ ├── SyncVarAttributeDrawer.cs
│ │ │ │ │ │ ├── SyncVarAttributeDrawer.cs.meta
│ │ │ │ │ │ ├── Vector2IntMinMaxAttributeDrawer.cs
│ │ │ │ │ │ ├── Vector2IntMinMaxAttributeDrawer.cs.meta
│ │ │ │ │ │ ├── VectorIntDrawers.cs
│ │ │ │ │ │ ├── VectorIntDrawers.cs.meta
│ │ │ │ │ │ ├── VectorIntPropertyResolvers.cs
│ │ │ │ │ │ └── VectorIntPropertyResolvers.cs.meta
│ │ │ │ │ │ ├── SerializedNetworkBehaviour.cs
│ │ │ │ │ │ ├── SerializedNetworkBehaviour.cs.meta
│ │ │ │ │ │ ├── Sirenix.OdinInspector.CompatibilityLayer.asmdef
│ │ │ │ │ │ ├── Sirenix.OdinInspector.CompatibilityLayer.asmdef.meta
│ │ │ │ │ │ ├── VectorIntFormatters.cs
│ │ │ │ │ │ └── VectorIntFormatters.cs.meta
│ │ │ │ ├── Readme.txt
│ │ │ │ └── Readme.txt.meta
│ │ │ ├── TestDll.meta
│ │ │ ├── TestDll
│ │ │ │ ├── Test.cs
│ │ │ │ ├── Test.cs.meta
│ │ │ │ ├── _Scripts.asmdef
│ │ │ │ └── _Scripts.asmdef.meta
│ │ │ ├── UniRx.meta
│ │ │ └── UniRx
│ │ │ │ ├── Examples.meta
│ │ │ │ ├── Examples
│ │ │ │ ├── Sample01_ObservableWWW.cs
│ │ │ │ ├── Sample01_ObservableWWW.cs.meta
│ │ │ │ ├── Sample02_ObservableTriggers.cs
│ │ │ │ ├── Sample02_ObservableTriggers.cs.meta
│ │ │ │ ├── Sample03_GameObjectAsObservable.cs
│ │ │ │ ├── Sample03_GameObjectAsObservable.cs.meta
│ │ │ │ ├── Sample04_ConvertFromUnityCallback.cs
│ │ │ │ ├── Sample04_ConvertFromUnityCallback.cs.meta
│ │ │ │ ├── Sample05_ConvertFromCoroutine.cs
│ │ │ │ ├── Sample05_ConvertFromCoroutine.cs.meta
│ │ │ │ ├── Sample06_ConvertToCoroutine.cs
│ │ │ │ ├── Sample06_ConvertToCoroutine.cs.meta
│ │ │ │ ├── Sample07_OrchestratIEnumerator.cs
│ │ │ │ ├── Sample07_OrchestratIEnumerator.cs.meta
│ │ │ │ ├── Sample08_DetectDoubleClick.cs
│ │ │ │ ├── Sample08_DetectDoubleClick.cs.meta
│ │ │ │ ├── Sample09_EventHandling.cs
│ │ │ │ ├── Sample09_EventHandling.cs.meta
│ │ │ │ ├── Sample10_MainThreadDispatcher.cs
│ │ │ │ ├── Sample10_MainThreadDispatcher.cs.meta
│ │ │ │ ├── Sample11_Logger.cs
│ │ │ │ ├── Sample11_Logger.cs.meta
│ │ │ │ ├── Sample12Scene.unity
│ │ │ │ ├── Sample12Scene.unity.meta
│ │ │ │ ├── Sample12_ReactiveProperty.cs
│ │ │ │ ├── Sample12_ReactiveProperty.cs.meta
│ │ │ │ ├── Sample13Scene.unity
│ │ │ │ ├── Sample13Scene.unity.meta
│ │ │ │ ├── Sample13_ToDoApp.cs
│ │ │ │ ├── Sample13_ToDoApp.cs.meta
│ │ │ │ ├── Sample13_ToDoItem.prefab
│ │ │ │ ├── Sample13_ToDoItem.prefab.meta
│ │ │ │ ├── UniRx.Examples.asmdef
│ │ │ │ └── UniRx.Examples.asmdef.meta
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── ReadMe.txt.meta
│ │ │ │ ├── Scripts.meta
│ │ │ │ └── Scripts
│ │ │ │ ├── Asynchronous.meta
│ │ │ │ ├── Asynchronous
│ │ │ │ ├── WebRequestExtensions.cs
│ │ │ │ └── WebRequestExtensions.cs.meta
│ │ │ │ ├── Disposables.meta
│ │ │ │ ├── Disposables
│ │ │ │ ├── BooleanDisposable.cs
│ │ │ │ ├── BooleanDisposable.cs.meta
│ │ │ │ ├── CancellationDisposable.cs
│ │ │ │ ├── CancellationDisposable.cs.meta
│ │ │ │ ├── CompositeDisposable.cs
│ │ │ │ ├── CompositeDisposable.cs.meta
│ │ │ │ ├── DictionaryDisposable.cs
│ │ │ │ ├── DictionaryDisposable.cs.meta
│ │ │ │ ├── Disposable.cs
│ │ │ │ ├── Disposable.cs.meta
│ │ │ │ ├── DisposableExtensions.cs
│ │ │ │ ├── DisposableExtensions.cs.meta
│ │ │ │ ├── ICancelable.cs
│ │ │ │ ├── ICancelable.cs.meta
│ │ │ │ ├── MultipleAssignmentDisposable.cs
│ │ │ │ ├── MultipleAssignmentDisposable.cs.meta
│ │ │ │ ├── RefCountDisposable.cs
│ │ │ │ ├── RefCountDisposable.cs.meta
│ │ │ │ ├── ScheduledDisposable.cs
│ │ │ │ ├── ScheduledDisposable.cs.meta
│ │ │ │ ├── SerialDisposable.cs
│ │ │ │ ├── SerialDisposable.cs.meta
│ │ │ │ ├── SingleAssignmentDisposable.cs
│ │ │ │ ├── SingleAssignmentDisposable.cs.meta
│ │ │ │ ├── StableCompositeDisposable.cs
│ │ │ │ └── StableCompositeDisposable.cs.meta
│ │ │ │ ├── EventPattern.cs
│ │ │ │ ├── EventPattern.cs.meta
│ │ │ │ ├── InternalUtil.meta
│ │ │ │ ├── InternalUtil
│ │ │ │ ├── AscynLock.cs
│ │ │ │ ├── AscynLock.cs.meta
│ │ │ │ ├── CancellableTaskCompletionSource.cs
│ │ │ │ ├── CancellableTaskCompletionSource.cs.meta
│ │ │ │ ├── ExceptionExtensions.cs
│ │ │ │ ├── ExceptionExtensions.cs.meta
│ │ │ │ ├── ImmutableList.cs
│ │ │ │ ├── ImmutableList.cs.meta
│ │ │ │ ├── ListObserver.cs
│ │ │ │ ├── ListObserver.cs.meta
│ │ │ │ ├── MicroCoroutine.cs
│ │ │ │ ├── MicroCoroutine.cs.meta
│ │ │ │ ├── PriorityQueue.cs
│ │ │ │ ├── PriorityQueue.cs.meta
│ │ │ │ ├── PromiseHelper.cs
│ │ │ │ ├── PromiseHelper.cs.meta
│ │ │ │ ├── ScheduledItem.cs
│ │ │ │ ├── ScheduledItem.cs.meta
│ │ │ │ ├── ThreadSafeQueueWorker.cs
│ │ │ │ ├── ThreadSafeQueueWorker.cs.meta
│ │ │ │ ├── UnityEqualityComparer.cs
│ │ │ │ └── UnityEqualityComparer.cs.meta
│ │ │ │ ├── Notification.cs
│ │ │ │ ├── Notification.cs.meta
│ │ │ │ ├── Notifiers.meta
│ │ │ │ ├── Notifiers
│ │ │ │ ├── BooleanNotifier.cs
│ │ │ │ ├── BooleanNotifier.cs.meta
│ │ │ │ ├── CountNotifier.cs
│ │ │ │ ├── CountNotifier.cs.meta
│ │ │ │ ├── MessageBroker.cs
│ │ │ │ ├── MessageBroker.cs.meta
│ │ │ │ ├── ScheduledNotifier.cs
│ │ │ │ └── ScheduledNotifier.cs.meta
│ │ │ │ ├── Observable.Aggregate.cs
│ │ │ │ ├── Observable.Aggregate.cs.meta
│ │ │ │ ├── Observable.Awaiter.cs
│ │ │ │ ├── Observable.Awaiter.cs.meta
│ │ │ │ ├── Observable.Binding.cs
│ │ │ │ ├── Observable.Binding.cs.meta
│ │ │ │ ├── Observable.Blocking.cs
│ │ │ │ ├── Observable.Blocking.cs.meta
│ │ │ │ ├── Observable.Concatenate.cs
│ │ │ │ ├── Observable.Concatenate.cs.meta
│ │ │ │ ├── Observable.Concurrency.cs
│ │ │ │ ├── Observable.Concurrency.cs.meta
│ │ │ │ ├── Observable.Conversions.cs
│ │ │ │ ├── Observable.Conversions.cs.meta
│ │ │ │ ├── Observable.Creation.cs
│ │ │ │ ├── Observable.Creation.cs.meta
│ │ │ │ ├── Observable.ErrorHandling.cs
│ │ │ │ ├── Observable.ErrorHandling.cs.meta
│ │ │ │ ├── Observable.Events.cs
│ │ │ │ ├── Observable.Events.cs.meta
│ │ │ │ ├── Observable.FromAsync.cs
│ │ │ │ ├── Observable.FromAsync.cs.meta
│ │ │ │ ├── Observable.Joins.cs
│ │ │ │ ├── Observable.Joins.cs.meta
│ │ │ │ ├── Observable.Paging.cs
│ │ │ │ ├── Observable.Paging.cs.meta
│ │ │ │ ├── Observable.Time.cs
│ │ │ │ ├── Observable.Time.cs.meta
│ │ │ │ ├── Observable.cs
│ │ │ │ ├── Observable.cs.meta
│ │ │ │ ├── Observer.cs
│ │ │ │ ├── Observer.cs.meta
│ │ │ │ ├── Operators.meta
│ │ │ │ ├── Operators
│ │ │ │ ├── Aggregate.cs
│ │ │ │ ├── Aggregate.cs.meta
│ │ │ │ ├── Amb.cs
│ │ │ │ ├── Amb.cs.meta
│ │ │ │ ├── AsObservable.cs
│ │ │ │ ├── AsObservable.cs.meta
│ │ │ │ ├── AsSingleUnitObservable.cs
│ │ │ │ ├── AsSingleUnitObservable.cs.meta
│ │ │ │ ├── AsUnitObservable.cs
│ │ │ │ ├── AsUnitObservable.cs.meta
│ │ │ │ ├── Buffer.cs
│ │ │ │ ├── Buffer.cs.meta
│ │ │ │ ├── Cast.cs
│ │ │ │ ├── Cast.cs.meta
│ │ │ │ ├── Catch.cs
│ │ │ │ ├── Catch.cs.meta
│ │ │ │ ├── CombineLatest.cs
│ │ │ │ ├── CombineLatest.cs.meta
│ │ │ │ ├── Concat.cs
│ │ │ │ ├── Concat.cs.meta
│ │ │ │ ├── ContinueWith.cs
│ │ │ │ ├── ContinueWith.cs.meta
│ │ │ │ ├── Create.cs
│ │ │ │ ├── Create.cs.meta
│ │ │ │ ├── DefaultIfEmpty.cs
│ │ │ │ ├── DefaultIfEmpty.cs.meta
│ │ │ │ ├── Defer.cs
│ │ │ │ ├── Defer.cs.meta
│ │ │ │ ├── Delay.cs
│ │ │ │ ├── Delay.cs.meta
│ │ │ │ ├── DelaySubscription.cs
│ │ │ │ ├── DelaySubscription.cs.meta
│ │ │ │ ├── Dematerialize.cs
│ │ │ │ ├── Dematerialize.cs.meta
│ │ │ │ ├── Distinct.cs
│ │ │ │ ├── Distinct.cs.meta
│ │ │ │ ├── DistinctUntilChanged.cs
│ │ │ │ ├── DistinctUntilChanged.cs.meta
│ │ │ │ ├── Do.cs
│ │ │ │ ├── Do.cs.meta
│ │ │ │ ├── Empty.cs
│ │ │ │ ├── Empty.cs.meta
│ │ │ │ ├── Finally.cs
│ │ │ │ ├── Finally.cs.meta
│ │ │ │ ├── First.cs
│ │ │ │ ├── First.cs.meta
│ │ │ │ ├── ForEachAsync.cs
│ │ │ │ ├── ForEachAsync.cs.meta
│ │ │ │ ├── FromEvent.cs
│ │ │ │ ├── FromEvent.cs.meta
│ │ │ │ ├── GroupBy.cs
│ │ │ │ ├── GroupBy.cs.meta
│ │ │ │ ├── IgnoreElements.cs
│ │ │ │ ├── IgnoreElements.cs.meta
│ │ │ │ ├── Last.cs
│ │ │ │ ├── Last.cs.meta
│ │ │ │ ├── Materialize.cs
│ │ │ │ ├── Materialize.cs.meta
│ │ │ │ ├── Merge.cs
│ │ │ │ ├── Merge.cs.meta
│ │ │ │ ├── Never.cs
│ │ │ │ ├── Never.cs.meta
│ │ │ │ ├── ObserveOn.cs
│ │ │ │ ├── ObserveOn.cs.meta
│ │ │ │ ├── OfType.cs
│ │ │ │ ├── OfType.cs.meta
│ │ │ │ ├── OperatorObservableBase.cs
│ │ │ │ ├── OperatorObservableBase.cs.meta
│ │ │ │ ├── OperatorObserverBase.cs
│ │ │ │ ├── OperatorObserverBase.cs.meta
│ │ │ │ ├── PairWise.cs
│ │ │ │ ├── PairWise.cs.meta
│ │ │ │ ├── Range.cs
│ │ │ │ ├── Range.cs.meta
│ │ │ │ ├── RefCount.cs
│ │ │ │ ├── RefCount.cs.meta
│ │ │ │ ├── Repeat.cs
│ │ │ │ ├── Repeat.cs.meta
│ │ │ │ ├── RepeatSafe.cs
│ │ │ │ ├── RepeatSafe.cs.meta
│ │ │ │ ├── Return.cs
│ │ │ │ ├── Return.cs.meta
│ │ │ │ ├── Sample.cs
│ │ │ │ ├── Sample.cs.meta
│ │ │ │ ├── Scan.cs
│ │ │ │ ├── Scan.cs.meta
│ │ │ │ ├── Select.cs
│ │ │ │ ├── Select.cs.meta
│ │ │ │ ├── SelectMany.cs
│ │ │ │ ├── SelectMany.cs.meta
│ │ │ │ ├── SelectWhere.cs
│ │ │ │ ├── SelectWhere.cs.meta
│ │ │ │ ├── Single.cs
│ │ │ │ ├── Single.cs.meta
│ │ │ │ ├── Skip.cs
│ │ │ │ ├── Skip.cs.meta
│ │ │ │ ├── SkipUntil.cs
│ │ │ │ ├── SkipUntil.cs.meta
│ │ │ │ ├── SkipWhile.cs
│ │ │ │ ├── SkipWhile.cs.meta
│ │ │ │ ├── Start.cs
│ │ │ │ ├── Start.cs.meta
│ │ │ │ ├── StartWith.cs
│ │ │ │ ├── StartWith.cs.meta
│ │ │ │ ├── SubscribeOn.cs
│ │ │ │ ├── SubscribeOn.cs.meta
│ │ │ │ ├── Switch.cs
│ │ │ │ ├── Switch.cs.meta
│ │ │ │ ├── Synchronize.cs
│ │ │ │ ├── Synchronize.cs.meta
│ │ │ │ ├── SynchronizedObserver.cs
│ │ │ │ ├── SynchronizedObserver.cs.meta
│ │ │ │ ├── Take.cs
│ │ │ │ ├── Take.cs.meta
│ │ │ │ ├── TakeLast.cs
│ │ │ │ ├── TakeLast.cs.meta
│ │ │ │ ├── TakeUntil.cs
│ │ │ │ ├── TakeUntil.cs.meta
│ │ │ │ ├── TakeWhile.cs
│ │ │ │ ├── TakeWhile.cs.meta
│ │ │ │ ├── Throttle.cs
│ │ │ │ ├── Throttle.cs.meta
│ │ │ │ ├── ThrottleFirst.cs
│ │ │ │ ├── ThrottleFirst.cs.meta
│ │ │ │ ├── Throw.cs
│ │ │ │ ├── Throw.cs.meta
│ │ │ │ ├── TimeInterval.cs
│ │ │ │ ├── TimeInterval.cs.meta
│ │ │ │ ├── Timeout.cs
│ │ │ │ ├── Timeout.cs.meta
│ │ │ │ ├── Timer.cs
│ │ │ │ ├── Timer.cs.meta
│ │ │ │ ├── Timestamp.cs
│ │ │ │ ├── Timestamp.cs.meta
│ │ │ │ ├── ToArray.cs
│ │ │ │ ├── ToArray.cs.meta
│ │ │ │ ├── ToList.cs
│ │ │ │ ├── ToList.cs.meta
│ │ │ │ ├── ToObservable.cs
│ │ │ │ ├── ToObservable.cs.meta
│ │ │ │ ├── Wait.cs
│ │ │ │ ├── Wait.cs.meta
│ │ │ │ ├── WhenAll.cs
│ │ │ │ ├── WhenAll.cs.meta
│ │ │ │ ├── Where.cs
│ │ │ │ ├── Where.cs.meta
│ │ │ │ ├── WhereSelect.cs
│ │ │ │ ├── WhereSelect.cs.meta
│ │ │ │ ├── WithLatestFrom.cs
│ │ │ │ ├── WithLatestFrom.cs.meta
│ │ │ │ ├── Zip.cs
│ │ │ │ ├── Zip.cs.meta
│ │ │ │ ├── ZipLatest.cs
│ │ │ │ └── ZipLatest.cs.meta
│ │ │ │ ├── Pair.cs
│ │ │ │ ├── Pair.cs.meta
│ │ │ │ ├── Schedulers.meta
│ │ │ │ ├── Schedulers
│ │ │ │ ├── CurrentThreadScheduler.cs
│ │ │ │ ├── CurrentThreadScheduler.cs.meta
│ │ │ │ ├── IScheduler.cs
│ │ │ │ ├── IScheduler.cs.meta
│ │ │ │ ├── ImmediateScheduler.cs
│ │ │ │ ├── ImmediateScheduler.cs.meta
│ │ │ │ ├── Scheduler.cs
│ │ │ │ ├── Scheduler.cs.meta
│ │ │ │ ├── ThreadPoolScheduler.cs
│ │ │ │ └── ThreadPoolScheduler.cs.meta
│ │ │ │ ├── Subjects.meta
│ │ │ │ ├── Subjects
│ │ │ │ ├── AsyncSubject.cs
│ │ │ │ ├── AsyncSubject.cs.meta
│ │ │ │ ├── BehaviorSubject.cs
│ │ │ │ ├── BehaviorSubject.cs.meta
│ │ │ │ ├── ConnectableObservable.cs
│ │ │ │ ├── ConnectableObservable.cs.meta
│ │ │ │ ├── ISubject.cs
│ │ │ │ ├── ISubject.cs.meta
│ │ │ │ ├── ReplaySubject.cs
│ │ │ │ ├── ReplaySubject.cs.meta
│ │ │ │ ├── Subject.cs
│ │ │ │ ├── Subject.cs.meta
│ │ │ │ ├── SubjectExtensions.cs
│ │ │ │ └── SubjectExtensions.cs.meta
│ │ │ │ ├── System.meta
│ │ │ │ ├── System
│ │ │ │ ├── IObservable.cs
│ │ │ │ ├── IObservable.cs.meta
│ │ │ │ ├── IObserver.cs
│ │ │ │ ├── IObserver.cs.meta
│ │ │ │ ├── IOptimizedObservable.cs
│ │ │ │ ├── IOptimizedObservable.cs.meta
│ │ │ │ ├── IProgress.cs
│ │ │ │ ├── IProgress.cs.meta
│ │ │ │ ├── Tuple.cs
│ │ │ │ ├── Tuple.cs.meta
│ │ │ │ ├── Unit.cs
│ │ │ │ └── Unit.cs.meta
│ │ │ │ ├── Tasks.meta
│ │ │ │ ├── Tasks
│ │ │ │ ├── TaskObservableExtensions.cs
│ │ │ │ └── TaskObservableExtensions.cs.meta
│ │ │ │ ├── TimeInterval.cs
│ │ │ │ ├── TimeInterval.cs.meta
│ │ │ │ ├── Timestamped.cs
│ │ │ │ ├── Timestamped.cs.meta
│ │ │ │ ├── UniRx.asmdef
│ │ │ │ ├── UniRx.asmdef.meta
│ │ │ │ ├── UnityEngineBridge.meta
│ │ │ │ ├── UnityEngineBridge
│ │ │ │ ├── AsyncOperationExtensions.cs
│ │ │ │ ├── AsyncOperationExtensions.cs.meta
│ │ │ │ ├── CancellationToken.cs
│ │ │ │ ├── CancellationToken.cs.meta
│ │ │ │ ├── CoroutineAsyncBridge.cs
│ │ │ │ ├── CoroutineAsyncBridge.cs.meta
│ │ │ │ ├── Diagnostics.meta
│ │ │ │ ├── Diagnostics
│ │ │ │ │ ├── LogEntry.cs
│ │ │ │ │ ├── LogEntry.cs.meta
│ │ │ │ │ ├── LogEntryExtensions.cs
│ │ │ │ │ ├── LogEntryExtensions.cs.meta
│ │ │ │ │ ├── Logger.cs
│ │ │ │ │ ├── Logger.cs.meta
│ │ │ │ │ ├── ObservableDebugExtensions.cs
│ │ │ │ │ ├── ObservableDebugExtensions.cs.meta
│ │ │ │ │ ├── ObservableLogger.cs
│ │ │ │ │ ├── ObservableLogger.cs.meta
│ │ │ │ │ ├── UnityDebugSink.cs
│ │ │ │ │ └── UnityDebugSink.cs.meta
│ │ │ │ ├── FrameInterval.cs
│ │ │ │ ├── FrameInterval.cs.meta
│ │ │ │ ├── InspectableReactiveProperty.cs
│ │ │ │ ├── InspectableReactiveProperty.cs.meta
│ │ │ │ ├── InspectorDisplayDrawer.cs
│ │ │ │ ├── InspectorDisplayDrawer.cs.meta
│ │ │ │ ├── LifetimeDisposableExtensions.cs
│ │ │ │ ├── LifetimeDisposableExtensions.cs.meta
│ │ │ │ ├── MainThreadDispatcher.cs
│ │ │ │ ├── MainThreadDispatcher.cs.meta
│ │ │ │ ├── MainThreadScheduler.cs
│ │ │ │ ├── MainThreadScheduler.cs.meta
│ │ │ │ ├── Observable.Unity.cs
│ │ │ │ ├── Observable.Unity.cs.meta
│ │ │ │ ├── ObservableWWW.cs
│ │ │ │ ├── ObservableWWW.cs.meta
│ │ │ │ ├── ObserveExtensions.cs
│ │ │ │ ├── ObserveExtensions.cs.meta
│ │ │ │ ├── Operators.meta
│ │ │ │ ├── Operators
│ │ │ │ │ ├── BatchFrame.cs
│ │ │ │ │ ├── BatchFrame.cs.meta
│ │ │ │ │ ├── DelayFrame.cs
│ │ │ │ │ ├── DelayFrame.cs.meta
│ │ │ │ │ ├── DelayFrameSubscription.cs
│ │ │ │ │ ├── DelayFrameSubscription.cs.meta
│ │ │ │ │ ├── FrameInterval.cs
│ │ │ │ │ ├── FrameInterval.cs.meta
│ │ │ │ │ ├── FrameTimeInterval.cs
│ │ │ │ │ ├── FrameTimeInterval.cs.meta
│ │ │ │ │ ├── FromCoroutine.cs
│ │ │ │ │ ├── FromCoroutine.cs.meta
│ │ │ │ │ ├── RepeatUntil.cs
│ │ │ │ │ ├── RepeatUntil.cs.meta
│ │ │ │ │ ├── SampleFrame.cs
│ │ │ │ │ ├── SampleFrame.cs.meta
│ │ │ │ │ ├── SubscribeOnMainThread.cs
│ │ │ │ │ ├── SubscribeOnMainThread.cs.meta
│ │ │ │ │ ├── ThrottleFirstFrame.cs
│ │ │ │ │ ├── ThrottleFirstFrame.cs.meta
│ │ │ │ │ ├── ThrottleFrame.cs
│ │ │ │ │ ├── ThrottleFrame.cs.meta
│ │ │ │ │ ├── TimeoutFrame.cs
│ │ │ │ │ └── TimeoutFrame.cs.meta
│ │ │ │ ├── ReactiveCollection.cs
│ │ │ │ ├── ReactiveCollection.cs.meta
│ │ │ │ ├── ReactiveCommand.cs
│ │ │ │ ├── ReactiveCommand.cs.meta
│ │ │ │ ├── ReactiveDictionary.cs
│ │ │ │ ├── ReactiveDictionary.cs.meta
│ │ │ │ ├── ReactiveProperty.cs
│ │ │ │ ├── ReactiveProperty.cs.meta
│ │ │ │ ├── ScenePlaybackDetector.cs
│ │ │ │ ├── ScenePlaybackDetector.cs.meta
│ │ │ │ ├── Toolkit.meta
│ │ │ │ ├── Toolkit
│ │ │ │ │ ├── ObjectPool.cs
│ │ │ │ │ └── ObjectPool.cs.meta
│ │ │ │ ├── Triggers.meta
│ │ │ │ ├── Triggers
│ │ │ │ │ ├── ObservableAnimatorTrigger.cs
│ │ │ │ │ ├── ObservableAnimatorTrigger.cs.meta
│ │ │ │ │ ├── ObservableBeginDragTrigger.cs
│ │ │ │ │ ├── ObservableBeginDragTrigger.cs.meta
│ │ │ │ │ ├── ObservableCancelTrigger.cs
│ │ │ │ │ ├── ObservableCancelTrigger.cs.meta
│ │ │ │ │ ├── ObservableCanvasGroupChangedTrigger.cs
│ │ │ │ │ ├── ObservableCanvasGroupChangedTrigger.cs.meta
│ │ │ │ │ ├── ObservableCollision2DTrigger.cs
│ │ │ │ │ ├── ObservableCollision2DTrigger.cs.meta
│ │ │ │ │ ├── ObservableCollisionTrigger.cs
│ │ │ │ │ ├── ObservableCollisionTrigger.cs.meta
│ │ │ │ │ ├── ObservableDeselectTrigger.cs
│ │ │ │ │ ├── ObservableDeselectTrigger.cs.meta
│ │ │ │ │ ├── ObservableDestroyTrigger.cs
│ │ │ │ │ ├── ObservableDestroyTrigger.cs.meta
│ │ │ │ │ ├── ObservableDragTrigger.cs
│ │ │ │ │ ├── ObservableDragTrigger.cs.meta
│ │ │ │ │ ├── ObservableDropTrigger.cs
│ │ │ │ │ ├── ObservableDropTrigger.cs.meta
│ │ │ │ │ ├── ObservableEnableTrigger.cs
│ │ │ │ │ ├── ObservableEnableTrigger.cs.meta
│ │ │ │ │ ├── ObservableEndDragTrigger.cs
│ │ │ │ │ ├── ObservableEndDragTrigger.cs.meta
│ │ │ │ │ ├── ObservableEventTrigger.cs
│ │ │ │ │ ├── ObservableEventTrigger.cs.meta
│ │ │ │ │ ├── ObservableFixedUpdateTrigger.cs
│ │ │ │ │ ├── ObservableFixedUpdateTrigger.cs.meta
│ │ │ │ │ ├── ObservableInitializePotentialDragTrigger.cs
│ │ │ │ │ ├── ObservableInitializePotentialDragTrigger.cs.meta
│ │ │ │ │ ├── ObservableJointTrigger.cs
│ │ │ │ │ ├── ObservableJointTrigger.cs.meta
│ │ │ │ │ ├── ObservableLateUpdateTrigger.cs
│ │ │ │ │ ├── ObservableLateUpdateTrigger.cs.meta
│ │ │ │ │ ├── ObservableMouseTrigger.cs
│ │ │ │ │ ├── ObservableMouseTrigger.cs.meta
│ │ │ │ │ ├── ObservableMoveTrigger.cs
│ │ │ │ │ ├── ObservableMoveTrigger.cs.meta
│ │ │ │ │ ├── ObservableParticleTrigger.cs
│ │ │ │ │ ├── ObservableParticleTrigger.cs.meta
│ │ │ │ │ ├── ObservablePointerClickTrigger.cs
│ │ │ │ │ ├── ObservablePointerClickTrigger.cs.meta
│ │ │ │ │ ├── ObservablePointerDownTrigger.cs
│ │ │ │ │ ├── ObservablePointerDownTrigger.cs.meta
│ │ │ │ │ ├── ObservablePointerEnterTrigger.cs
│ │ │ │ │ ├── ObservablePointerEnterTrigger.cs.meta
│ │ │ │ │ ├── ObservablePointerExitTrigger.cs
│ │ │ │ │ ├── ObservablePointerExitTrigger.cs.meta
│ │ │ │ │ ├── ObservablePointerUpTrigger.cs
│ │ │ │ │ ├── ObservablePointerUpTrigger.cs.meta
│ │ │ │ │ ├── ObservableRectTransformTrigger.cs
│ │ │ │ │ ├── ObservableRectTransformTrigger.cs.meta
│ │ │ │ │ ├── ObservableScrollTrigger.cs
│ │ │ │ │ ├── ObservableScrollTrigger.cs.meta
│ │ │ │ │ ├── ObservableSelectTrigger.cs
│ │ │ │ │ ├── ObservableSelectTrigger.cs.meta
│ │ │ │ │ ├── ObservableStateMachineTrigger.cs
│ │ │ │ │ ├── ObservableStateMachineTrigger.cs.meta
│ │ │ │ │ ├── ObservableSubmitTrigger.cs
│ │ │ │ │ ├── ObservableSubmitTrigger.cs.meta
│ │ │ │ │ ├── ObservableTransformChangedTrigger.cs
│ │ │ │ │ ├── ObservableTransformChangedTrigger.cs.meta
│ │ │ │ │ ├── ObservableTrigger2DTrigger.cs
│ │ │ │ │ ├── ObservableTrigger2DTrigger.cs.meta
│ │ │ │ │ ├── ObservableTriggerBase.cs
│ │ │ │ │ ├── ObservableTriggerBase.cs.meta
│ │ │ │ │ ├── ObservableTriggerExtensions.Component.cs
│ │ │ │ │ ├── ObservableTriggerExtensions.Component.cs.meta
│ │ │ │ │ ├── ObservableTriggerExtensions.cs
│ │ │ │ │ ├── ObservableTriggerExtensions.cs.meta
│ │ │ │ │ ├── ObservableTriggerTrigger.cs
│ │ │ │ │ ├── ObservableTriggerTrigger.cs.meta
│ │ │ │ │ ├── ObservableUpdateSelectedTrigger.cs
│ │ │ │ │ ├── ObservableUpdateSelectedTrigger.cs.meta
│ │ │ │ │ ├── ObservableUpdateTrigger.cs
│ │ │ │ │ ├── ObservableUpdateTrigger.cs.meta
│ │ │ │ │ ├── ObservableVisibleTrigger.cs
│ │ │ │ │ └── ObservableVisibleTrigger.cs.meta
│ │ │ │ ├── UnityEventExtensions.cs
│ │ │ │ ├── UnityEventExtensions.cs.meta
│ │ │ │ ├── UnityGraphicExtensions.cs
│ │ │ │ ├── UnityGraphicExtensions.cs.meta
│ │ │ │ ├── UnityUIComponentExtensions.cs
│ │ │ │ ├── UnityUIComponentExtensions.cs.meta
│ │ │ │ ├── YieldInstructionCache.cs
│ │ │ │ └── YieldInstructionCache.cs.meta
│ │ │ │ ├── UnityWinRTBridge.meta
│ │ │ │ └── UnityWinRTBridge
│ │ │ │ ├── Thread.cs
│ │ │ │ ├── Thread.cs.meta
│ │ │ │ ├── ThreadPoolScheduler_UnityWinRT.cs
│ │ │ │ └── ThreadPoolScheduler_UnityWinRT.cs.meta
│ │ ├── Prefab.meta
│ │ └── Prefab
│ │ │ ├── Resources.meta
│ │ │ └── Resources
│ │ │ ├── PathConfig.asset
│ │ │ ├── PathConfig.asset.meta
│ │ │ ├── UIRoot.prefab
│ │ │ └── UIRoot.prefab.meta
│ ├── Test.cs
│ └── Test.cs.meta
├── Packages
│ ├── ExcelDataReader.3.6.0
│ │ ├── .signature.p7s
│ │ ├── ExcelDataReader.3.6.0.nupkg
│ │ └── lib
│ │ │ ├── net20
│ │ │ ├── ExcelDataReader.dll
│ │ │ └── ExcelDataReader.xml
│ │ │ ├── net45
│ │ │ ├── ExcelDataReader.dll
│ │ │ └── ExcelDataReader.xml
│ │ │ ├── netstandard1.3
│ │ │ ├── ExcelDataReader.dll
│ │ │ └── ExcelDataReader.xml
│ │ │ └── netstandard2.0
│ │ │ ├── ExcelDataReader.dll
│ │ │ └── ExcelDataReader.xml
│ ├── Microsoft.IdentityModel.JsonWebTokens.6.7.1
│ │ ├── .signature.p7s
│ │ ├── Microsoft.IdentityModel.JsonWebTokens.6.7.1.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── Microsoft.IdentityModel.JsonWebTokens.dll
│ │ │ └── Microsoft.IdentityModel.JsonWebTokens.xml
│ │ │ ├── net461
│ │ │ ├── Microsoft.IdentityModel.JsonWebTokens.dll
│ │ │ └── Microsoft.IdentityModel.JsonWebTokens.xml
│ │ │ └── netstandard2.0
│ │ │ ├── Microsoft.IdentityModel.JsonWebTokens.dll
│ │ │ └── Microsoft.IdentityModel.JsonWebTokens.xml
│ ├── Microsoft.IdentityModel.Logging.6.7.1
│ │ ├── .signature.p7s
│ │ ├── Microsoft.IdentityModel.Logging.6.7.1.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── Microsoft.IdentityModel.Logging.dll
│ │ │ └── Microsoft.IdentityModel.Logging.xml
│ │ │ ├── net461
│ │ │ ├── Microsoft.IdentityModel.Logging.dll
│ │ │ └── Microsoft.IdentityModel.Logging.xml
│ │ │ └── netstandard2.0
│ │ │ ├── Microsoft.IdentityModel.Logging.dll
│ │ │ └── Microsoft.IdentityModel.Logging.xml
│ ├── Microsoft.IdentityModel.Tokens.6.7.1
│ │ ├── .signature.p7s
│ │ ├── Microsoft.IdentityModel.Tokens.6.7.1.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── Microsoft.IdentityModel.Tokens.dll
│ │ │ └── Microsoft.IdentityModel.Tokens.xml
│ │ │ ├── net461
│ │ │ ├── Microsoft.IdentityModel.Tokens.dll
│ │ │ └── Microsoft.IdentityModel.Tokens.xml
│ │ │ └── netstandard2.0
│ │ │ ├── Microsoft.IdentityModel.Tokens.dll
│ │ │ └── Microsoft.IdentityModel.Tokens.xml
│ ├── ServiceStack.5.1.0
│ │ ├── .signature.p7s
│ │ ├── ServiceStack.5.1.0.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── ServiceStack.dll
│ │ │ └── ServiceStack.xml
│ │ │ └── netstandard2.0
│ │ │ ├── ServiceStack.dll
│ │ │ └── ServiceStack.xml
│ ├── ServiceStack.Client.5.1.0
│ │ ├── .signature.p7s
│ │ ├── ServiceStack.Client.5.1.0.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── ServiceStack.Client.dll
│ │ │ └── ServiceStack.Client.xml
│ │ │ └── netstandard2.0
│ │ │ ├── ServiceStack.Client.deps.json
│ │ │ ├── ServiceStack.Client.dll
│ │ │ └── ServiceStack.Client.xml
│ ├── ServiceStack.Common.5.1.0
│ │ ├── .signature.p7s
│ │ ├── ServiceStack.Common.5.1.0.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── ServiceStack.Common.dll
│ │ │ └── ServiceStack.Common.xml
│ │ │ └── netstandard2.0
│ │ │ ├── ServiceStack.Common.deps.json
│ │ │ ├── ServiceStack.Common.dll
│ │ │ └── ServiceStack.Common.xml
│ ├── ServiceStack.Interfaces.5.1.0
│ │ ├── .signature.p7s
│ │ ├── ServiceStack.Interfaces.5.1.0.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── ServiceStack.Interfaces.dll
│ │ │ └── ServiceStack.Interfaces.xml
│ │ │ └── netstandard2.0
│ │ │ ├── ServiceStack.Interfaces.deps.json
│ │ │ ├── ServiceStack.Interfaces.dll
│ │ │ └── ServiceStack.Interfaces.xml
│ ├── ServiceStack.ProtoBuf.5.1.0
│ │ ├── .signature.p7s
│ │ ├── ServiceStack.ProtoBuf.5.1.0.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── ServiceStack.ProtoBuf.dll
│ │ │ └── ServiceStack.ProtoBuf.xml
│ │ │ └── netstandard2.0
│ │ │ ├── ServiceStack.ProtoBuf.deps.json
│ │ │ ├── ServiceStack.ProtoBuf.dll
│ │ │ └── ServiceStack.ProtoBuf.xml
│ ├── ServiceStack.Text.5.1.0
│ │ ├── .signature.p7s
│ │ ├── ServiceStack.Text.5.1.0.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── ServiceStack.Text.dll
│ │ │ └── ServiceStack.Text.xml
│ │ │ └── netstandard2.0
│ │ │ ├── ServiceStack.Text.deps.json
│ │ │ ├── ServiceStack.Text.dll
│ │ │ └── ServiceStack.Text.xml
│ ├── System.IdentityModel.Tokens.Jwt.6.7.1
│ │ ├── .signature.p7s
│ │ ├── System.IdentityModel.Tokens.Jwt.6.7.1.nupkg
│ │ └── lib
│ │ │ ├── net45
│ │ │ ├── System.IdentityModel.Tokens.Jwt.dll
│ │ │ └── System.IdentityModel.Tokens.Jwt.xml
│ │ │ ├── net461
│ │ │ ├── System.IdentityModel.Tokens.Jwt.dll
│ │ │ └── System.IdentityModel.Tokens.Jwt.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.IdentityModel.Tokens.Jwt.dll
│ │ │ └── System.IdentityModel.Tokens.Jwt.xml
│ ├── manifest.json
│ ├── packages-lock.json
│ └── protobuf-net.2.3.7
│ │ ├── .signature.p7s
│ │ ├── lib
│ │ ├── net20
│ │ │ ├── protobuf-net.dll
│ │ │ └── protobuf-net.xml
│ │ ├── net35
│ │ │ ├── protobuf-net.dll
│ │ │ └── protobuf-net.xml
│ │ ├── net40
│ │ │ ├── protobuf-net.dll
│ │ │ └── protobuf-net.xml
│ │ ├── netstandard1.0
│ │ │ ├── protobuf-net.dll
│ │ │ └── protobuf-net.xml
│ │ ├── netstandard1.3
│ │ │ ├── protobuf-net.dll
│ │ │ └── protobuf-net.xml
│ │ └── netstandard2.0
│ │ │ ├── protobuf-net.dll
│ │ │ └── protobuf-net.xml
│ │ └── protobuf-net.2.3.7.nupkg
├── ProjectSettings
│ ├── AudioManager.asset
│ ├── AutoStreamingSettings.asset
│ ├── ClusterInputManager.asset
│ ├── DynamicsManager.asset
│ ├── EditorBuildSettings.asset
│ ├── EditorSettings.asset
│ ├── GraphicsSettings.asset
│ ├── InputManager.asset
│ ├── NavMeshAreas.asset
│ ├── PackageManagerSettings.asset
│ ├── Physics2DSettings.asset
│ ├── PresetManager.asset
│ ├── ProjectSettings.asset
│ ├── ProjectVersion.txt
│ ├── QualitySettings.asset
│ ├── TagManager.asset
│ ├── TimeManager.asset
│ ├── UnityConnectSettings.asset
│ ├── VFXManager.asset
│ ├── VersionControlSettings.asset
│ └── XRSettings.asset
├── ServerData
│ └── StandaloneWindows
│ │ ├── catalog_1.hash
│ │ ├── catalog_1.json
│ │ ├── defaultlocalgroup_assets_all_5ad0fa78c7deee7c9e2c1f799feee5cb.bundle
│ │ ├── defaultlocalgroup_assets_all_a2e1564f5032865951d14b906ae0b58e.bundle
│ │ └── defaultlocalgroup_unitybuiltinshaders_44f830650ab31a4aca1c29c72ca5292f.bundle
├── StandaloneWindows
│ ├── catalog_1.hash
│ ├── catalog_1.json
│ ├── defaultlocalgroup_assets_all_1a68b8ea776a2cb2501bb74dd312f2e8.bundle
│ ├── defaultlocalgroup_assets_all_1df7626114c1d9544d52fd6e54f79426.bundle
│ ├── defaultlocalgroup_assets_all_2a8b6b6f74e5a9e11d8701904afad336.bundle
│ ├── defaultlocalgroup_assets_all_393cc1ed6d1acc9a47b29fb263c10c3a.bundle
│ ├── defaultlocalgroup_assets_all_4f9ec2d6cfe5b8008e4d8723c98d85a9.bundle
│ ├── defaultlocalgroup_assets_all_746b26628be20f16a3e41fa73a787e92.bundle
│ ├── defaultlocalgroup_assets_all_8eea8298686f29798077f6c970ad3213.bundle
│ ├── defaultlocalgroup_assets_all_a95e0e1d580ae5f70a9b2a44fe1f0c70.bundle
│ ├── defaultlocalgroup_assets_all_aa1bc350eae243e404f98b725871c53d.bundle
│ ├── defaultlocalgroup_assets_all_ab7e775639f30448bcc383970aa6c65f.bundle
│ ├── defaultlocalgroup_assets_all_b913f8f7358e1d7da5ff5785e7f532b9.bundle
│ ├── defaultlocalgroup_assets_all_f1abb681d1f53f6189b6d5efee0dd887.bundle
│ ├── defaultlocalgroup_unitybuiltinshaders_44f830650ab31a4aca1c29c72ca5292f.bundle
│ ├── defaultlocalgroup_unitybuiltinshaders_77c5603a2759983fc028d08939930dc4.bundle
│ ├── defaultlocalgroup_unitybuiltinshaders_8b3824b0b8483bc88b5fbd5580301ada.bundle
│ ├── mat_assets_all_55ca649a827bce979e66315d8a88865d.bundle
│ └── mat_assets_all_7dd21efc7e809bd1a5d05815566c2f43.bundle
└── packages.config
├── TestDll
└── TestDll
│ ├── Test.cs
│ ├── bin
│ └── Debug
│ │ └── netstandard2.0
│ │ ├── TestDll.deps.json
│ │ ├── TestDll.dll
│ │ ├── UnityEngine.dll
│ │ └── UnityEngine.xml
│ └── obj
│ ├── Debug
│ └── netstandard2.0
│ │ ├── .NETStandard,Version=v2.0.AssemblyAttributes.cs
│ │ ├── TestDll.AssemblyInfo.cs
│ │ ├── TestDll.AssemblyInfoInputs.cache
│ │ ├── TestDll.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── TestDll.assets.cache
│ │ ├── TestDll.csproj.CopyComplete
│ │ ├── TestDll.csproj.CoreCompileInputs.cache
│ │ ├── TestDll.csproj.FileListAbsolute.txt
│ │ ├── TestDll.csprojAssemblyReference.cache
│ │ └── TestDll.dll
│ ├── TestDll.csproj.nuget.dgspec.json
│ ├── TestDll.csproj.nuget.g.props
│ ├── TestDll.csproj.nuget.g.targets
│ ├── project.assets.json
│ └── project.nuget.cache
├── Tools
├── ExcelExport
│ ├── CommandLine.dll
│ ├── CommandLine.dll.meta
│ ├── CommandLine.xml
│ ├── CommandLine.xml.meta
│ ├── DesKey.txt
│ ├── DesKey.txt.meta
│ ├── ExcelDataReader.DataSet.dll
│ ├── ExcelDataReader.DataSet.dll.meta
│ ├── ExcelDataReader.DataSet.xml
│ ├── ExcelDataReader.DataSet.xml.meta
│ ├── ExcelDataReader.dll
│ ├── ExcelDataReader.dll.meta
│ ├── ExcelDataReader.xml
│ ├── ExcelDataReader.xml.meta
│ ├── FastColoredTextBox.dll
│ ├── FastColoredTextBox.dll.meta
│ ├── FastColoredTextBox.xml
│ ├── FastColoredTextBox.xml.meta
│ ├── ICSharpCode.SharpZipLib.dll
│ ├── ICSharpCode.SharpZipLib.dll.meta
│ ├── ICSharpCode.SharpZipLib.xml
│ ├── ICSharpCode.SharpZipLib.xml.meta
│ ├── Newtonsoft.Json.dll
│ ├── Newtonsoft.Json.dll.meta
│ ├── Newtonsoft.Json.xml
│ ├── Newtonsoft.Json.xml.meta
│ ├── excel2json.exe
│ ├── excel2json.exe.config
│ ├── excel2json.exe.config.meta
│ ├── excel2json.exe.meta
│ ├── 一键导表.bat
│ └── 一键导表.bat.meta
└── Protobuf
│ ├── Build.bat
│ ├── proto
│ └── MoveProto.proto
│ ├── protoc
│ ├── bin
│ │ └── protoc.exe
│ ├── include
│ │ └── google
│ │ │ └── protobuf
│ │ │ ├── any.proto
│ │ │ ├── api.proto
│ │ │ ├── compiler
│ │ │ └── plugin.proto
│ │ │ ├── descriptor.proto
│ │ │ ├── duration.proto
│ │ │ ├── empty.proto
│ │ │ ├── field_mask.proto
│ │ │ ├── source_context.proto
│ │ │ ├── struct.proto
│ │ │ ├── timestamp.proto
│ │ │ ├── type.proto
│ │ │ └── wrappers.proto
│ └── readme.txt
│ ├── protocs
│ └── MoveProto.cs
│ └── readme.txt
└── testData
└── Data.xlsx
/TDFrameWork/.vsconfig:
--------------------------------------------------------------------------------
1 | {
2 | "version": "1.0",
3 | "components": [
4 | "Microsoft.VisualStudio.Workload.ManagedGame"
5 | ]
6 | }
7 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2d844575392bb464a9176004afd9f8cd
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AddressableAssetSettings.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: be554cc2c0019e441ae378ab5866526d
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AnalyzeData.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: de98254367788894e9e7e4e95cd9b067
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AnalyzeData/AnalyzeRuleData.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d23e0c266cbfa944a93194d34f6446f8
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroupTemplates.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bd5f3c0f45fb9724cb2a063c3c916c01
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cb5d6872592ced24bada281b6f253b34
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bfae635f47fd5a14fb28e608b7ca44f0
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups/Built In Data.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 631da2b5a09c47e4481678e5f61009d1
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups/Default Local Group.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 97d2440274fc30b4babd9759c6eaa55e
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups/IL.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8d8c05f195612b64cae7845394c2fa9e
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 11400000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups/Schemas.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e20e9f063666b934082a0930f6fceba9
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups/Schemas/Built In Data_PlayerDataGroupSchema.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 915ee1f5d45ce0a468b7e41a79580936
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d2373cfc9fade6843bd7f7c66057d45b
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_ContentUpdateGroupSchema.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 41c4ad9010aa6db49a2811babd2f5281
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups/Schemas/IL_BundledAssetGroupSchema.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 44a5e1ba541783346b2e1acd021873d8
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 11400000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/AssetGroups/Schemas/IL_ContentUpdateGroupSchema.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 26c5ffd9dbeb7254795f7d7a6274bb66
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 11400000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/DataBuilders.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2b81f960ae7844c4597c7617e76b46ac
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/DataBuilders/BuildScriptFastMode.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b2d3eca179ca36342898f60030820b06
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedMode.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6094d946ba35105449fe25aa604fa218
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedPlayMode.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bd6112c2066441842bf6148cc5208ef3
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/DataBuilders/BuildScriptVirtualMode.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c607e491f0e72ef429855b05204b2ba6
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/DefaultObject.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b95906347dfcf2c41bf619c7c61cd9a5
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/Windows.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4c5f7e402bd2a004da3cc990d46f9363
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/Windows/addressables_content_state.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/AddressableAssetsData/Windows/addressables_content_state.bin
--------------------------------------------------------------------------------
/TDFrameWork/Assets/AddressableAssetsData/Windows/addressables_content_state.bin.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 290ee37695d9e5c4b9ab26119e2ef4a7
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Res.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b58c7f6f9e13efe4184a0757b7501433
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Res/HotFix.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22444aaec98d1394cba4a2e20a925a1d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Res/HotFix/dll_res.bytes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/Res/HotFix/dll_res.bytes
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Res/HotFix/dll_res.bytes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 97364cfa93d73c849be82e5b149925a7
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Res/HotFix/pdb_res.bytes:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/Res/HotFix/pdb_res.bytes
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Res/HotFix/pdb_res.bytes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 142c7a2acc106d64896578027e24db06
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Res/TestData.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1941619c8f554914c9a43a2313b0ba57
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Res/TestData/Data.json:
--------------------------------------------------------------------------------
1 | YuxNOgFXdDUqQvj3PsVFQaDhwNV7yW3g80h65DwL1G6gfyQ3rR6VPdg11EOmh7Lm
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Res/TestData/Data.json.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 868195187b66e2c40b114256e0043bc2
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scenes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3f27297e20d31ba4797ed30366ab8fb4
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scenes/SampleScene.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9fc0d4010bbf28b4594072e72b8655ab
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scenes/SampleSceneSettings.lighting.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9eac8a3d49b20084badce2b8ea3a96f5
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 4890085278179872738
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5f6c28cffdb48ae429864c30d12541f7
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 333aa4b2a6450b54eb6a4e1c2711bc31
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data/Entity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 40da30fef6b14564a86cc9028f886b2f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data/Entity/DataDesignTableEntity.cs:
--------------------------------------------------------------------------------
1 | using TDFramework.Table;
2 |
3 | namespace TDFramework
4 | {
5 | public partial class DataTableEntity : TableDataBase
6 | {
7 | }
8 | }
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data/Entity/DataDesignTableEntity.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6869271ecbbc1864f9b0e7a088e6afa7
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data/Entity/DataTableEntity.cs:
--------------------------------------------------------------------------------
1 | using TDFramework.Table;
2 |
3 | namespace TDFramework
4 | {
5 | [System.Serializable]
6 | public partial class DataTableEntity : TableDataBase
7 | {
8 | public int id;
9 | public string set;
10 | }
11 | }
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data/Entity/DataTableEntity.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 317d9c9c7221e8b4895ca75c8a60c688
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data/Table.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 63cbb0167ebffae4a802d13f6fc8c5ed
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data/Table/DataDataTable.Design.cs:
--------------------------------------------------------------------------------
1 | using LitJson;
2 | using TDFramework;
3 | using TDFramework.Extention;
4 | namespace TDFramework.Table
5 | {
6 | public partial class DataDataTable
7 | {
8 | public void ReadData(DataTableEntity entity,JsonData data)
9 | {
10 |
11 | }
12 | }
13 | }
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data/Table/DataDataTable.Design.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f6237a2734c68cb4a9e38be8ee7b27c7
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Data/Table/DataDataTable.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 01dea3464a5d9d04aa0ad8644a2c17c4
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Hot.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4399c2dc521873b4e8b8bfb001e645d4
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Hot/HotDefine.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3e6b444205b5fc04b94b90f13db3d646
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Hot/HotManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a08934fbdf82b524caab162320cfffd3
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Hot/Rotate.cs:
--------------------------------------------------------------------------------
1 | using System.Collections;
2 | using System.Collections.Generic;
3 | using UnityEngine;
4 |
5 | public class Rotate : MonoBehaviour
6 | {
7 |
8 | // Update is called once per frame
9 | void Update()
10 | {
11 | this.transform.Rotate(Vector3.forward * Time.deltaTime * 10);
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/Hot/Rotate.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 558f4ef517eb09d42913958b22fa4ff5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Scripts/UI.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d86052a2f7bead04db3c79893c6ab93f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/StreamingAssets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b44b7572cf275374791b0158127e1adf
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d34fa8083d17e174b913f846fd09be66
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3bd2d697237d0d04ab239b218ce25be9
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Audio.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0ce001df2c8efc44fbdb9488a9aeae1d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Audio/Sound.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 91270551ea8e9324cb516906306cd36f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Audio/SoundManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 59e92cee214702f42965f1f1dc07f356
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Base.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 99f6b439d00082948961b39614bc8b47
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Base/BaseAction.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e19fc91961975e94c9607ca44b200272
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Base/ManagerBase.cs:
--------------------------------------------------------------------------------
1 | using System.Collections;
2 | using System.Collections.Generic;
3 | using UnityEngine;
4 |
5 |
6 | namespace TDFramework
7 | {
8 | public abstract class ManagerBase
9 | {
10 | internal abstract void Init();
11 | }
12 |
13 | }
14 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Base/ManagerBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 87fee8de5892fea48830cb937384348d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Config.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f9ff7c218fc793d4388f29c222866e3d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Config/TDMsgSpan.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 773f05b79f02252459da17aee9b5cc4a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Debug.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0f634b0b2fc18a240ac64640e1b3b865
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Debug/DebugManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ae6d4acd3d01c34418b9f5066950e6d1
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/EventSystem.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6f182a440999024438a54718bed2a331
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/EventSystem/Callback.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 58d2c6e919487d14a9142fce29008216
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/EventSystem/EventCenter.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Core/EventSystem/EventCenter.cs
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Extention.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 47538a91e7da9d14e8ebc647c2e42aff
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Extention/BasicValueExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0c3cb0132994ee34aabdf0589a74e8df
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Extention/ClassExtention.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bb701e887a9d2974d8f2e497a975aa46
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Extention/FuncOrActionOrEventExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 162570308c5f8c14898f2d09f7957d6d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Extention/IEnumerableExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8bea0812902dc894183efeb09de1048c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Extention/IOExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ea29481948e2cb346b93f9134b807699
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Extention/OOPExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9dcb8df4b933d054cb6a326ab226b89a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Extention/StringExtention.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2718e1d33464ff84888523ae823afaa8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Extention/TDExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b4b3d7435eb449b4c8dea5ca1c9e49ba
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Fsm.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a72b922a402a8a642826c5ada691a519
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Fsm/Fsm.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 096d2b47201cdf84ea9cfb0806d60393
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Fsm/FsmArgs.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace TDFramework
8 | {
9 | public class FsmArgs
10 | {
11 | public Type GetType { get; private set; }
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Fsm/FsmArgs.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6957dddcabbe59047ac40829d4d5a11d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Fsm/FsmBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c17e8070ed70fc249bcb7b6d51cf6c90
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Fsm/FsmManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 58319b4eb2721834c849e9a3092e47ac
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Fsm/FsmState.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cda92de28c1c32546abea06adff24092
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/GameEntry.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f1a99c243548a19449fad6515b9034be
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/ILRuntime.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: db7a8b685bec7124dab0a84504f7e82f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/ILRuntime/ILRuntimeMgr.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 10417f6c77921da459dd1c0c3dd0739f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/ILRuntime/MonoBehaviourAdapter.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Core/ILRuntime/MonoBehaviourAdapter.cs
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/ILRuntime/MonoBehaviourAdapter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a07b06aecc4c549438396d2d1e58ad77
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/ILRuntime/Vector3Binder.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e99d8521eb9e27740bb09f340a78ecb6
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/LocalCache.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f497117efa97d3c408653fb11cf049f5
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/LocalCache/LocalCache.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e665cc7874014564288e67deadf08c87
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/LocalCache/LocalCacheMgr.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8642783a91706c642a67423ecf42d56e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Localization.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fb4f1942724a5194aabc7c7097baf33d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Localization/INotification.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace TDFramework.Localization
8 | {
9 | public interface INotification
10 | {
11 | void Refresh();
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Localization/INotification.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3d879b1c44ba29248833dfbc938a2b01
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Localization/LocalizationImage.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b19dfa7e35d5f844a3cc942d0cee97a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Localization/LocalizationMgr.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 299508a3c2fab7f4d8d37f942cdafd72
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Localization/LocalizationText.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dea7afef0f79dfc42ba6f0a277726872
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Localization/LocalizationTextMeshProText.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d7b80b1eae0b8344496520f85ea29bf2
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Log.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 862caa5584a3e62498270561f1740706
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Log/LoggerManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f36e954643c003248aefb4be685fb68a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Log/Reporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 600c02144c4813244abd262cbcbe8825
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Log/ReporterGUI.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8c866050b2c752d488112993fd0ddfce
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 727ab1383cd2c79468b31df198df753c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/ByteMemoryStream.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9bd8ea8de7b57fa48bbd3438484f8eb5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f31da85bb55cef4439a451a5fbc2bdad
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/Crc16.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 38da293ca7ba5a743802e636a38988a1
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/DeviceUtil.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e8a0e3f60571d9e49a6d33c2252e521b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/SecurityUtil.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 405bc81b00810704787aebfefce2b889
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/ZlibHelper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: aadddd3f9db5d6046828a12147e78ccf
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 55b0d1f6adcc62e42804faf5dd7380a1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/Adler32.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d13537680b98c6d45a492cce54ef9e18
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/Deflate.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ff9f944b36d95f045a7bb24953cd85af
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/InfBlocks.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 92e5f4b808b00c645ac4bad8f64ea197
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/InfCodes.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f36329c2a11cb1249a905477c076e081
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/InfTree.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dc4022a57a5f47849baa82380dcbf913
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/Inflate.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 906ab28f822eb794f92e3812d2ba0323
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/StaticTree.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6c1ac24247f63204d8edc665cf7f0d4c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/SupportClass.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c5a805616d95ba14c866d77d71de2c7f
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/Tree.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a735b874ab2049f468d630b67bc77afd
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/ZInputStream.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ad95d0f3dc9d66048b233fb23b1e88e5
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/ZOutputStream.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 105ccda9017b78e44ae2b5e80b5dce39
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/ZStream.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 269de5f6e385e2d45b49dbbcb1d878d5
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/ZStreamException.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: af558e8c3b76e7c4ebc9e879f55514c2
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/Commom/zlib_NET_104/Zlib.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 61f7b185fb4920e4f885fedb3b15aae4
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/NetWorkHttp.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8cb176f04bcd71349bb51170797d9979
3 | timeCreated: 1522768575
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/NetWorkSocket.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f5b7998e0e3e5b245b4fe18a0b853bb1
3 | timeCreated: 1522841551
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/RetValue.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 | using System.Collections;
3 |
4 | public class RetValue {
5 |
6 | public bool HasError;
7 |
8 | public string ErrorMsg;
9 |
10 | public object RetData;
11 | }
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Net/RetValue.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e38d59aba92aad448b471ad2c04f73f9
3 | timeCreated: 1522829248
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: af8575c119690234a813d5714c929d48
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Actor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 68bf3b9c1e1df0d4c8485979b01b63ca
3 | folderAsset: yes
4 | timeCreated: 1503735236
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Actor/ActorRoot.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 99106b3f48306144d8aeee48747cb680
3 | timeCreated: 1503733525
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Actor/ActorRootSlot.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f2c48e4258b17b543b1fc81ac2b56c31
3 | timeCreated: 1503734212
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Actor/ActorTypeDef.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace Assets.Scripts.GameLogic
4 | {
5 | public enum ActorTypeDef
6 | {
7 | Actor_Type_Hero,
8 | Actor_Type_Monster,
9 | Actor_Type_Organ,
10 | Actor_Type_EYE,
11 | Actor_Type_Bullet,
12 | Count,
13 | All,
14 | Invalid
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Actor/ActorTypeDef.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d890174b0c15f74ba006226a0c7bc02
3 | timeCreated: 1503733392
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Actor/COM_PLAYERCAMP.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 |
4 | public enum COM_PLAYERCAMP
5 | {
6 | COM_PLAYERCAMP_MID,
7 | COM_PLAYERCAMP_1,
8 | COM_PLAYERCAMP_2,
9 | COM_PLAYERCAMP_COUNT
10 | }
11 |
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Actor/COM_PLAYERCAMP.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2285ae81e39785143b8efaf26187c7b5
3 | timeCreated: 1503734271
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Actor/IUpdateLogic.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace Assets.Scripts.GameLogic
4 | {
5 | public interface IUpdateLogic
6 | {
7 | void UpdateLogic(int delta);
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Actor/IUpdateLogic.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d1906d6433eba7842b96e639a9b563a6
3 | timeCreated: 1503733667
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/CollisionShapeType.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | public enum CollisionShapeType
4 | {
5 | None,
6 | Box,
7 | Sphere,
8 | CylinderSector
9 | }
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/CollisionShapeType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2799b3d1e5f245a46acfa71228400268
3 | timeCreated: 1503732030
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/DictionaryView.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 519f138f3023acc46928b76fc816caee
3 | timeCreated: 1503732099
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e2bda0c8b5c8e11448c0bb804dfa6948
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/AcosLookupTable.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1ecabb5e2c2c212418c951eb0979e760
3 | timeCreated: 1503657613
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/Atan2LookupTable.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fab891a9e35aa7f4ea25be580d6b3dd1
3 | timeCreated: 1503657614
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/IntMath.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4d972d38bfd230f4ca00141254e3c789
3 | timeCreated: 1503657515
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/VFactor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3420174d94886fa4798d9dd2024b0d30
3 | timeCreated: 1503657290
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/VInt.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fdd1e272bd5332a439104dfb0bdb2469
3 | timeCreated: 1503657462
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/VInt2.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8eff768a8748b674aa68e417e45c0561
3 | timeCreated: 1503657462
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/VInt3.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a599c825dda4cb44da1ce3ecde5769d4
3 | timeCreated: 1503657462
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/VLine.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | public struct VLine
4 | {
5 | public VInt2 point;
6 |
7 | public VInt2 direction;
8 | }
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/VLine.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 262d026ea7ed9b84397aeafd53aa3e9c
3 | timeCreated: 1503657462
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/FixedPoint/VRect.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b92b573691314eb4c9ba115a62f649d2
3 | timeCreated: 1503657462
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Pool.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 533a23d221faaa046997f841903f3160
3 | folderAsset: yes
4 | timeCreated: 1503735252
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Pool/IObjPoolCtrl.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace Assets.Scripts.Common
4 | {
5 | public interface IObjPoolCtrl
6 | {
7 | void Release(PooledClassObject obj);
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Pool/IObjPoolCtrl.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 904bb23aad87e694f910d4d5cf19fb7a
3 | timeCreated: 1503732255
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Pool/IPooledMonoBehaviour.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | public interface IPooledMonoBehaviour
4 | {
5 | void OnCreate();
6 |
7 | void OnGet();
8 |
9 | void OnRecycle();
10 | }
11 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Pool/IPooledMonoBehaviour.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b1864f5bf379b6046b36ac53ab4393ff
3 | timeCreated: 1503734102
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Pool/PoolObjHandle.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 54b38132a8dd3494e9b15fdf61e6bfd9
3 | timeCreated: 1503732209
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/Pool/PooledClassObject.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9d76537ff5ae1ec48a0d9a65fb6f8781
3 | timeCreated: 1503732233
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/SCollisionComponent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 265358336efbd7b4bbeb235d207aff05
3 | timeCreated: 1503732141
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/VCollisionBox.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 70524032f286c5a4695070e947ab3b56
3 | timeCreated: 1503731813
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/VCollisionCylinderSector.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c07ed2419fda05f488aae6a1c7dcbf65
3 | timeCreated: 1503731813
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/VCollisionShape.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 40bccb8a753366e40aee1d2d09221a73
3 | timeCreated: 1503731813
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Physics/VCollisionSphere.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fa0d7bb714bb5404e94789e7d3ff1605
3 | timeCreated: 1503731813
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Pool.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d88b87acf051f504da8cd9434b724834
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Pool/ClassObjPool.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 68cbc849ea89ebe4989563b3f7975957
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Pool/PoolManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e18a07eee56058f40b48d6993029e729
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Pool/PrefabPool.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 61f59c248393b0946ad79585ab4ed0ba
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Pool/PrefabPoolEntity.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 515ca73f18b506042bf42f95e9d42a93
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Res.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1c9ce5634c28e794c861a141eaf61573
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Res/ResManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ddb75f56b8fe2c1448b27f3cfc982abf
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Scene.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7cc0b14eec65e7e4ca6bc4db60278fd3
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Scene/SceneLoaderManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7b0f31fc504730443b8819fb1c03be55
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Scene/SceneLoderRoutine.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3907416886ba3c34d970add06b814e71
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Singleton.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bb9468ec165339d47986b2f27e715914
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Singleton/Singleton.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 71e4658b7e8711d41a83cd57740e205b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Table.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b80f788d838a1f04b85210f075f45998
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Table/AbstractDataTable.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e125609aab787074280a30aa3356042c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Table/TableDataBase.cs:
--------------------------------------------------------------------------------
1 |
2 | using System;
3 |
4 | namespace TDFramework.Table
5 | {
6 | [System.Serializable]
7 | public abstract class TableDataBase
8 | {
9 | public int ID { get; set; }
10 | }
11 |
12 | }
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Table/TableDataBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c56a2752a6436004782f8384986defef
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Table/TableDataManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 45e28cf9bef0a1f4eb5346954270de68
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Time.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 80e8073c0ffd22142abfafd657de1443
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Time/TimeAction.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b9a59d905f8b5e74491eb585059f00d0
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Time/TimeManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 16e899155344bc5429f9560e63143607
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Tools.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 09f8e60108fe2c546b4b023225fe47f5
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Tools/Excel.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ee530b3912ecac04bab73195bfd3d89b
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Tools/Excel/CSharpExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f198071db33dd6744937c7a9a664a395
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Tools/Excel/ExcelLoader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ddc8ee2ffbb936d40835ce53d74256fd
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Tools/Excel/JsonExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 82d9abcd7ca330f489654b8a806523a3
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/Tools/StringEncryption.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8bde71254b21ffd42b776cb216884d69
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/UI.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 83faf1fd22b3108448b262b9405c460f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/UI/FrameWorkPathConfig.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9569a6b2dcf43854db2abfe7284cb8f9
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/UI/UIBind.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b934a1577deda4a4ba6e9c1bdea9f04f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/UI/UIManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c7348e1f1245c2f43a817c4cf8d7c05e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/UI/UIMgr.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0567ef73fccf9124bb790d73fc2bc033
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/UI/UIPanel.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a55fc8fe7a54b2c48b6da1b0e551df24
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Core/UI/UIPanelInfo.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3bd85b1ec47b3f54fb73b8315f387543
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cf9eb572c3d53364baac033c06d014c1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Editor/AssetEvent.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Editor/AssetEvent.cs
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Editor/AssetEvent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8d3637761b9235649b3f99ce07393fee
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Editor/DebugEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 02d571e2b32921541ac89b3644ef07bf
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Editor/FrameworkEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5c2a0edc42a3db044a53e57f9ef08a53
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8025a973fa973a84584d98ac40b5d6a8
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e2b43c886028ee647b47c0e9b83ef2c0
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro/ConsoleProDebug.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 30f42e8a12eb842acbe9a63057fb00e4
3 | timeCreated: 1469329295
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Editor Console Pro Documentation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Editor Console Pro Documentation.pdf
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Editor Console Pro Documentation.pdf.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5de782a9528f04b41a8ba70afba32a61
3 | timeCreated: 1498113024
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 85228ac2481ab4a3eaf89d6becbb6472
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Editor/ConsolePro.Editor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Editor/ConsolePro.Editor.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Remote.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: edbe848d3cfe54acba02ff7eeeb3aa46
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Remote/LiteNetLib.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c6bd635eeaa04c228b6d342c4758ad7
3 | folderAsset: yes
4 | timeCreated: 1494014730
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Remote/LiteNetLib/RemoteFix:
--------------------------------------------------------------------------------
1 | for file in *.cs; do
2 | echo "#if DEBUG && !UNITY_WP_8_1 && !UNITY_WSA" | cat - $file > tempfile && mv tempfile $file
3 | echo '#endif' >> "$file"
4 | done
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/ConsolePro/Remote/LiteNetLib/RemoteFix.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a9f1f24482ff84a25a1188dd49ec4d86
3 | timeCreated: 1498001160
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f54d1bd14bd3ca042bd867b519fee8cc
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Documentation.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8e7e8f5a82a3a134e91c54efd2274ea9
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1b8d251f9af63b746bf2f7ffe00ebb9b
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Fonts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6ab70aee4d56447429c680537fbf93ed
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e59c59b81ab47f9b6ec5781fa725d2c
3 | timeCreated: 1484171296
4 | licenseType: Pro
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Fonts/LiberationSans.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Fonts/LiberationSans.ttf
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 243e06394e614e5d99fab26083b707fa
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/Fonts & Materials.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 731f1baa9d144a9897cb1d341c2092b8
3 | folderAsset: yes
4 | timeCreated: 1442040525
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e73a58f6e2794ae7b1b7e50b7fb811b0
3 | timeCreated: 1484172806
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2e498d1c8094910479dc3e1b768306a4
3 | timeCreated: 1484171803
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 79459efec17a4d00a321bdcc27bbc385
3 | timeCreated: 1484172856
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8f586378b4e144a9851e7b34d9b748ee
3 | timeCreated: 1484171803
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/LineBreaking Following Characters.txt:
--------------------------------------------------------------------------------
1 | )]}〕〉》」』】〙〗〟’”⦆»ヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻‐゠–〜?!‼⁇⁈⁉・、%,.:;。!?]):;=}¢°"†‡℃〆%,.
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fade42e8bc714b018fac513c043d323b
3 | timeCreated: 1425440388
4 | licenseType: Store
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/LineBreaking Leading Characters.txt:
--------------------------------------------------------------------------------
1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ #
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d82c1b31c7e74239bff1220585707d2b
3 | timeCreated: 1425440388
4 | licenseType: Store
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/Sprite Assets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 512a49d95c0c4332bdd98131869c23c9
3 | folderAsset: yes
4 | timeCreated: 1441876896
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c41005c129ba4d66911b75229fd70b45
3 | timeCreated: 1480316912
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/Style Sheets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4aecb92fff08436c8303b10eab8da368
3 | folderAsset: yes
4 | timeCreated: 1441876950
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f952c082cb03451daed3ee968ac6c63e
3 | timeCreated: 1432805430
4 | licenseType: Store
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Resources/TMP Settings.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3f5b5dff67a942289a9defa416b206f3
3 | timeCreated: 1436653997
4 | licenseType: Pro
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e9f693669af91aa45ad615fc681ed29f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 48bb5f55d8670e349b6e614913f9d910
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1e3b057af24249748ff873be7fafee47
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 128e987d567d4e2c824d754223b3f3b0
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dd89cf5b9246416f84610a006f916af7
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14eb328de4b8eb245bb7cea29e4ac00b
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bc1ede39bf3643ee8e493720e4259791
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a02a7d8c237544f1962732b55a9aebf1
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c8d12adcee749c344b8117cf7c7eb912
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fe393ace9b354375a9cb14cdbbc28be4
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 85187c2149c549c5b33f0cdb02836b17
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f7ada0af4f174f0694ca6a487b8f543d
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_SDF.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 68e6db2ebdc24f95958faec2be5558d6
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMP_Sprite.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cf81c85f95fe47e1a27f6ae460cf182c
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMPro.cginc.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 407bc68d299748449bbf7f48ee690f8d
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c334973cef89a9840b0b0c507e0377ab
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3997e2241185407d80309a82f9148466
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d930090c0cd643c7b55f19a38538c162
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Sprites.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d0603b6d5186471b96c778c3949c7ce2
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Sprites/EmojiOne Attribution.txt:
--------------------------------------------------------------------------------
1 | This sample of beautiful emojis are provided by EmojiOne https://www.emojione.com/
2 |
3 | Please visit their website to view the complete set of their emojis and review their licensing terms.
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 381dcb09d5029d14897e55f98031fca5
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Sprites/EmojiOne.json.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8f05276190cf498a8153f6cbe761d4e6
3 | timeCreated: 1480316860
4 | licenseType: Pro
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Sprites/EmojiOne.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Other/TextMesh Pro/Sprites/EmojiOne.png
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9da929035cc2ba0489561bfa3f3a893e
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/ExcelDll.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a3c4b063c01be4e4e9c057a6d9f6b82d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/ExcelDll/ExcelDataReader.DataSet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/ExcelDll/ExcelDataReader.DataSet.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/ExcelDll/ExcelDataReader.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/ExcelDll/ExcelDataReader.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/ExcelDll/ICSharpCode.SharpZipLib.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/ExcelDll/ICSharpCode.SharpZipLib.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 39cd2124cf2aeeb47a43a7572f6c0651
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/AssemblyInfo.cs.in.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4df6c13b5d231644999d806925a4c303
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/IJsonWrapper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c5f2b536acb8feb449dcb88a37c97b88
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/JsonData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 74d6b02e14f83a048b07834bd5585239
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/JsonException.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: aee1f5bc9e244d14e8d3624114cdd571
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/JsonMapper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bf5e8dcfcf343f840baee5bdcc932f65
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/JsonMockWrapper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 00c7dd75b71a5254bbe6b423e993df0d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/JsonReader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 895e4174145f6f940bfdba58ff1b98dd
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/JsonWriter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8c9d93798d2455c4db9a8d9d0460a53e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/Lexer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: de9eddd6ecf04934288fd1f9f7635523
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/Netstandard15Polyfill.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5e711a6a9fe5ef946bbecee25224836f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/LitJson/ParserToken.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1e991b3a4b8adcb49980048bc658ce5e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 35a721eae1cdbe647a086ad29a339fef
3 | folderAsset: yes
4 | timeCreated: 1608317253
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0892af58ca441f64dba2d7af03deb4c9
3 | folderAsset: yes
4 | timeCreated: 1608317279
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 47257c77491e24c4f8887864ee0857f0
3 | folderAsset: yes
4 | timeCreated: 1608317280
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEditor/Sirenix.Serialization.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEditor/Sirenix.Serialization.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEditor/Sirenix.Utilities.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEditor/Sirenix.Utilities.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEmitAndNoEditor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 92ca8146ddb5c874b9b1dc1d4564b779
3 | folderAsset: yes
4 | timeCreated: 1608317280
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEmitAndNoEditor/Sirenix.Serialization.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEmitAndNoEditor/Sirenix.Serialization.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEmitAndNoEditor/Sirenix.Utilities.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/NoEmitAndNoEditor/Sirenix.Utilities.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Attributes.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Attributes.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Attributes.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d83804f588f3f8b4eb7d513a49731895
3 | timeCreated: 1608315345
4 | licenseType: Store
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Editor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Editor.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Editor.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 37fd9512aa7ceb94597c171f269b7ce7
3 | timeCreated: 1608315345
4 | licenseType: Store
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Serialization.Config.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Serialization.Config.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Serialization.Config.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f0faf8817dffe5244ad75bcfddf101b8
3 | timeCreated: 1608315345
4 | licenseType: Store
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Serialization.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Serialization.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Utilities.Editor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Utilities.Editor.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Utilities.Editor.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 73a02319edf170d48a5aed2b6da10286
3 | timeCreated: 1608315345
4 | licenseType: Store
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Utilities.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Utilities.dll
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/Sirenix.Utilities.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dbe0b95e6bfcc9944b7886215e7ca346
3 | timeCreated: 1608315345
4 | licenseType: Store
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/link.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Assemblies/link.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4c8463be289381f4b8d730cc983a131b
3 | timeCreated: 1571835978
4 | TextScriptImporter:
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Demos.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 30565587d2ea3b84b9f31b6f9213a807
3 | folderAsset: yes
4 | timeCreated: 1608317279
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Demos/Custom Attribute Processors.unitypackage.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7cd8db68c097f0b43a0cb53ad8a630e1
3 | timeCreated: 1608315391
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Demos/Custom Drawers.unitypackage.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7bad4e5d78330804bb63e783474dd341
3 | timeCreated: 1608315392
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Demos/Editor Windows.unitypackage.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d705b5c9290f33f4ebf61ca7f1751f66
3 | timeCreated: 1608315392
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Demos/Sample - RPG Editor.unitypackage.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5ec1bd343e24896459abe8c7a02b7912
3 | timeCreated: 1608315393
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 95bb668fca197464e9eef82fa5dfa3f4
3 | folderAsset: yes
4 | timeCreated: 1608317253
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Assets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 417783ef8cf45034fb2abd6d7bddeb49
3 | folderAsset: yes
4 | timeCreated: 1608317280
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Assets/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6a4bacb88ad38904f94fce909ff35536
3 | folderAsset: yes
4 | timeCreated: 1608317280
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Assets/Editor/Odin Inspector Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Assets/Editor/Odin Inspector Logo.png
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Assets/Editor/OdinPathLookup.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 08379ccefc05200459f90a1c0711a340
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Config.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f610cbbe114d47a4da956ed44814d9aa
3 | folderAsset: yes
4 | timeCreated: 1608317253
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Config/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8b8521331255dc34e946dafd273b2786
3 | folderAsset: yes
4 | timeCreated: 1608317254
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Config/Editor/GeneralDrawerConfig.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 59fcc4ed43ac7444cb6b5dcd7fe4d417
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Config/Editor/InspectorConfig.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f21d7b698716868428522fbed8d13e9e
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Config/Editor/OdinModuleConfig.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 54d072ee4ab0ea54f9be47b567744cd7
3 | timeCreated: 1608317254
4 | licenseType: Store
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Config/Resources.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4fd0d0c41ba4d9240890d5fc8850b512
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Config/Resources/Sirenix.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d616a881cb3aa734a951022cd7501cb7
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Config/Resources/Sirenix/GlobalSerializationConfig.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e2d6316d2bd3ab14194a2605242b314d
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 0
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Modules.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8978eac9d11c2824b89709f9cac45504
3 | folderAsset: yes
4 | timeCreated: 1608317280
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Modules/Unity.Entities.data:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Modules/Unity.Entities.data
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Modules/Unity.Entities.data.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 728df0e3465c1a148b83053a3f31d489
3 | timeCreated: 1573836981
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Modules/Unity.Mathematics.data:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Modules/Unity.Mathematics.data
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Modules/Unity.Mathematics.data.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4866e740a22eb1e49b1603b051e4d92c
3 | timeCreated: 1573836980
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Scripts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 92ea4518d6ddba64e9ffc990b334ebdf
3 | folderAsset: yes
4 | timeCreated: 1608317280
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Scripts/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 51d97d64dbac6434cbb39359e4346f89
3 | folderAsset: yes
4 | timeCreated: 1608317280
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Scripts/Editor/Sirenix.OdinInspector.CompatibilityLayer.Editor.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c74ad0863a29b5d49af77ca1851ee4f6
3 | timeCreated: 1608315320
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Odin Inspector/Scripts/Sirenix.OdinInspector.CompatibilityLayer.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5f03fc37b95cb644599751ca563336b2
3 | timeCreated: 1608315319
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/Sirenix/Readme.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e957a9e8b4f4bce4b8a34e504a8c39d7
3 | timeCreated: 1533815770
4 | licenseType: Store
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/TestDll.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 811f2c9e8470b8e48957f58b874b3b63
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/TestDll/Test.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 |
4 | namespace Game
5 | {
6 | public class Test
7 | {
8 | public static void Get()
9 | {
10 | UnityEngine.Debug.Log("IL Get Fuction QAQ");
11 | }
12 | }
13 |
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/TestDll/Test.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8ef2319545907654299b4edf296b9245
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/TestDll/_Scripts.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 43f240064d1ab294ca12d2b074a4d0fa
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4e365180367615b4bad3ffabade24583
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Examples.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 978ae90fe3a2bba4f8dd7ab0f7c029dc
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Examples/Sample11_Logger.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f5aa72c61e2548a4bac4d65f93c63bf1
3 | timeCreated: 1455373902
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Examples/Sample12Scene.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4a4aea8df1ad11c47a1db84432dd30f8
3 | timeCreated: 1455373896
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Examples/Sample13Scene.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b879645f640b02b43a8e78e210c1da1f
3 | timeCreated: 1455373896
4 | licenseType: Store
5 | DefaultImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Examples/Sample13_ToDoApp.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 022ecfa555367154c8cf87d61465f7e2
3 | timeCreated: 1455373897
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Examples/Sample13_ToDoItem.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 173222196f3e1f0448b383f260df7d44
3 | timeCreated: 1455373909
4 | licenseType: Store
5 | NativeFormatImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Examples/UniRx.Examples.asmdef:
--------------------------------------------------------------------------------
1 | {
2 | "name": "UniRx.Examples",
3 | "references": [
4 | "UniRx"
5 | ],
6 | "optionalUnityReferences": [
7 | "TestAssemblies"
8 | ],
9 | "includePlatforms": [],
10 | "excludePlatforms": [],
11 | "allowUnsafeCode": false
12 | }
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Examples/UniRx.Examples.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 71799519d12379b49b6b53aea974bea5
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/ReadMe.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 52d665ea30c2a3a49a6fa4b3b5a0349a
3 | timeCreated: 1455373909
4 | licenseType: Store
5 | TextScriptImporter:
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eaf9ac9937118834c86197511fd5317f
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Asynchronous.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c490b3110ff2a524ea963382652a378f
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Disposables.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d061218ef48281148bb1a996d971bdbe
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Disposables/ICancelable.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Text;
4 |
5 | namespace UniRx
6 | {
7 | public interface ICancelable : IDisposable
8 | {
9 | bool IsDisposed { get; }
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/EventPattern.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e4b797bfea1999a499309068b7d7a97e
3 | timeCreated: 1455373901
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/InternalUtil.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7147cf40e45d9b7468957f2d28b1f2f0
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/InternalUtil/PromiseHelper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: daa7aa90cece0fe40920a35e79f526dd
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/InternalUtil/UnityEqualityComparer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 626a410137515ac45bb59d1ca91d8f3f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Notification.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 169d02559aa6b3e459fbae10f2acecd8
3 | timeCreated: 1455373897
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Notifiers.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 63388f4f94a67e34590e2167d45e4046
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Observable.Events.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e591aafff0492c94590cf9702f6c408f
3 | timeCreated: 1455373901
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Observable.Joins.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Text;
4 |
5 | namespace UniRx
6 | {
7 | public static partial class Observable
8 | {
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Observable.Joins.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dd92425c6c6dec24e9e52677cbc36aa0
3 | timeCreated: 1455373901
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Observable.Paging.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f4c9428bf00006d408fcfe4c514ee798
3 | timeCreated: 1455373902
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Observable.Time.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7da89fcf95f5c364ca62bbb874005d32
3 | timeCreated: 1455373899
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Observable.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a2dd1c80d4559fd4ca9ef62f20d031ab
3 | timeCreated: 1455373900
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Observer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 57d25c3f6fa1d334e89c384393252b8a
3 | timeCreated: 1455373899
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b37ab723fc6829344bcb6a5991a4e2a1
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Amb.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ad1a22922a735ee479baf0e179648532
3 | timeCreated: 1455373900
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Buffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4137aec9640d3ea41a740d677026aa8c
3 | timeCreated: 1455373898
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Cast.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e70ae559c9b927742acbff91d50b3b22
3 | timeCreated: 1455373901
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Catch.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 404a684db151ca34f8258c6fb373db8d
3 | timeCreated: 1455373898
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Concat.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 740c2691a7e434f439abfdcac75ea809
3 | timeCreated: 1455373899
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Create.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cae9e62bf5eb3dc4e9d93cf6ff606052
3 | timeCreated: 1455373901
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Defer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 15ca418b98836d943864b1e8b82f6658
3 | timeCreated: 1455373897
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Delay.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2af9c507ce062994a904e4b5565b49c0
3 | timeCreated: 1455373898
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Do.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8f99ae8870195e34b8618451a95818e0
3 | timeCreated: 1455373900
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Empty.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9e9a7050a289d3a4aa17cba89e085135
3 | timeCreated: 1455373900
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Finally.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9ce919d8f2acf2b47a932e850e399d3a
3 | timeCreated: 1455373900
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/First.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8e3093220aeb1d54faa3fca9fe0af6c0
3 | timeCreated: 1455373900
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/GroupBy.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7345fc4a6df05ca47ab89ec819bccde6
3 | timeCreated: 1455373899
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Last.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 696780c8759162d4b996683ec13d7e0b
3 | timeCreated: 1455373899
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Merge.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 94158fab525468d4e896a62f633257e6
3 | timeCreated: 1455373900
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Never.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b5db8d5c73883214abaf3715002da256
3 | timeCreated: 1455373900
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/OfType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 981fd4bf7704404459a0deed254a03e5
3 | timeCreated: 1455373900
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Range.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2249fbe589c8d3042ac201c1ab4be76f
3 | timeCreated: 1455373897
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Repeat.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 63930706f2ea6e847866fc6d914b0d2e
3 | timeCreated: 1455373899
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Return.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 25648117feeec6043bd39468bfab62b7
3 | timeCreated: 1455373898
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Operators/Sample.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 414e918f6a4dfc549b2a8c916a6325e1
3 | timeCreated: 1455373898
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Pair.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7947c520dfd9de94bb381e45dc105752
3 | timeCreated: 1455373899
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Schedulers.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ca4cbb2e99a69854d93ad929ef72117b
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Subjects.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 660d85cac8b3db241b8e6e333d493d38
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/System.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e38b8fd0fa968d0438280dbb22012b81
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/System/Tuple.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: be811500a5640704b92de622c9202d48
3 | timeCreated: 1455373901
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/System/Unit.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14f6907c0ae17e64c8fc34f08c3038a4
3 | timeCreated: 1455373897
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Tasks.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f4389552ae1b4f54fb6d931c0a6efd08
3 | folderAsset: yes
4 | timeCreated: 1475139656
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/TimeInterval.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dd48622e783cadc47af9a6b456ac8438
3 | timeCreated: 1455373901
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/Timestamped.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c1d908b82d0e2b4489d3351a484e5eae
3 | timeCreated: 1455373901
4 | licenseType: Store
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: 0
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/UniRx.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 560b04d1a97f54a4e82edc0cbbb69285
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/UnityEngineBridge.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c6fa31db6d33195438d3a9c49effc512
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 125ca82be137b8544a2b65f7150ee2d4
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/UnityEngineBridge/Operators.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4d126dc4a05228e418759d57f7661329
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/UnityEngineBridge/Toolkit.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 726595c7d6d85824887a77691e3ca50a
3 | folderAsset: yes
4 | timeCreated: 1468655394
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5380144628ecdc74ab6778f80d103d51
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Plugins/UniRx/Scripts/UnityWinRTBridge.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c03c70869bcd0240b96959097acc29d
3 | folderAsset: yes
4 | timeCreated: 1455373896
5 | licenseType: Store
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5670eb0e08bf3c44693e8eff456ff643
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Prefab/Resources.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dab54ce1c69fb94469bd7b8c585034f1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Prefab/Resources/PathConfig.asset.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 58574827d58f4ae4e992583e607055d2
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 11400000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/TDFramework/Prefab/Resources/UIRoot.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b018360719e2ace458b3693819ac9dae
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/TDFrameWork/Assets/Test.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dfa0efc0bdbbb004d9fe84290e3a857d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ExcelDataReader.3.6.0/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ExcelDataReader.3.6.0/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ExcelDataReader.3.6.0/ExcelDataReader.3.6.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ExcelDataReader.3.6.0/ExcelDataReader.3.6.0.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ExcelDataReader.3.6.0/lib/net20/ExcelDataReader.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ExcelDataReader.3.6.0/lib/net20/ExcelDataReader.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ExcelDataReader.3.6.0/lib/net45/ExcelDataReader.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ExcelDataReader.3.6.0/lib/net45/ExcelDataReader.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ExcelDataReader.3.6.0/lib/netstandard1.3/ExcelDataReader.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ExcelDataReader.3.6.0/lib/netstandard1.3/ExcelDataReader.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ExcelDataReader.3.6.0/lib/netstandard2.0/ExcelDataReader.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ExcelDataReader.3.6.0/lib/netstandard2.0/ExcelDataReader.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/Microsoft.IdentityModel.JsonWebTokens.6.7.1.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/Microsoft.IdentityModel.JsonWebTokens.6.7.1.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.JsonWebTokens.6.7.1/lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/Microsoft.IdentityModel.Logging.6.7.1.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/Microsoft.IdentityModel.Logging.6.7.1.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/lib/net45/Microsoft.IdentityModel.Logging.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/lib/net45/Microsoft.IdentityModel.Logging.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/lib/net461/Microsoft.IdentityModel.Logging.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/lib/net461/Microsoft.IdentityModel.Logging.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Logging.6.7.1/lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/Microsoft.IdentityModel.Tokens.6.7.1.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/Microsoft.IdentityModel.Tokens.6.7.1.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/lib/net45/Microsoft.IdentityModel.Tokens.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/lib/net45/Microsoft.IdentityModel.Tokens.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/lib/net461/Microsoft.IdentityModel.Tokens.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/lib/net461/Microsoft.IdentityModel.Tokens.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/Microsoft.IdentityModel.Tokens.6.7.1/lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.5.1.0/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.5.1.0/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.5.1.0/ServiceStack.5.1.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.5.1.0/ServiceStack.5.1.0.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.5.1.0/lib/net45/ServiceStack.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.5.1.0/lib/net45/ServiceStack.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.5.1.0/lib/netstandard2.0/ServiceStack.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.5.1.0/lib/netstandard2.0/ServiceStack.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Client.5.1.0/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Client.5.1.0/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Client.5.1.0/ServiceStack.Client.5.1.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Client.5.1.0/ServiceStack.Client.5.1.0.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Client.5.1.0/lib/net45/ServiceStack.Client.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Client.5.1.0/lib/net45/ServiceStack.Client.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Client.5.1.0/lib/netstandard2.0/ServiceStack.Client.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Client.5.1.0/lib/netstandard2.0/ServiceStack.Client.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Common.5.1.0/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Common.5.1.0/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Common.5.1.0/ServiceStack.Common.5.1.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Common.5.1.0/ServiceStack.Common.5.1.0.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Common.5.1.0/lib/net45/ServiceStack.Common.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Common.5.1.0/lib/net45/ServiceStack.Common.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Common.5.1.0/lib/netstandard2.0/ServiceStack.Common.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Common.5.1.0/lib/netstandard2.0/ServiceStack.Common.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Interfaces.5.1.0/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Interfaces.5.1.0/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Interfaces.5.1.0/ServiceStack.Interfaces.5.1.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Interfaces.5.1.0/ServiceStack.Interfaces.5.1.0.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Interfaces.5.1.0/lib/net45/ServiceStack.Interfaces.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Interfaces.5.1.0/lib/net45/ServiceStack.Interfaces.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Interfaces.5.1.0/lib/netstandard2.0/ServiceStack.Interfaces.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Interfaces.5.1.0/lib/netstandard2.0/ServiceStack.Interfaces.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/ServiceStack.ProtoBuf.5.1.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/ServiceStack.ProtoBuf.5.1.0.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/lib/net45/ServiceStack.ProtoBuf.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/lib/net45/ServiceStack.ProtoBuf.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/lib/net45/ServiceStack.ProtoBuf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | ServiceStack.ProtoBuf
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/lib/netstandard2.0/ServiceStack.ProtoBuf.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/lib/netstandard2.0/ServiceStack.ProtoBuf.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.ProtoBuf.5.1.0/lib/netstandard2.0/ServiceStack.ProtoBuf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | ServiceStack.ProtoBuf
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Text.5.1.0/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Text.5.1.0/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Text.5.1.0/ServiceStack.Text.5.1.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Text.5.1.0/ServiceStack.Text.5.1.0.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Text.5.1.0/lib/net45/ServiceStack.Text.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Text.5.1.0/lib/net45/ServiceStack.Text.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/ServiceStack.Text.5.1.0/lib/netstandard2.0/ServiceStack.Text.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/ServiceStack.Text.5.1.0/lib/netstandard2.0/ServiceStack.Text.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/System.IdentityModel.Tokens.Jwt.6.7.1.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/System.IdentityModel.Tokens.Jwt.6.7.1.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/lib/net45/System.IdentityModel.Tokens.Jwt.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/lib/net45/System.IdentityModel.Tokens.Jwt.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/lib/net461/System.IdentityModel.Tokens.Jwt.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/lib/net461/System.IdentityModel.Tokens.Jwt.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/System.IdentityModel.Tokens.Jwt.6.7.1/lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/protobuf-net.2.3.7/.signature.p7s:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/protobuf-net.2.3.7/.signature.p7s
--------------------------------------------------------------------------------
/TDFrameWork/Packages/protobuf-net.2.3.7/lib/net20/protobuf-net.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/protobuf-net.2.3.7/lib/net20/protobuf-net.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/protobuf-net.2.3.7/lib/net35/protobuf-net.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/protobuf-net.2.3.7/lib/net35/protobuf-net.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/protobuf-net.2.3.7/lib/net40/protobuf-net.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/protobuf-net.2.3.7/lib/net40/protobuf-net.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/protobuf-net.2.3.7/lib/netstandard1.0/protobuf-net.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/protobuf-net.2.3.7/lib/netstandard1.0/protobuf-net.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/protobuf-net.2.3.7/lib/netstandard1.3/protobuf-net.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/protobuf-net.2.3.7/lib/netstandard1.3/protobuf-net.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/protobuf-net.2.3.7/lib/netstandard2.0/protobuf-net.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/protobuf-net.2.3.7/lib/netstandard2.0/protobuf-net.dll
--------------------------------------------------------------------------------
/TDFrameWork/Packages/protobuf-net.2.3.7/protobuf-net.2.3.7.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/Packages/protobuf-net.2.3.7/protobuf-net.2.3.7.nupkg
--------------------------------------------------------------------------------
/TDFrameWork/ProjectSettings/ClusterInputManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!236 &1
4 | ClusterInputManager:
5 | m_ObjectHideFlags: 0
6 | m_Inputs: []
7 |
--------------------------------------------------------------------------------
/TDFrameWork/ProjectSettings/PresetManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!1386491679 &1
4 | PresetManager:
5 | m_ObjectHideFlags: 0
6 | serializedVersion: 2
7 | m_DefaultPresets: {}
8 |
--------------------------------------------------------------------------------
/TDFrameWork/ProjectSettings/ProjectVersion.txt:
--------------------------------------------------------------------------------
1 | m_EditorVersion: 2021.1.17f1c1
2 | m_EditorVersionWithRevision: 2021.1.17f1c1 (214149e7f07b)
3 |
--------------------------------------------------------------------------------
/TDFrameWork/ProjectSettings/TimeManager.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!5 &1
4 | TimeManager:
5 | m_ObjectHideFlags: 0
6 | Fixed Timestep: 0.02
7 | Maximum Allowed Timestep: 0.33333334
8 | m_TimeScale: 1
9 | Maximum Particle Timestep: 0.03
10 |
--------------------------------------------------------------------------------
/TDFrameWork/ProjectSettings/VersionControlSettings.asset:
--------------------------------------------------------------------------------
1 | %YAML 1.1
2 | %TAG !u! tag:unity3d.com,2011:
3 | --- !u!890905787 &1
4 | VersionControlSettings:
5 | m_ObjectHideFlags: 0
6 | m_Mode: Visible Meta Files
7 | m_CollabEditorSettings:
8 | inProgressEnabled: 1
9 |
--------------------------------------------------------------------------------
/TDFrameWork/ProjectSettings/XRSettings.asset:
--------------------------------------------------------------------------------
1 | {
2 | "m_SettingKeys": [
3 | "VR Device Disabled",
4 | "VR Device User Alert"
5 | ],
6 | "m_SettingValues": [
7 | "False",
8 | "False"
9 | ]
10 | }
--------------------------------------------------------------------------------
/TDFrameWork/ServerData/StandaloneWindows/catalog_1.hash:
--------------------------------------------------------------------------------
1 | 16274c5ccb8ce9d6c4c28846cd686c8e
--------------------------------------------------------------------------------
/TDFrameWork/ServerData/StandaloneWindows/defaultlocalgroup_assets_all_5ad0fa78c7deee7c9e2c1f799feee5cb.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/ServerData/StandaloneWindows/defaultlocalgroup_assets_all_5ad0fa78c7deee7c9e2c1f799feee5cb.bundle
--------------------------------------------------------------------------------
/TDFrameWork/ServerData/StandaloneWindows/defaultlocalgroup_assets_all_a2e1564f5032865951d14b906ae0b58e.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/ServerData/StandaloneWindows/defaultlocalgroup_assets_all_a2e1564f5032865951d14b906ae0b58e.bundle
--------------------------------------------------------------------------------
/TDFrameWork/ServerData/StandaloneWindows/defaultlocalgroup_unitybuiltinshaders_44f830650ab31a4aca1c29c72ca5292f.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/ServerData/StandaloneWindows/defaultlocalgroup_unitybuiltinshaders_44f830650ab31a4aca1c29c72ca5292f.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/catalog_1.hash:
--------------------------------------------------------------------------------
1 | 4891f5a4dfd909de5d4dbd725a53a166
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_1a68b8ea776a2cb2501bb74dd312f2e8.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_1a68b8ea776a2cb2501bb74dd312f2e8.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_1df7626114c1d9544d52fd6e54f79426.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_1df7626114c1d9544d52fd6e54f79426.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_2a8b6b6f74e5a9e11d8701904afad336.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_2a8b6b6f74e5a9e11d8701904afad336.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_393cc1ed6d1acc9a47b29fb263c10c3a.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_393cc1ed6d1acc9a47b29fb263c10c3a.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_4f9ec2d6cfe5b8008e4d8723c98d85a9.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_4f9ec2d6cfe5b8008e4d8723c98d85a9.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_746b26628be20f16a3e41fa73a787e92.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_746b26628be20f16a3e41fa73a787e92.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_8eea8298686f29798077f6c970ad3213.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_8eea8298686f29798077f6c970ad3213.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_a95e0e1d580ae5f70a9b2a44fe1f0c70.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_a95e0e1d580ae5f70a9b2a44fe1f0c70.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_aa1bc350eae243e404f98b725871c53d.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_aa1bc350eae243e404f98b725871c53d.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_ab7e775639f30448bcc383970aa6c65f.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_ab7e775639f30448bcc383970aa6c65f.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_b913f8f7358e1d7da5ff5785e7f532b9.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_b913f8f7358e1d7da5ff5785e7f532b9.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_f1abb681d1f53f6189b6d5efee0dd887.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_assets_all_f1abb681d1f53f6189b6d5efee0dd887.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_unitybuiltinshaders_44f830650ab31a4aca1c29c72ca5292f.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_unitybuiltinshaders_44f830650ab31a4aca1c29c72ca5292f.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_unitybuiltinshaders_77c5603a2759983fc028d08939930dc4.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_unitybuiltinshaders_77c5603a2759983fc028d08939930dc4.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/defaultlocalgroup_unitybuiltinshaders_8b3824b0b8483bc88b5fbd5580301ada.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/defaultlocalgroup_unitybuiltinshaders_8b3824b0b8483bc88b5fbd5580301ada.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/mat_assets_all_55ca649a827bce979e66315d8a88865d.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/mat_assets_all_55ca649a827bce979e66315d8a88865d.bundle
--------------------------------------------------------------------------------
/TDFrameWork/StandaloneWindows/mat_assets_all_7dd21efc7e809bd1a5d05815566c2f43.bundle:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TDFrameWork/StandaloneWindows/mat_assets_all_7dd21efc7e809bd1a5d05815566c2f43.bundle
--------------------------------------------------------------------------------
/TDFrameWork/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/TestDll/TestDll/Test.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 |
4 | namespace Game
5 | {
6 | public class Test
7 | {
8 | public static void Get()
9 | {
10 | UnityEngine.Debug.Log("IL Get Fuction QAQ");
11 | }
12 | }
13 |
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/TestDll/TestDll/bin/Debug/netstandard2.0/TestDll.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TestDll/TestDll/bin/Debug/netstandard2.0/TestDll.dll
--------------------------------------------------------------------------------
/TestDll/TestDll/bin/Debug/netstandard2.0/UnityEngine.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TestDll/TestDll/bin/Debug/netstandard2.0/UnityEngine.dll
--------------------------------------------------------------------------------
/TestDll/TestDll/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs:
--------------------------------------------------------------------------------
1 | //
2 | using System;
3 | using System.Reflection;
4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = "")]
5 |
--------------------------------------------------------------------------------
/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.AssemblyInfoInputs.cache:
--------------------------------------------------------------------------------
1 | 50e08b1e1a6c40fd8b57bf27acb79aa608510f77
2 |
--------------------------------------------------------------------------------
/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.GeneratedMSBuildEditorConfig.editorconfig:
--------------------------------------------------------------------------------
1 | is_global = true
2 | build_property.RootNamespace = TestDll
3 | build_property.ProjectDir = E:\TDFramework\TestDll\TestDll\
4 |
--------------------------------------------------------------------------------
/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.assets.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.assets.cache
--------------------------------------------------------------------------------
/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.csproj.CopyComplete:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.csproj.CopyComplete
--------------------------------------------------------------------------------
/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 66790371a7e00ef738d095f1aaf1a3c84297e1a8
2 |
--------------------------------------------------------------------------------
/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/TestDll/TestDll/obj/Debug/netstandard2.0/TestDll.dll
--------------------------------------------------------------------------------
/Tools/ExcelExport/CommandLine.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/ExcelExport/CommandLine.dll
--------------------------------------------------------------------------------
/Tools/ExcelExport/CommandLine.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fea0f65f7c51fd34597e4550780a891b
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/ExcelExport/DesKey.txt:
--------------------------------------------------------------------------------
1 | Cybatake
--------------------------------------------------------------------------------
/Tools/ExcelExport/DesKey.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7e5cf37065399d7419b5d6927b976106
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/ExcelExport/ExcelDataReader.DataSet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/ExcelExport/ExcelDataReader.DataSet.dll
--------------------------------------------------------------------------------
/Tools/ExcelExport/ExcelDataReader.DataSet.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e788df110b757864dbee83b18ea47cbc
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/ExcelExport/ExcelDataReader.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/ExcelExport/ExcelDataReader.dll
--------------------------------------------------------------------------------
/Tools/ExcelExport/ExcelDataReader.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7af32c1293afbed43b92f09bd3901d15
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/ExcelExport/FastColoredTextBox.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/ExcelExport/FastColoredTextBox.dll
--------------------------------------------------------------------------------
/Tools/ExcelExport/FastColoredTextBox.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b4e1c2cf1b3a35342bf96a7cca972257
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/ExcelExport/ICSharpCode.SharpZipLib.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/ExcelExport/ICSharpCode.SharpZipLib.dll
--------------------------------------------------------------------------------
/Tools/ExcelExport/ICSharpCode.SharpZipLib.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4740cd4d97ed8a64085675381ffb9e1b
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/ExcelExport/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/ExcelExport/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Tools/ExcelExport/Newtonsoft.Json.xml.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f55813805eb277f428e7164b115a1007
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/ExcelExport/excel2json.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/ExcelExport/excel2json.exe
--------------------------------------------------------------------------------
/Tools/ExcelExport/excel2json.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Tools/ExcelExport/excel2json.exe.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 18692c904b52c5a409a3cfe29f3abc04
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/ExcelExport/一键导表.bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/ExcelExport/一键导表.bat
--------------------------------------------------------------------------------
/Tools/ExcelExport/一键导表.bat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6f9593bac45f2e64fb6bc5fc9d329293
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/Protobuf/Build.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | cd Proto
3 | set client_dest_path="..\protocs"
4 | for %%i in (*.*) do protoc --csharp_out=%client_dest_path% %%i
5 | echo success
6 | pause
--------------------------------------------------------------------------------
/Tools/Protobuf/proto/MoveProto.proto:
--------------------------------------------------------------------------------
1 | syntax = "proto3";
2 |
3 | message MoveMessage {
4 | required int32 Proto=1;
5 | required int32 PosX=2;
6 | required int32 PosY=3;
7 | }
--------------------------------------------------------------------------------
/Tools/Protobuf/protoc/bin/protoc.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/Protobuf/protoc/bin/protoc.exe
--------------------------------------------------------------------------------
/Tools/Protobuf/readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/Tools/Protobuf/readme.txt
--------------------------------------------------------------------------------
/testData/Data.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tudouMan/TDFramework/2a8528924d3350413a867942b8063d4801de1a4f/testData/Data.xlsx
--------------------------------------------------------------------------------