├── .gitignore ├── Assets ├── Editor.meta ├── Editor │ ├── AtlasMaker.cs │ ├── AtlasMaker.cs.meta │ ├── ConsolePro.meta │ ├── DoTween.meta │ ├── DoTween │ │ ├── DOTweenEditor.XML │ │ ├── DOTweenEditor.XML.meta │ │ ├── DOTweenEditor.dll │ │ ├── DOTweenEditor.dll.mdb │ │ ├── DOTweenEditor.dll.mdb.meta │ │ ├── DOTweenEditor.dll.meta │ │ ├── Imgs.meta │ │ └── Imgs │ │ │ ├── DOTweenIcon.png │ │ │ ├── DOTweenIcon.png.meta │ │ │ ├── Footer.png │ │ │ ├── Footer.png.meta │ │ │ ├── Footer_dark.png │ │ │ ├── Footer_dark.png.meta │ │ │ ├── Header.jpg │ │ │ └── Header.jpg.meta │ ├── protogen.meta │ └── protogen │ │ ├── Licence.txt │ │ ├── Licence.txt.meta │ │ ├── common.xslt │ │ ├── common.xslt.meta │ │ ├── csharp.xslt │ │ ├── csharp.xslt.meta │ │ ├── protobuf-net.dll │ │ ├── protobuf-net.dll.mdb │ │ ├── protobuf-net.dll.mdb.meta │ │ ├── protobuf-net.dll.meta │ │ ├── protobuf-net.pdb │ │ ├── protobuf-net.pdb.meta │ │ ├── protobuf-net.xml │ │ ├── protobuf-net.xml.meta │ │ ├── protoc-license.txt │ │ ├── protoc-license.txt.meta │ │ ├── protogen.exe │ │ ├── protogen.exe.config │ │ ├── protogen.exe.config.meta │ │ ├── protogen.exe.meta │ │ ├── protogen.pdb │ │ ├── protogen.pdb.meta │ │ ├── vb.xslt │ │ ├── vb.xslt.meta │ │ ├── xml.xslt │ │ └── xml.xslt.meta ├── Main.unity ├── Main.unity.meta ├── Plugins.meta ├── Plugins │ ├── DoTween.meta │ ├── DoTween │ │ ├── DOTween.XML │ │ ├── DOTween.XML.meta │ │ ├── DOTween.dll │ │ ├── DOTween.dll.mdb │ │ ├── DOTween.dll.mdb.meta │ │ ├── DOTween.dll.meta │ │ ├── DOTween43.dll.addon │ │ ├── DOTween43.dll.addon.meta │ │ ├── DOTween43.dll.mdb.addon │ │ ├── DOTween43.dll.mdb.addon.meta │ │ ├── DOTween43.xml.addon │ │ ├── DOTween43.xml.addon.meta │ │ ├── DOTween46.dll.addon │ │ ├── DOTween46.dll.addon.meta │ │ ├── DOTween46.dll.mdb.addon │ │ ├── DOTween46.dll.mdb.addon.meta │ │ ├── DOTween46.xml.addon │ │ ├── DOTween46.xml.addon.meta │ │ ├── DOTween50.dll.addon │ │ ├── DOTween50.dll.addon.meta │ │ ├── DOTween50.dll.mdb.addon │ │ ├── DOTween50.dll.mdb.addon.meta │ │ ├── DOTween50.xml.addon │ │ ├── DOTween50.xml.addon.meta │ │ ├── readme.txt │ │ └── readme.txt.meta │ ├── UniGif.meta │ ├── UniGif │ │ ├── Example.meta │ │ ├── Example │ │ │ ├── Material.meta │ │ │ ├── Material │ │ │ │ ├── UnlitTrans.mat │ │ │ │ └── UnlitTrans.mat.meta │ │ │ ├── Script.meta │ │ │ ├── Script │ │ │ │ ├── UniGifTest.cs │ │ │ │ ├── UniGifTest.cs.meta │ │ │ │ ├── UniGifTexture.cs │ │ │ │ ├── UniGifTexture.cs.meta │ │ │ │ ├── Utility.meta │ │ │ │ └── Utility │ │ │ │ │ ├── FixPlaneAspectRatio.cs │ │ │ │ │ ├── FixPlaneAspectRatio.cs.meta │ │ │ │ │ ├── Scale2dCamera.cs │ │ │ │ │ └── Scale2dCamera.cs.meta │ │ │ ├── UniGifExample.unity │ │ │ └── UniGifExample.unity.meta │ │ ├── UniGif.cs │ │ ├── UniGif.cs.meta │ │ ├── UniGifConst.cs │ │ ├── UniGifConst.cs.meta │ │ ├── UniGifDecoder.cs │ │ ├── UniGifDecoder.cs.meta │ │ ├── UniGifFormatter.cs │ │ └── UniGifFormatter.cs.meta │ ├── UnityVS.meta │ └── UnityVS │ │ ├── Editor.meta │ │ └── Editor │ │ ├── SyntaxTree.VisualStudio.Unity.Bridge.dll │ │ ├── SyntaxTree.VisualStudio.Unity.Bridge.dll.meta │ │ ├── SyntaxTree.VisualStudio.Unity.Messaging.dll │ │ ├── SyntaxTree.VisualStudio.Unity.Messaging.dll.meta │ │ ├── UnityVS.VersionSpecific.dll │ │ └── UnityVS.VersionSpecific.dll.meta ├── Raw.meta ├── Raw │ ├── Image.meta │ ├── Image │ │ ├── Chat.meta │ │ ├── Chat │ │ │ ├── 002.png │ │ │ ├── 002.png.meta │ │ │ ├── 003.png │ │ │ ├── 003.png.meta │ │ │ ├── 004.png │ │ │ ├── 004.png.meta │ │ │ ├── 005.png │ │ │ ├── 005.png.meta │ │ │ ├── 006.png │ │ │ ├── 006.png.meta │ │ │ ├── 007.png │ │ │ ├── 007.png.meta │ │ │ ├── 008.png │ │ │ ├── 008.png.meta │ │ │ ├── 009.png │ │ │ ├── 009.png.meta │ │ │ ├── 010.png │ │ │ └── 010.png.meta │ │ ├── Common.meta │ │ ├── Common │ │ │ ├── 001.png │ │ │ ├── 001.png.meta │ │ │ ├── 002.png │ │ │ ├── 002.png.meta │ │ │ ├── 003.png │ │ │ ├── 003.png.meta │ │ │ ├── 004.png │ │ │ ├── 004.png.meta │ │ │ ├── 005.png │ │ │ ├── 005.png.meta │ │ │ ├── 006.png │ │ │ ├── 006.png.meta │ │ │ ├── 007.png │ │ │ ├── 007.png.meta │ │ │ ├── 008.png │ │ │ ├── 008.png.meta │ │ │ ├── 009.png │ │ │ ├── 009.png.meta │ │ │ ├── 010.png │ │ │ ├── 010.png.meta │ │ │ ├── 011.png │ │ │ ├── 011.png.meta │ │ │ ├── 012.png │ │ │ ├── 012.png.meta │ │ │ ├── 013.png │ │ │ ├── 013.png.meta │ │ │ ├── 014.png │ │ │ └── 014.png.meta │ │ ├── Head.meta │ │ ├── Head │ │ │ ├── 000.png │ │ │ ├── 000.png.meta │ │ │ ├── 001.jpg │ │ │ ├── 001.jpg.meta │ │ │ ├── 002.jpg │ │ │ ├── 002.jpg.meta │ │ │ ├── 003.jpg │ │ │ ├── 003.jpg.meta │ │ │ ├── 004.jpg │ │ │ ├── 004.jpg.meta │ │ │ ├── 005.jpg │ │ │ ├── 005.jpg.meta │ │ │ ├── 006.jpg │ │ │ └── 006.jpg.meta │ │ ├── MainMenu.meta │ │ ├── MainMenu │ │ │ ├── 001.png │ │ │ ├── 001.png.meta │ │ │ ├── 002.png │ │ │ ├── 002.png.meta │ │ │ ├── 003.png │ │ │ ├── 003.png.meta │ │ │ ├── 004.png │ │ │ ├── 004.png.meta │ │ │ ├── 005.png │ │ │ ├── 005.png.meta │ │ │ ├── 006.png │ │ │ ├── 006.png.meta │ │ │ ├── 007.png │ │ │ ├── 007.png.meta │ │ │ ├── 008.png │ │ │ ├── 008.png.meta │ │ │ ├── 009.png │ │ │ ├── 009.png.meta │ │ │ ├── 010.png │ │ │ ├── 010.png.meta │ │ │ ├── 011.png │ │ │ ├── 011.png.meta │ │ │ ├── 012.png │ │ │ └── 012.png.meta │ │ ├── Single.meta │ │ └── Single │ │ │ ├── Icon.png │ │ │ ├── Icon.png.meta │ │ │ ├── welcome.jpg │ │ │ └── welcome.jpg.meta │ ├── SIMHEI.TTF │ └── SIMHEI.TTF.meta ├── Resources.meta ├── Resources │ ├── DOTweenSettings.asset │ ├── DOTweenSettings.asset.meta │ ├── Raw.meta │ ├── Raw │ │ ├── Gif.meta │ │ ├── Gif │ │ │ ├── Emotion.meta │ │ │ └── Emotion │ │ │ │ ├── 001.bytes │ │ │ │ ├── 001.bytes.meta │ │ │ │ ├── 002.bytes │ │ │ │ ├── 002.bytes.meta │ │ │ │ ├── 003.bytes │ │ │ │ ├── 003.bytes.meta │ │ │ │ ├── 004.bytes │ │ │ │ ├── 004.bytes.meta │ │ │ │ ├── 005.bytes │ │ │ │ ├── 005.bytes.meta │ │ │ │ ├── 006.bytes │ │ │ │ ├── 006.bytes.meta │ │ │ │ ├── 007.bytes │ │ │ │ ├── 007.bytes.meta │ │ │ │ ├── 008.bytes │ │ │ │ └── 008.bytes.meta │ │ ├── Image.meta │ │ └── Image │ │ │ ├── Chat.meta │ │ │ ├── Chat │ │ │ ├── 001.prefab │ │ │ ├── 001.prefab.meta │ │ │ ├── 002.prefab │ │ │ ├── 002.prefab.meta │ │ │ ├── 003.prefab │ │ │ ├── 003.prefab.meta │ │ │ ├── 004.prefab │ │ │ ├── 004.prefab.meta │ │ │ ├── 005.prefab │ │ │ ├── 005.prefab.meta │ │ │ ├── 006.prefab │ │ │ ├── 006.prefab.meta │ │ │ ├── 007.prefab │ │ │ ├── 007.prefab.meta │ │ │ ├── 008.prefab │ │ │ ├── 008.prefab.meta │ │ │ ├── 009.prefab │ │ │ ├── 009.prefab.meta │ │ │ ├── 010.prefab │ │ │ └── 010.prefab.meta │ │ │ ├── Common.meta │ │ │ ├── Common │ │ │ ├── 001.prefab │ │ │ ├── 001.prefab.meta │ │ │ ├── 002.prefab │ │ │ ├── 002.prefab.meta │ │ │ ├── 003.prefab │ │ │ ├── 003.prefab.meta │ │ │ ├── 004.prefab │ │ │ ├── 004.prefab.meta │ │ │ ├── 005.prefab │ │ │ ├── 005.prefab.meta │ │ │ ├── 006.prefab │ │ │ ├── 006.prefab.meta │ │ │ ├── 007.prefab │ │ │ ├── 007.prefab.meta │ │ │ ├── 008.prefab │ │ │ ├── 008.prefab.meta │ │ │ ├── 009.prefab │ │ │ ├── 009.prefab.meta │ │ │ ├── 010.prefab │ │ │ ├── 010.prefab.meta │ │ │ ├── 011.prefab │ │ │ └── 011.prefab.meta │ │ │ ├── Head.meta │ │ │ ├── Head │ │ │ ├── 000.prefab │ │ │ ├── 000.prefab.meta │ │ │ ├── 001.prefab │ │ │ ├── 001.prefab.meta │ │ │ ├── 002.prefab │ │ │ ├── 002.prefab.meta │ │ │ ├── 003.prefab │ │ │ ├── 003.prefab.meta │ │ │ ├── 004.prefab │ │ │ ├── 004.prefab.meta │ │ │ ├── 005.prefab │ │ │ ├── 005.prefab.meta │ │ │ ├── 006.prefab │ │ │ └── 006.prefab.meta │ │ │ ├── MainMenu.meta │ │ │ ├── MainMenu │ │ │ ├── 001.prefab │ │ │ ├── 001.prefab.meta │ │ │ ├── 002.prefab │ │ │ ├── 002.prefab.meta │ │ │ ├── 003.prefab │ │ │ ├── 003.prefab.meta │ │ │ ├── 004.prefab │ │ │ ├── 004.prefab.meta │ │ │ ├── 005.prefab │ │ │ ├── 005.prefab.meta │ │ │ ├── 006.prefab │ │ │ ├── 006.prefab.meta │ │ │ ├── 007.prefab │ │ │ ├── 007.prefab.meta │ │ │ ├── 008.prefab │ │ │ └── 008.prefab.meta │ │ │ ├── Single.meta │ │ │ └── Single │ │ │ ├── am_.prefab │ │ │ ├── am_.prefab.meta │ │ │ ├── welcome.prefab │ │ │ └── welcome.prefab.meta │ ├── View.meta │ └── View │ │ ├── Chat.meta │ │ ├── Chat │ │ ├── ChatFrame.prefab │ │ ├── ChatFrame.prefab.meta │ │ ├── ChatPanel.prefab │ │ ├── ChatPanel.prefab.meta │ │ ├── EmotionBubbleFrame.prefab │ │ ├── EmotionBubbleFrame.prefab.meta │ │ ├── FriendChatBubbleFrame.prefab │ │ ├── FriendChatBubbleFrame.prefab.meta │ │ ├── GroupChatFrame.prefab │ │ ├── GroupChatFrame.prefab.meta │ │ ├── GroupChatPanel.prefab │ │ ├── GroupChatPanel.prefab.meta │ │ ├── PersonalChatBubbleFrame.prefab │ │ └── PersonalChatBubbleFrame.prefab.meta │ │ ├── Common.meta │ │ ├── Common │ │ ├── BackButton.prefab │ │ ├── BackButton.prefab.meta │ │ ├── Dialog.meta │ │ ├── Dialog │ │ │ ├── DoubleButtonDialog.prefab │ │ │ ├── DoubleButtonDialog.prefab.meta │ │ │ ├── DoubleButtonInputDialog.prefab │ │ │ ├── DoubleButtonInputDialog.prefab.meta │ │ │ ├── LoadingDialog.prefab │ │ │ ├── LoadingDialog.prefab.meta │ │ │ ├── SingleButtonDialog.prefab │ │ │ └── SingleButtonDialog.prefab.meta │ │ ├── ImageListPanel.prefab │ │ ├── ImageListPanel.prefab.meta │ │ ├── InputDebug.prefab │ │ ├── InputDebug.prefab.meta │ │ ├── LabelInputField.prefab │ │ ├── LabelInputField.prefab.meta │ │ ├── MainMenuPanel.prefab │ │ ├── MainMenuPanel.prefab.meta │ │ ├── StatusLabel.prefab │ │ └── StatusLabel.prefab.meta │ │ ├── Contacts.meta │ │ ├── Contacts │ │ ├── ContactFrame.prefab │ │ ├── ContactFrame.prefab.meta │ │ ├── FriendDetailPanel.prefab │ │ ├── FriendDetailPanel.prefab.meta │ │ ├── SearchFriendPanel.prefab │ │ └── SearchFriendPanel.prefab.meta │ │ ├── Explore.meta │ │ ├── Group.meta │ │ ├── Group │ │ ├── CreateGroupPanel.prefab │ │ ├── CreateGroupPanel.prefab.meta │ │ ├── GroupDetailPanel.prefab │ │ ├── GroupDetailPanel.prefab.meta │ │ ├── GroupFrame.prefab │ │ ├── GroupFrame.prefab.meta │ │ ├── GroupMemberFrame.prefab │ │ ├── GroupMemberFrame.prefab.meta │ │ ├── GroupMemberHeadFrame.prefab │ │ ├── GroupMemberHeadFrame.prefab.meta │ │ ├── GroupMemberHeadIcon.prefab │ │ ├── GroupMemberHeadIcon.prefab.meta │ │ ├── SelectGroupPanel.prefab │ │ └── SelectGroupPanel.prefab.meta │ │ ├── Personal.meta │ │ └── Personal │ │ ├── LoginPanel.prefab │ │ ├── LoginPanel.prefab.meta │ │ ├── RegisterPanel.prefab │ │ └── RegisterPanel.prefab.meta ├── Script.meta ├── Script │ ├── Model.meta │ ├── Model │ │ ├── Base.meta │ │ ├── Base │ │ │ ├── BaseDialog.cs │ │ │ ├── BaseDialog.cs.meta │ │ │ ├── BasePanel.cs │ │ │ ├── BasePanel.cs.meta │ │ │ ├── BaseState.cs │ │ │ └── BaseState.cs.meta │ │ ├── DataItem.meta │ │ ├── DataItem │ │ │ ├── ChatDataItem.cs │ │ │ ├── ChatDataItem.cs.meta │ │ │ ├── ChatLog.cs │ │ │ ├── ChatLog.cs.meta │ │ │ ├── Proto.meta │ │ │ └── Proto │ │ │ │ ├── ChatDataItem.proto │ │ │ │ ├── ChatDataItem.proto.meta │ │ │ │ ├── ChatLog.proto │ │ │ │ ├── ChatLog.proto.meta │ │ │ │ ├── gen.bat │ │ │ │ └── gen.bat.meta │ │ ├── GameRoot.meta │ │ ├── GameRoot │ │ │ ├── Debug.meta │ │ │ ├── Debug │ │ │ │ ├── UIDebugger.cs │ │ │ │ └── UIDebugger.cs.meta │ │ │ ├── GameRoot.cs │ │ │ ├── GameRoot.cs.meta │ │ │ ├── MessageDispatcher.meta │ │ │ ├── MessageDispatcher │ │ │ │ ├── EMessageType.cs │ │ │ │ ├── EMessageType.cs.meta │ │ │ │ ├── MessageDispatcher.cs │ │ │ │ └── MessageDispatcher.cs.meta │ │ │ ├── NetWork.meta │ │ │ ├── Network │ │ │ │ ├── FileNetworkManager.cs │ │ │ │ ├── FileNetworkManager.cs.meta │ │ │ │ ├── NetWorkManager.cs │ │ │ │ └── NetWorkManager.cs.meta │ │ │ ├── Singleton.cs │ │ │ ├── Singleton.cs.meta │ │ │ ├── StateManager.meta │ │ │ ├── StateManager │ │ │ │ ├── StateManager.cs │ │ │ │ └── StateManager.cs.meta │ │ │ ├── UIManager.meta │ │ │ └── UIManager │ │ │ │ ├── DialogManager.cs │ │ │ │ ├── DialogManager.cs.meta │ │ │ │ ├── EUIType.cs │ │ │ │ ├── EUIType.cs.meta │ │ │ │ ├── UIManager.cs │ │ │ │ └── UIManager.cs.meta │ │ ├── Singleton.meta │ │ └── Singleton │ │ │ ├── GlobalChat.cs │ │ │ ├── GlobalChat.cs.meta │ │ │ ├── GlobalContacts.cs │ │ │ ├── GlobalContacts.cs.meta │ │ │ ├── GlobalGroup.cs │ │ │ ├── GlobalGroup.cs.meta │ │ │ ├── GlobalUser.cs │ │ │ ├── GlobalUser.cs.meta │ │ │ ├── Gobalroup.cs │ │ │ └── Gobalroup.cs.meta │ ├── Protocol.meta │ ├── Protocol │ │ ├── AddFriendMsg.cs │ │ ├── AddFriendMsg.cs.meta │ │ ├── ChangeFriendMsg.cs │ │ ├── ChangeFriendMsg.cs.meta │ │ ├── ChangeGroupMsg.cs │ │ ├── ChangeGroupMsg.cs.meta │ │ ├── ChatData.cs │ │ ├── ChatData.cs.meta │ │ ├── CreateGroupChatMsg.cs │ │ ├── CreateGroupChatMsg.cs.meta │ │ ├── DeleteFriendMsg.cs │ │ ├── DeleteFriendMsg.cs.meta │ │ ├── GetGroupInfoMsg.cs │ │ ├── GetGroupInfoMsg.cs.meta │ │ ├── GetPersonalInfoMsg.cs │ │ ├── GetPersonalInfoMsg.cs.meta │ │ ├── GetUserInfoMsg.cs │ │ ├── GetUserInfoMsg.cs.meta │ │ ├── GroupData.cs │ │ ├── GroupData.cs.meta │ │ ├── KeepAliveMsg.cs │ │ ├── KeepAliveMsg.cs.meta │ │ ├── LoginMsg.cs │ │ ├── LoginMsg.cs.meta │ │ ├── LogoutMsg.cs │ │ ├── LogoutMsg.cs.meta │ │ ├── OffLineMsg.cs │ │ ├── OffLineMsg.cs.meta │ │ ├── PersonalSettingsMsg.cs │ │ ├── PersonalSettingsMsg.cs.meta │ │ ├── Proto.meta │ │ ├── Proto │ │ │ ├── AddFriendMsg.proto │ │ │ ├── AddFriendMsg.proto.meta │ │ │ ├── ChangeFriendMsg.proto │ │ │ ├── ChangeFriendMsg.proto.meta │ │ │ ├── ChangeGroupMsg.proto │ │ │ ├── ChangeGroupMsg.proto.meta │ │ │ ├── ChatData.proto │ │ │ ├── ChatData.proto.meta │ │ │ ├── CreateGroupChatMsg.proto │ │ │ ├── CreateGroupChatMsg.proto.meta │ │ │ ├── DeleteFriendMsg.proto │ │ │ ├── DeleteFriendMsg.proto.meta │ │ │ ├── GetGroupInfoMsg.proto │ │ │ ├── GetGroupInfoMsg.proto.meta │ │ │ ├── GetPersonalInfoMsg.proto │ │ │ ├── GetPersonalInfoMsg.proto.meta │ │ │ ├── GetUserInfoMsg.proto │ │ │ ├── GetUserInfoMsg.proto.meta │ │ │ ├── GroupData.proto │ │ │ ├── GroupData.proto.meta │ │ │ ├── KeepAliveMsg.proto │ │ │ ├── KeepAliveMsg.proto.meta │ │ │ ├── LoginMsg.proto │ │ │ ├── LoginMsg.proto.meta │ │ │ ├── LogoutMsg.proto │ │ │ ├── LogoutMsg.proto.meta │ │ │ ├── OffLineMsg.proto │ │ │ ├── OffLineMsg.proto.meta │ │ │ ├── PersonalSettingsMsg.proto │ │ │ ├── PersonalSettingsMsg.proto.meta │ │ │ ├── ProtoHead.proto │ │ │ ├── ProtoHead.proto.meta │ │ │ ├── ReceiveChatMsg.proto │ │ │ ├── ReceiveChatMsg.proto.meta │ │ │ ├── RegisterMsg.proto │ │ │ ├── RegisterMsg.proto.meta │ │ │ ├── SendChatMsg.proto │ │ │ ├── SendChatMsg.proto.meta │ │ │ ├── UserData.proto │ │ │ ├── UserData.proto.meta │ │ │ ├── gen.bat │ │ │ └── gen.bat.meta │ │ ├── ProtoHead.cs │ │ ├── ProtoHead.cs.meta │ │ ├── ReceiveChatMsg.cs │ │ ├── ReceiveChatMsg.cs.meta │ │ ├── RegisterMsg.cs │ │ ├── RegisterMsg.cs.meta │ │ ├── SearchUserMsg.cs │ │ ├── SearchUserMsg.cs.meta │ │ ├── SendChatMsg.cs │ │ ├── SendChatMsg.cs.meta │ │ ├── UserData.cs │ │ └── UserData.cs.meta │ ├── Tool.meta │ ├── Tool │ │ ├── Callback.cs │ │ ├── Callback.cs.meta │ │ ├── CoroutineTool.cs │ │ ├── CoroutineTool.cs.meta │ │ ├── Extensions.cs │ │ ├── Extensions.cs.meta │ │ ├── Format.meta │ │ ├── Format │ │ │ ├── DateFormatTool.cs │ │ │ ├── DateFormatTool.cs.meta │ │ │ ├── MiniConverter.cs │ │ │ └── MiniConverter.cs.meta │ │ ├── GlobalVars.cs │ │ ├── GlobalVars.cs.meta │ │ ├── IOTool.cs │ │ ├── IOTool.cs.meta │ │ ├── Log4U.cs │ │ ├── Log4U.cs.meta │ │ ├── UI.meta │ │ ├── UI │ │ │ ├── MiniButton.cs │ │ │ ├── MiniButton.cs.meta │ │ │ ├── MiniToggle.cs │ │ │ ├── MiniToggle.cs.meta │ │ │ ├── Swipe.cs │ │ │ ├── Swipe.cs.meta │ │ │ ├── TweenRotate.cs │ │ │ └── TweenRotate.cs.meta │ │ ├── UnPackTool.cs │ │ └── UnPackTool.cs.meta │ ├── ViewModel.meta │ └── ViewModel │ │ ├── Chat.meta │ │ ├── Chat │ │ ├── ChatBubbleFrame.cs │ │ ├── ChatBubbleFrame.cs.meta │ │ ├── ChatFrame.cs │ │ ├── ChatFrame.cs.meta │ │ ├── ChatListPanel.cs │ │ ├── ChatListPanel.cs.meta │ │ ├── ChatPanel.cs │ │ ├── ChatPanel.cs.meta │ │ └── Model.meta │ │ ├── Common.meta │ │ ├── Common │ │ ├── BackButton.cs │ │ ├── BackButton.cs.meta │ │ ├── Dialog.meta │ │ ├── Dialog │ │ │ ├── DoubleButtonDialog.cs │ │ │ ├── DoubleButtonDialog.cs.meta │ │ │ ├── DoubleButtonInputDialog.cs │ │ │ ├── DoubleButtonInputDialog.cs.meta │ │ │ ├── SingleButtonDialog.cs │ │ │ └── SingleButtonDialog.cs.meta │ │ ├── ImageListPanel.cs │ │ ├── ImageListPanel.cs.meta │ │ ├── StatusLabel.cs │ │ └── StatusLabel.cs.meta │ │ ├── Contacts.meta │ │ ├── Contacts │ │ ├── ContactFrame.cs │ │ ├── ContactFrame.cs.meta │ │ ├── ContactsPanel.cs │ │ ├── ContactsPanel.cs.meta │ │ ├── FriendDetailPanel.cs │ │ ├── FriendDetailPanel.cs.meta │ │ ├── SearchFriendPanel.cs │ │ └── SearchFriendPanel.cs.meta │ │ ├── Explore.meta │ │ ├── Explore │ │ ├── ExplorePanel.cs │ │ └── ExplorePanel.cs.meta │ │ ├── Group.meta │ │ ├── Group │ │ ├── CreateGroupPanel.cs │ │ ├── CreateGroupPanel.cs.meta │ │ ├── GroupChatFrame.cs │ │ ├── GroupChatFrame.cs.meta │ │ ├── GroupChatPanel.cs │ │ ├── GroupChatPanel.cs.meta │ │ ├── GroupDetailPanel.cs │ │ ├── GroupDetailPanel.cs.meta │ │ ├── GroupFrame.cs │ │ ├── GroupFrame.cs.meta │ │ ├── GroupMemberFrame.cs │ │ ├── GroupMemberFrame.cs.meta │ │ ├── SelectGroupPanel.cs │ │ └── SelectGroupPanel.cs.meta │ │ ├── MainMenu.meta │ │ ├── MainMenu │ │ ├── MainMenuNaviBar.cs │ │ ├── MainMenuNaviBar.cs.meta │ │ ├── MainMenuPanel.cs │ │ └── MainMenuPanel.cs.meta │ │ ├── Personal.meta │ │ └── Personal │ │ ├── LoginPanel.cs │ │ ├── LoginPanel.cs.meta │ │ ├── PersonalPanel.cs │ │ ├── PersonalPanel.cs.meta │ │ ├── RegisterPanel.cs │ │ └── RegisterPanel.cs.meta ├── protobuf-net.meta ├── protobuf-net │ ├── protobuf-net.dll │ ├── protobuf-net.dll.mdb │ ├── protobuf-net.dll.mdb.meta │ ├── protobuf-net.dll.meta │ ├── protobuf-net.pdb │ ├── protobuf-net.pdb.meta │ ├── protobuf-net.xml │ └── protobuf-net.xml.meta ├── test.unity └── test.unity.meta ├── LICENSE ├── ProjectSettings ├── AudioManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── QualitySettings.asset ├── TagManager.asset └── TimeManager.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | [Ll]ibrary/ 2 | [Tt]emp/ 3 | [Oo]bj/ 4 | [Bb]uild/ 5 | Logs/ 6 | Assets/Editor/ConsolePro/ 7 | 8 | # Autogenerated VS/MD solution and project files 9 | /*.csproj 10 | /*.unityproj 11 | /*.sln 12 | /*.suo 13 | /*.user 14 | /*.userprefs 15 | /*.pidb 16 | /*.booproj 17 | 18 | #Unity3D 19 | sysinfo.txt -------------------------------------------------------------------------------- /Assets/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a03a16a0155bf3140bcee75659c786da 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Editor/AtlasMaker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9a3254f31ebbc64f8435e11325da00f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Editor/ConsolePro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50d6cfbd890730b4993432c4d7362968 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Editor/DoTween.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86e179da5da0f0646b8a184b67845f3c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Editor/DoTween/DOTweenEditor.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2942a04a603792e42bb729eea460473d 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/DoTween/DOTweenEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/DoTween/DOTweenEditor.dll -------------------------------------------------------------------------------- /Assets/Editor/DoTween/DOTweenEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/DoTween/DOTweenEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/Editor/DoTween/DOTweenEditor.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e809af1afdb4cf40bf7b0b1b5a15291 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/DoTween/DOTweenEditor.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be49d11f758d2eb478fad673c487e778 3 | MonoAssemblyImporter: 4 | serializedVersion: 1 5 | iconMap: {} 6 | executionOrder: {} 7 | userData: 8 | -------------------------------------------------------------------------------- /Assets/Editor/DoTween/Imgs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0528bc4b9b385342b3f61d171868d8b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Editor/DoTween/Imgs/DOTweenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/DoTween/Imgs/DOTweenIcon.png -------------------------------------------------------------------------------- /Assets/Editor/DoTween/Imgs/Footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/DoTween/Imgs/Footer.png -------------------------------------------------------------------------------- /Assets/Editor/DoTween/Imgs/Footer.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a0e6ea44d1cd9b44bfb745187e97643 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 1 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 256 26 | textureSettings: 27 | filterMode: 1 28 | aniso: 1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 0 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 2 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Editor/DoTween/Imgs/Footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/DoTween/Imgs/Footer_dark.png -------------------------------------------------------------------------------- /Assets/Editor/DoTween/Imgs/Header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/DoTween/Imgs/Header.jpg -------------------------------------------------------------------------------- /Assets/Editor/protogen.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d52076a48b032da45bd3e7ec566573af 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/Licence.txt: -------------------------------------------------------------------------------- 1 | The core Protocol Buffers technology is provided courtesy of Google. 2 | At the time of writing, this is released under the BSD license. 3 | Full details can be found here: 4 | 5 | http://code.google.com/p/protobuf/ 6 | 7 | 8 | This .NET implementation is Copyright 2008 Marc Gravell 9 | 10 | Licensed under the Apache License, Version 2.0 (the "License"); 11 | you may not use this file except in compliance with the License. 12 | You may obtain a copy of the License at 13 | 14 | http://www.apache.org/licenses/LICENSE-2.0 15 | 16 | Unless required by applicable law or agreed to in writing, software 17 | distributed under the License is distributed on an "AS IS" BASIS, 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 | See the License for the specific language governing permissions and 20 | limitations under the License. 21 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/Licence.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b3e019ab9d7a9d4dae8a6e610a412c9 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/common.xslt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 102642700aa59e248b787089f4ffae4a 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/csharp.xslt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e48775d53972804c890d98fcbab5f17 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/protogen/protobuf-net.dll -------------------------------------------------------------------------------- /Assets/Editor/protogen/protobuf-net.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/protogen/protobuf-net.dll.mdb -------------------------------------------------------------------------------- /Assets/Editor/protogen/protobuf-net.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c8bfe590f46e3147948b3987ec7fbad 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protobuf-net.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33380aa0dd422944f85f2583f5fe9ece 3 | MonoAssemblyImporter: 4 | serializedVersion: 1 5 | iconMap: {} 6 | executionOrder: {} 7 | userData: 8 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protobuf-net.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/protogen/protobuf-net.pdb -------------------------------------------------------------------------------- /Assets/Editor/protogen/protobuf-net.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90a33e186f4d9a3409e994d212cb7794 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protobuf-net.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90322237541f45a4891d000a8698415b 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protoc-license.txt: -------------------------------------------------------------------------------- 1 | Protocol Buffers - Google's data interchange format 2 | Copyright 2008 Google Inc. 3 | http://code.google.com/p/protobuf/ 4 | 5 | This package contains a precompiled Win32 binary version of the protocol buffer 6 | compiler (protoc). This binary is intended for Windows users who want to 7 | use Protocol Buffers in Java or Python but do not want to compile protoc 8 | themselves. To install, simply place this binary somewhere in your PATH. 9 | 10 | This binary was built using MinGW, but the output is the same regardless of 11 | the C++ compiler used. 12 | 13 | You will still need to download the source code package in order to obtain the 14 | Java or Python runtime libraries. Get it from: 15 | http://code.google.com/p/protobuf/downloads/ 16 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protoc-license.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f6c6ecb9cbc1f34a9c97e846a0bcb33 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protogen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/protogen/protogen.exe -------------------------------------------------------------------------------- /Assets/Editor/protogen/protogen.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protogen.exe.config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8491dec31cf3c474fa23646d7b5cec12 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protogen.exe.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e8969145074c4444bfe24b7bd87bea5 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/protogen.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Editor/protogen/protogen.pdb -------------------------------------------------------------------------------- /Assets/Editor/protogen/protogen.pdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a8a901f6ec5d994d9608ffe19dffdd1 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/vb.xslt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfbd14f6f275f3547b396c0942451ea6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/xml.xslt: -------------------------------------------------------------------------------- 1 |  2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Xml template for protobuf-net. 13 | 14 | This template writes the proto descriptor as xml. 15 | No options available. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Assets/Editor/protogen/xml.xslt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 315fb1aa72b4bc14488c934485a7af4b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Main.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Main.unity -------------------------------------------------------------------------------- /Assets/Main.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd43b4747551783458c2fd94757b0404 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97e85abad7cee5d4f9a3fb221a79be7c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ea6c5ecf8153fb4e9f315af4946e124 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af206237eed1e874a9034eab22af4477 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/DoTween/DOTween.dll -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/DoTween/DOTween.dll.mdb -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween.dll.mdb.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5274b7c809754b344b666291a88148de 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02cab9b0e8f7f4845aa898b0c0ee0112 3 | MonoAssemblyImporter: 4 | serializedVersion: 1 5 | iconMap: {} 6 | executionOrder: {} 7 | userData: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween43.dll.addon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/DoTween/DOTween43.dll.addon -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween43.dll.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dd8aab2ca2de0640a4a6c469df06cd5 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween43.dll.mdb.addon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/DoTween/DOTween43.dll.mdb.addon -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween43.dll.mdb.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 353731c7329e7274c86c878cb79db0aa 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween43.xml.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96c5b93b2a143ed45b12c172699bdd9b 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween46.dll.addon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/DoTween/DOTween46.dll.addon -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween46.dll.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 424b1f89462ae0e4fac3d2f6e293ff6d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween46.dll.mdb.addon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/DoTween/DOTween46.dll.mdb.addon -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween46.dll.mdb.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b093b5dca7c5793418f5ba605db750ea 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween46.xml.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ddd9c61fdcbd7fa479020b300bbc7fa5 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween50.dll.addon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/DoTween/DOTween50.dll.addon -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween50.dll.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9b1057249ca149489650b26eb13db38 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween50.dll.mdb.addon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/DoTween/DOTween50.dll.mdb.addon -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween50.dll.mdb.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ed62432cfbdae4428d961bfd4e54ed2 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/DOTween50.xml.addon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 229ac20b8b4621b418644fed5836f2d1 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/readme.txt: -------------------------------------------------------------------------------- 1 | DOTween and DOTween Pro are copyright (c) 2014 Daniele Giardini - Demigiant 2 | 3 | // GET STARTED ////////////////////////////////////////////// 4 | 5 | - After importing a new DOTween update, select DOTween's Utility Panel from the Tools menu (if it doesn't open automatically) and press the "Setup DOTween..." button to set up additional features based on your Unity version. 6 | - In your code, add "using DG.Tweening" to each class where you want to use DOTween. 7 | - You're ready to tween. Check out the links below for full documentation and license info. 8 | 9 | 10 | // LINKS /////////////////////////////////////////////////////// 11 | 12 | DOTween website (documentation, examples, etc): http://dotween.demigiant.com 13 | DOTween license: http://dotween.demigiant.com/license.php 14 | DOTween repository (Google Code): https://code.google.com/p/dotween/ 15 | 16 | // NOTES ////////////////////////////////////////////////////// 17 | 18 | - DOTween's Utility Panel can be found under "Tools > DOTween Utility Panel" and also contains other useful options, plus a tab to set DOTween's preferences -------------------------------------------------------------------------------- /Assets/Plugins/DoTween/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2ac5eebe9cd2654bbe10fd37eee4e8a 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87ab472564c852a4f91aa6b262859d78 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a14df7e6b24dada4aadb9c292c033e8e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Material.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6451fa6202220af448ad349f05ffc8b7 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Material/UnlitTrans.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: UnlitTrans 10 | m_Shader: {fileID: 10750, guid: 0000000000000000f000000000000000, type: 0} 11 | m_ShaderKeywords: [] 12 | m_CustomRenderQueue: -1 13 | m_SavedProperties: 14 | serializedVersion: 2 15 | m_TexEnvs: 16 | data: 17 | first: 18 | name: _MainTex 19 | second: 20 | m_Texture: {fileID: 0} 21 | m_Scale: {x: 1, y: 1} 22 | m_Offset: {x: 0, y: 0} 23 | m_Floats: {} 24 | m_Colors: 25 | data: 26 | first: 27 | name: _Color 28 | second: {r: 1, g: 1, b: 1, a: 1} 29 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Material/UnlitTrans.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94cf7b41e517ef1468ac1589160089fd 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Script.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca44cc1366b8dc44ea1a3140e5ebc554 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Script/UniGifTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1bd1c08c7a63c4e4dac483de2a449248 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Script/UniGifTexture.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6892989578a2d8749bdb507e3e639eba 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Script/Utility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00273d07608a1b34d82d6c05f35f11ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Script/Utility/FixPlaneAspectRatio.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 939c65ff2e2635944a9dfee8285419b6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Script/Utility/Scale2dCamera.cs: -------------------------------------------------------------------------------- 1 | /* 2 | UniGif 3 | Copyright (c) 2015 WestHillApps (Hironari Nishioka) 4 | This software is released under the MIT License. 5 | http://opensource.org/licenses/mit-license.php 6 | */ 7 | 8 | using UnityEngine; 9 | using System.Collections; 10 | 11 | [ExecuteInEditMode] 12 | public class Scale2dCamera : MonoBehaviour 13 | { 14 | [SerializeField] 15 | int targetWidth = 640; 16 | 17 | [SerializeField] 18 | float pixelsToUnits = 100; 19 | 20 | [SerializeField] 21 | Camera targetCamera; 22 | 23 | void Awake () 24 | { 25 | if (targetCamera == null) { 26 | targetCamera = camera; 27 | } 28 | } 29 | 30 | void Update () 31 | { 32 | if (targetCamera == null) { 33 | return; 34 | } 35 | int height = Mathf.RoundToInt (targetWidth / (float) Screen.width * Screen.height); 36 | targetCamera.orthographicSize = (float) height / pixelsToUnits / 2f; 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/Script/Utility/Scale2dCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae0dc506929aa4d449a056cc2282de99 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/UniGifExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/UniGif/Example/UniGifExample.unity -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/Example/UniGifExample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9295f194f952bfb4cbd9956e1b4aea43 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/UniGif.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc888f2174383f449acbb36759059036 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/UniGifConst.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37f5eaccd43e9b94ebe77bd6edcd1377 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/UniGifDecoder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f251ba69c91af840b8837da30503cbe 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/UniGif/UniGifFormatter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b74d64e144c492a40849d69b064810ad 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Plugins/UnityVS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02fe78e962405814a83b8ba6c9471d32 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/UnityVS/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e71a3e2fb5854e43823a9da25b68e21 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Plugins/UnityVS/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/UnityVS/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll -------------------------------------------------------------------------------- /Assets/Plugins/UnityVS/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38d405c119fcc7c4e83d4a478a40ff2f 3 | MonoAssemblyImporter: 4 | serializedVersion: 1 5 | iconMap: {} 6 | executionOrder: {} 7 | userData: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/UnityVS/Editor/SyntaxTree.VisualStudio.Unity.Messaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/UnityVS/Editor/SyntaxTree.VisualStudio.Unity.Messaging.dll -------------------------------------------------------------------------------- /Assets/Plugins/UnityVS/Editor/SyntaxTree.VisualStudio.Unity.Messaging.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ad02dc83da735c4e8d945332b9202f6 3 | MonoAssemblyImporter: 4 | serializedVersion: 1 5 | iconMap: {} 6 | executionOrder: {} 7 | userData: 8 | -------------------------------------------------------------------------------- /Assets/Plugins/UnityVS/Editor/UnityVS.VersionSpecific.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Plugins/UnityVS/Editor/UnityVS.VersionSpecific.dll -------------------------------------------------------------------------------- /Assets/Plugins/UnityVS/Editor/UnityVS.VersionSpecific.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79b40b48262b6cc4da5b8706b14d3d9c 3 | MonoAssemblyImporter: 4 | serializedVersion: 1 5 | iconMap: {} 6 | executionOrder: {} 7 | userData: 8 | -------------------------------------------------------------------------------- /Assets/Raw.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2ca69d555dbe554f9fe9c2e64ebe9b0 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Raw/Image.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2de9b2557582fe04c9094132bb013a2a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74f110f66290faf4c8d7f5d914942008 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Chat/002.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/002.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb99c17cc99a752469063c3e59847ac4 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 66, y: 41, z: 74, w: 77} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Chat 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Chat/003.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/003.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c3569064c38e894db9932c127d137d7 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 37, y: 34, z: 31, w: 76} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Chat 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Chat/004.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/004.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2639000bf473824cb65743158864c6b 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 50, y: 33, z: 54, w: 79} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Chat 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Chat/005.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/005.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c71ec706c15d6c46a8d53fbc66ca9d6 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: 1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 66, y: 41, z: 74, w: 77} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Chat 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Chat/006.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/006.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d057f05beb85ea74b8410a570d0d3258 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Chat 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Chat/007.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/007.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03822fb270e03bd4cbd6e78e630e5596 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Chat 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Chat/008.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/008.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d541b0be2313ca46b8ac61052314e9a 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 3, y: 0, z: 3, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Chat 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Chat/009.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/009.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ce44196b9bce6343b6bee68a03b1d75 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Chat 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Chat/010.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Chat/010.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f50f570f895ee354d8f8808fcef2f7c2 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -1 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: 16 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Chat 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d801de04b44245246bd5133b6c42c592 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/001.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/001.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28246a21fde606d488da7c7029ecd13a 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 7, y: 7, z: 7, w: 7} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/002.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/002.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7c8b582b28a73444bdfa301d86d094c 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 7, y: 7, z: 7, w: 7} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/003.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/003.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0699a25e520ed274fa02ce4e0fd77049 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: 16 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 8, y: 10, z: 7, w: 9} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/004.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/004.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 991934b710ac4ac4694a051109eda2c7 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/005.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/005.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f436fcf4b46e4ed439e0823e3b867b9b 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/006.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/006.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 013325c632955ab47a0c6013735ad977 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/007.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/007.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a0708e40a0ab514d85353d21fc132ca 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/008.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/008.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f3bdcb3c4a6cb94ea2e577cfc288fd5 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/009.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/009.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c64eaf7545e1e6245a399fbf1afb41f9 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: 16 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/010.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/010.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f288af31c8ef69d4b9a7c846df2cdfa0 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -1 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/011.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/011.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c613af44a7345b940a3a3dfdb2b189c5 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -1 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/012.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/012.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b445f1e0f464d8241aacfa8c05a7531f 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -1 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Common 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/013.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Common/014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Common/014.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Head.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b085e6da477a8848a97c6aae27e9e46 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Head/000.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/000.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d918a776326013643902d3ca194125a2 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Head 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Head/001.jpg -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/001.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5421b40a3d5abce4495f42781483c5bf 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: 16 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Head 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Head/002.jpg -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/002.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88513e217818f6846b8df8216b3488ff 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: 16 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Head 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Head/003.jpg -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/003.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1b8675ec09b6314da6bb3f0f7ea283d 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: 16 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Head 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Head/004.jpg -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/004.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a8078f063a1bc0448d0af35f209babc 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: 16 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Head 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Head/005.jpg -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/005.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baed8aebb41db9140a1ea8a73753b042 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: 16 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Head 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Head/006.jpg -------------------------------------------------------------------------------- /Assets/Raw/Image/Head/006.jpg.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f6f468e6ff8ef647a262feeb835dc31 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -2 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: 16 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: Head 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33e2e326d4747634caa9de4eba2b7c88 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/001.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/002.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/003.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/004.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/005.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/006.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/007.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/008.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/009.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/010.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/011.png -------------------------------------------------------------------------------- /Assets/Raw/Image/MainMenu/012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/MainMenu/012.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Single.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0b791ccb87fdfc4981916da05b8bca0 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Single/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Single/Icon.png -------------------------------------------------------------------------------- /Assets/Raw/Image/Single/Icon.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecc0f6867b63ba04cb762941a9f781af 3 | TextureImporter: 4 | fileIDToRecycleName: {} 5 | serializedVersion: 2 6 | mipmaps: 7 | mipMapMode: 0 8 | enableMipMap: 0 9 | linearTexture: 0 10 | correctGamma: 0 11 | fadeOut: 0 12 | borderMipMap: 0 13 | mipMapFadeDistanceStart: 1 14 | mipMapFadeDistanceEnd: 3 15 | bumpmap: 16 | convertToNormalMap: 0 17 | externalNormalMap: 0 18 | heightScale: .25 19 | normalMapFilter: 0 20 | isReadable: 0 21 | grayScaleToAlpha: 0 22 | generateCubemap: 0 23 | seamlessCubemap: 0 24 | textureFormat: -3 25 | maxTextureSize: 1024 26 | textureSettings: 27 | filterMode: -1 28 | aniso: -1 29 | mipBias: -1 30 | wrapMode: 1 31 | nPOTScale: 0 32 | lightmap: 0 33 | compressionQuality: 50 34 | spriteMode: 1 35 | spriteExtrude: 1 36 | spriteMeshType: 1 37 | alignment: 0 38 | spritePivot: {x: .5, y: .5} 39 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 40 | spritePixelsToUnits: 100 41 | alphaIsTransparency: 1 42 | textureType: 8 43 | buildTargetSettings: [] 44 | spriteSheet: 45 | sprites: [] 46 | spritePackingTag: 47 | userData: 48 | -------------------------------------------------------------------------------- /Assets/Raw/Image/Single/welcome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/Image/Single/welcome.jpg -------------------------------------------------------------------------------- /Assets/Raw/SIMHEI.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Raw/SIMHEI.TTF -------------------------------------------------------------------------------- /Assets/Raw/SIMHEI.TTF.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d8651d1bf0f0014a976ef91e1f7a314 3 | TrueTypeFontImporter: 4 | serializedVersion: 2 5 | fontSize: 40 6 | forceTextureCase: -2 7 | characterSpacing: 1 8 | characterPadding: 0 9 | includeFontData: 1 10 | use2xBehaviour: 0 11 | fontNames: [] 12 | customCharacters: 13 | fontRenderingMode: 0 14 | userData: 15 | -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18b13d68564cfdc438527fa058f6b391 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/DOTweenSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/DOTweenSettings.asset -------------------------------------------------------------------------------- /Assets/Resources/DOTweenSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee298078a8346d049a1febdec992ed11 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83162581299610b4fbd277bb511b11a2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c87af71a63903574ba85a2021cc0d60a 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b2114abd6bb44d44b4d6d1baed01937 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/001.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Gif/Emotion/001.bytes -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/001.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a983557381970d48b5976d27c655df5 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/002.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Gif/Emotion/002.bytes -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/002.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 457b9bb034000ae43a594f8ddc769be8 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/003.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Gif/Emotion/003.bytes -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/003.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e9c7972500ac7b4890fee5fe1560ef2 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/004.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Gif/Emotion/004.bytes -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/004.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87e288234f59fae49871db00b9661b46 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/005.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Gif/Emotion/005.bytes -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/005.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97aff8451d745284ebe9ff7a6a67fe97 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/006.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Gif/Emotion/006.bytes -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/006.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d012d4b24f6fdd748a940776359443ec 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/007.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Gif/Emotion/007.bytes -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/007.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 592b4adc7db38304c96e25016e52383c 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/008.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Gif/Emotion/008.bytes -------------------------------------------------------------------------------- /Assets/Resources/Raw/Gif/Emotion/008.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc4d95f2cb075c94bb08f63b043c0693 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb2e12a4977605740bfc5877e266f612 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef905f876cbefc645bf43a6620199d9c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/001.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/001.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/001.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f535db2b2717b1b4280072be5981a977 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/002.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/002.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/002.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55ef5cdab50eed64a951626f3ec6e44d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/003.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/003.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/003.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4627669f0dffbf45b6724ac9d44ef6c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/004.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/004.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/004.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fe84a43af1b3c34790d263f09a4c106 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/005.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/005.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/005.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09a7f14aaec565148bf37bf97443a607 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/006.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/006.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/006.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cff4a9a3759fcd45869567f1be6394f 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/007.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/007.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/007.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbb07504e14e1d34093988f2b5035a2d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/008.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/008.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/008.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80f877d6f58b3dd4290c1ff383209992 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/009.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/009.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/009.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3dd94f836e80a3943b79e2c35ecd4c45 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/010.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Chat/010.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Chat/010.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1afe885aae10d634c9a170aeaa243210 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 160442a081d716842ae14927c40e03ce 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/001.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/001.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/001.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cfa77d3d960e004e80b23e1ef170ea8 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/002.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/002.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/002.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89d77334b0055d64681fe0190822921c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/003.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/003.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/003.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b18a0abc8a5b934b8f41eb0dc2655d8 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/004.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/004.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/004.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24e9c79d4f1338b4b9f58723238a949b 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/005.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/005.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/005.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f583c94419abb5645a132a78ab9b6663 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/006.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/006.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/006.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3d9120a72d38d642a6157e73b4a9e14 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/007.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/007.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/007.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 262708e52b465f44ba36799f2b67f28d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/008.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/008.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/008.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f29b236ec14f77c4ab28dc6704d76da6 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/009.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/009.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/009.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53243e1b99058864a8168618f291cddc 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/010.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/010.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/010.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c3c223d60f62344b98d24e3a6231b19 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/011.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Common/011.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Common/011.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 909f0a854d439564ea2532c2980c30de 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 225312f4a73f3064ea34fdb559a63413 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/000.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Head/000.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/000.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 246b220bc59806b48bfc7b25029d0db7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/001.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Head/001.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/001.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac5f720528e8cb440a20a96a8f2d14c6 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/002.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Head/002.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/002.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41c79264912546445bda3c7a93766928 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/003.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Head/003.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/003.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae908a3dc14d01b479eab82884804b74 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/004.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Head/004.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/004.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3926c30a9d5b00745b94230e7708db56 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/005.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Head/005.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/005.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0082995ea489f642abe1be8f3cfd022 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/006.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Head/006.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Head/006.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b97c94bd84f93d14f8f6753b88a2335d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 779bf1db07c45df4b9b0d2e0de28eccd 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/001.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/MainMenu/001.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/001.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76cfa0e384bd0b140ab232e4341421a4 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/002.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/MainMenu/002.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/002.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0dc7ebd6c68f364986a6151934f6f49 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/003.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/MainMenu/003.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/003.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 47d5c73eb8d4b234eb5b1bd0d4378118 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/004.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/MainMenu/004.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/004.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0bde5f618190d574db0468ce11a0807c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/005.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/MainMenu/005.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/005.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af9026ee4235c2f4cab4b8f22fd94772 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/006.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/MainMenu/006.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/006.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0ab3c3b79b94d846b13786049f3166d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/007.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/MainMenu/007.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/007.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c62a09b49311a9745a5b3eaf6110d383 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/008.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/MainMenu/008.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/MainMenu/008.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6344a5a79b3c9c4298cdf51cd461cd7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Single.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7dca68f4de6ef854fb8b3ab3b2f1fc64 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Single/am_.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Single/am_.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Single/am_.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0e90ed87488ee641b73060696f5e866 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Single/welcome.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/Raw/Image/Single/welcome.prefab -------------------------------------------------------------------------------- /Assets/Resources/Raw/Image/Single/welcome.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86e213e8ea3bf404499e553055b4a9a0 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c7267b1c33af214c8591031ba0b5d03 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/View/Chat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17fc5a99c800032439069e3963125e1f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/ChatFrame.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Chat/ChatFrame.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/ChatFrame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c73d86b78168fc74fa0727f5d582275c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/ChatPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Chat/ChatPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/ChatPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b808634df2928440af73ade0899e321 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/EmotionBubbleFrame.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Chat/EmotionBubbleFrame.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/EmotionBubbleFrame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 415d4ffe4a8f50e41a5b408fc68352c8 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/FriendChatBubbleFrame.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Chat/FriendChatBubbleFrame.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/FriendChatBubbleFrame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1cb86d5360cc1a84ca56d8f2a6e018cd 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/GroupChatFrame.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Chat/GroupChatFrame.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/GroupChatFrame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56c3d80e81c12a94eab9f62df7380314 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/GroupChatPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Chat/GroupChatPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/GroupChatPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c370137bf1a61140b367e19516681ec 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/PersonalChatBubbleFrame.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Chat/PersonalChatBubbleFrame.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Chat/PersonalChatBubbleFrame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f1b33d42dc69b34da07bbb8e98a8945 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 047c8cfc8deeafa48b0f86408ade41e8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/BackButton.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/BackButton.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/BackButton.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb8fed90865b8cc49a96768886a9ff2c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/Dialog.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a0786d8a1711d74e9983d0f9f955a9e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/Dialog/DoubleButtonDialog.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/Dialog/DoubleButtonDialog.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/Dialog/DoubleButtonDialog.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40af3ea1926c418489741fa74d25b269 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/Dialog/DoubleButtonInputDialog.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/Dialog/DoubleButtonInputDialog.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/Dialog/DoubleButtonInputDialog.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72f16571c2c1ac54a825857ad3a22213 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/Dialog/LoadingDialog.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/Dialog/LoadingDialog.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/Dialog/LoadingDialog.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb1bf4553272511488fe2cc3369adbc7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/Dialog/SingleButtonDialog.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/Dialog/SingleButtonDialog.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/Dialog/SingleButtonDialog.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd8603953c5ac954882780928d66a445 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/ImageListPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/ImageListPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/ImageListPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e49d384cb6ad9f8468b9fd6d8426a00c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/InputDebug.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/InputDebug.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/InputDebug.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe8b06f7b002c6a499d851aa829a9c8d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/LabelInputField.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/LabelInputField.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/LabelInputField.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 296417278be5ca944bd6badee1319b28 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/MainMenuPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/MainMenuPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/MainMenuPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8cd5fb838d27e34e90c0348becc79f2 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Common/StatusLabel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Common/StatusLabel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Common/StatusLabel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d3d58cbf17d25944bff819d85ceb84c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Contacts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23bbef812833cc549b68f143b7359638 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/View/Contacts/ContactFrame.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Contacts/ContactFrame.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Contacts/ContactFrame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3702fdd04bd8f4e498e0d6259a788bf7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Contacts/FriendDetailPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Contacts/FriendDetailPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Contacts/FriendDetailPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb908e3c8a2cc014883c5f2a9db76b8e 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Contacts/SearchFriendPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Contacts/SearchFriendPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Contacts/SearchFriendPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba9436807b8c44946aa0ab11b0d3a1f9 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Explore.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e44c0003d3c9ed44bf75b8eab7498a1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/View/Group.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3aceae0557c742b44bad104fb7eb2e16 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/View/Group/CreateGroupPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Group/CreateGroupPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Group/CreateGroupPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a15788d7bdb9b741a907c7c8e32fd11 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupDetailPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Group/GroupDetailPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupDetailPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22de461669aee514183a28ea5a7057f5 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupFrame.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Group/GroupFrame.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupFrame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1654c0f1d3de99498b0cf11003e4ab9 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupMemberFrame.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Group/GroupMemberFrame.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupMemberFrame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1680656a3e48fa24793dc49ac6f7b570 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupMemberHeadFrame.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Group/GroupMemberHeadFrame.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupMemberHeadFrame.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1161db5e3d77354bb44a83ec175e4ba 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupMemberHeadIcon.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Group/GroupMemberHeadIcon.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Group/GroupMemberHeadIcon.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59251deed4d32de45885be0af0ffce30 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Group/SelectGroupPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Group/SelectGroupPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Group/SelectGroupPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6341ab3ac3706a640a70fa1f5f6e976e 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Personal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d489e34a4545f134187509e46193d96d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Resources/View/Personal/LoginPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Personal/LoginPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Personal/LoginPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6dcc510ceb80e24f92c8fdb876130ec 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Resources/View/Personal/RegisterPanel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Resources/View/Personal/RegisterPanel.prefab -------------------------------------------------------------------------------- /Assets/Resources/View/Personal/RegisterPanel.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2335005283b4a7e4a9ad8bf2110eb815 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 910cb00773ff88c4aba9df686958e81c 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75fc05291a77bb3458bd4e0124de9453 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/Base.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9eace554373de6d49a1e2f69a34eaf9e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/Base/BaseDialog.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 349821c04e93131469f1986d4bc1cd92 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/Base/BasePanel.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections.Generic; 4 | 5 | namespace MiniWeChat 6 | { 7 | public class BasePanel : MonoBehaviour 8 | { 9 | /// 10 | /// 控制Panel出现 11 | /// 12 | /// 附加参数 13 | public virtual void Show(object param = null) 14 | { 15 | gameObject.SetActive(true); 16 | } 17 | 18 | /// 19 | /// 控制Panel隐藏 20 | /// 21 | public virtual void Hide() 22 | { 23 | gameObject.SetActive(false); 24 | } 25 | } 26 | } 27 | 28 | -------------------------------------------------------------------------------- /Assets/Script/Model/Base/BasePanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a730ec1f5ac73642be103a661ac97fa 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/Base/BaseState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c90a806a72a69c47a49093243d3e2b6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7df6ff3a55c58724f86e5206633d3d7d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem/ChatDataItem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 125317af27094bd4fa63f7559792c60a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem/ChatLog.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3db00aacb497ae4ab2c44769eb6ddb8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem/Proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 474bf4cff2c620b4297846f9e02da70d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem/Proto/ChatDataItem.proto: -------------------------------------------------------------------------------- 1 | package MiniWeChat; 2 | 3 | message ChatDataItem 4 | { 5 | enum TargetType{ 6 | INDIVIDUAL = 0; 7 | GROUP = 1; 8 | SYSTEM = 2; 9 | } 10 | 11 | enum ChatType{ 12 | TEXT = 0; 13 | IMAGE = 1; 14 | } 15 | 16 | required string sendUserId= 1; 17 | required string receiveUserId= 2; 18 | required ChatType chatType= 3; 19 | required string chatBody= 4; 20 | optional int64 date = 5; 21 | 22 | optional bool isRead = 6[default=false]; 23 | optional bool isSend = 7[default=false]; 24 | optional TargetType targetType = 8[default = INDIVIDUAL]; 25 | } -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem/Proto/ChatDataItem.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba92212c6ec1fe945a08a97b266f7c30 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem/Proto/ChatLog.proto: -------------------------------------------------------------------------------- 1 | package MiniWeChat; 2 | 3 | import "ChatDataItem.proto"; 4 | 5 | message ChatLog 6 | { 7 | required string chatID = 1; 8 | required int64 date = 2; 9 | repeated ChatDataItem itemList=3; 10 | optional ChatDataItem.TargetType targetType = 4[default = INDIVIDUAL]; 11 | } -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem/Proto/ChatLog.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98889f0f4b5170644b0530025b9102a2 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem/Proto/gen.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem 查找文件 3 | for /f "delims=" %%i in ('dir /b ".\*.proto"') do echo %%i 4 | for /f "delims=" %%i in ('dir /b/a ".\*.proto"') do protogen -i:%%i -o:..\%%~ni.cs -ns:MiniWeChat.Protocol 5 | pause -------------------------------------------------------------------------------- /Assets/Script/Model/DataItem/Proto/gen.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c798792c9b151348970400564ecfe60 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd3bc57d903319247b75e5cca0702444 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/Debug.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad58c59caa72b2f4bb26610c447dc58f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/Debug/UIDebugger.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41e0819a13a7edd4295a8454866db02c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/GameRoot.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4809d549feff08448add97dc05685851 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/MessageDispatcher.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b449bd375a79b14cb93ef001a729b6b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/MessageDispatcher/EMessageType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | namespace MiniWeChat 5 | { 6 | #region 主要事件 General 1000 - 2000 7 | 8 | public enum EModelMessage : uint 9 | { 10 | SOCKET_CONNECTED = 1000, 11 | SOCKET_DISCONNECTED, 12 | TRY_LOGIN, 13 | REQ_FINISH, 14 | REQ_TIMEOUT, 15 | SEND_CHAT_TIMEOUT, 16 | UPLOAD_FINISH, 17 | DOWNLOAD_FINISH, 18 | } 19 | 20 | #endregion 21 | 22 | #region 界面事件 General 1000 - 2000 23 | 24 | public enum EUIMessage : uint 25 | { 26 | UPDATE_FRIEND_DETAIL = 2000, 27 | UPDATE_SEND_CHAT, 28 | UPDATE_RECEIVE_CHAT, 29 | UPDATE_PERSONAL_DETAIL, 30 | UPDATE_CHAT_LIST, 31 | TOGGLE_GROUP_MEMBER, 32 | DELETE_CHAT_ITEM, 33 | } 34 | 35 | #endregion 36 | } 37 | 38 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/MessageDispatcher/EMessageType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9bd9bb34ee8a7e4b99664a4d3ce0c72 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/MessageDispatcher/MessageDispatcher.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c67e1671c1f0dd43a2020c7607cfc71 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/NetWork.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62642a5e85c82ea45864200d1ca56177 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/Network/FileNetworkManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce19c3250855a5143b1fbb398fe14b92 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/Network/NetWorkManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c0f3721dd32fa747ab4f6e3606cedbd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/Singleton.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | namespace MiniWeChat 5 | { 6 | [RequireComponent(typeof(GameRoot))] 7 | public class Singleton : MonoBehaviour where T : Singleton 8 | { 9 | private static T _instance; 10 | 11 | public static T GetInstance() 12 | { 13 | return _instance; 14 | } 15 | 16 | public void SetInstance(T t) 17 | { 18 | if (_instance == null) 19 | { 20 | _instance = t; 21 | } 22 | } 23 | 24 | public virtual void Init() 25 | { 26 | return; 27 | } 28 | 29 | public virtual void Release() 30 | { 31 | return; 32 | } 33 | } 34 | } 35 | 36 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/Singleton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a461ddac711e5946a5661c2aee9f351 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/StateManager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 571d85eb79fbfcf4595a32375b09f68e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/StateManager/StateManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34153e9e7b8ffe84f8c196539287ed89 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/UIManager.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98d95eedc97c2894f9178aa991c2b5dc 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/UIManager/DialogManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 343352d67911c394f8ddb9600f26c354 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/UIManager/EUIType.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections.Generic; 4 | 5 | namespace MiniWeChat 6 | { 7 | public enum EUIType 8 | { 9 | MainMenuPanel = 0, 10 | ChatFrame, 11 | ContactFrame, 12 | FriendChatBubbleFrame, 13 | PersonalChatBubbleFrame, 14 | ChatPanel, 15 | BackButton, 16 | RegisterPanel, 17 | LoginPanel, 18 | SingleButtonDialog, 19 | DoubleButtonInputDialog, 20 | ImageListPanel, 21 | SearchFriendPanel, 22 | FriendDetailPanel, 23 | InputDebug, 24 | StatusLabel, 25 | LoadingDialog, 26 | CreateGroupPanel, 27 | GroupDetailPanel, 28 | GroupMemberFrame, 29 | GroupMemberHeadFrame, 30 | GroupMemberHeadIcon, 31 | SelectGroupPanel, 32 | GroupChatFrame, 33 | GroupChatPanel, 34 | GroupFrame, 35 | DoubleButtonDialog, 36 | } 37 | 38 | public enum EAtlasName 39 | { 40 | Chat = 0, 41 | Common, 42 | Head, 43 | MainMenu, 44 | Single, 45 | } 46 | } 47 | 48 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/UIManager/EUIType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dce3f44d497154e419282d2e0c30ea51 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/GameRoot/UIManager/UIManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c82e70a97d6448041bd528c6bf051101 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/Singleton.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bea5089e0d8380247973500a9e89a7f4 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Model/Singleton/GlobalChat.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac11ad9c5ecc3454291983082e256d1d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/Singleton/GlobalContacts.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6523b59ad0eee1f4c9d0cb068c1bf585 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/Singleton/GlobalGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b8dcb0bab7701145bdaf7d232602678 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/Singleton/GlobalUser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e031002c9a2c499489ea03015db1dc6b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Model/Singleton/Gobalroup.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections.Generic; 4 | 5 | namespace MiniWeChat 6 | { 7 | public class Gobalroup : MonoBehaviour 8 | { 9 | 10 | } 11 | } 12 | 13 | -------------------------------------------------------------------------------- /Assets/Script/Model/Singleton/Gobalroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ad441b28e5908d408004a91cedb45e8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f89d1b5855f91be429aea4e64c8854c3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/AddFriendMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fb115502aa7fb3488789299338d14b8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/ChangeFriendMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b97b8816702bf8e4584fba550af69921 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/ChangeGroupMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 299152bcf5f0ae84fbba26b16caafef7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/ChatData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25780be9456bbd44f9b8e0b3827d7b18 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/CreateGroupChatMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af0d17568f9256a4788324ce267f210c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/DeleteFriendMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 529adc8792c268c4abfd668b59eebba7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/GetGroupInfoMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c60e0cac32d309246aefe9f203d86b34 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/GetPersonalInfoMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e653ccba991148647bf44328fae722e5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/GetUserInfoMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38b134ca0a40d2e4180a8a1def7372ca 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/GroupData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86e997c430f4885489cc505fda06882d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/KeepAliveMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55832b58823aa8044acbde08c07c352f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/LoginMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f5c8359bf60d2a47be3b41e58fb283d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/LogoutMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58d7230ca086cc84e808dfa6e6c48117 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/OffLineMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: caa079d740836294483e3c2581b149eb 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/PersonalSettingsMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4c2b56e511080443b80f8130aa8abb5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8362733a57d2bee478301558972206b1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/AddFriendMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | 5 | message AddFriendReq{ 6 | required string friendUserId = 1; 7 | } 8 | 9 | message AddFriendRsp{ 10 | enum ResultCode{ 11 | SUCCESS = 0; 12 | FAIL = 1; 13 | } 14 | required ResultCode resultCode = 1; 15 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/AddFriendMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 403136ab4b928864f8d0df7a63c81a83 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ChangeFriendMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | import "UserData.proto"; 5 | 6 | message ChangeFriendSync{ 7 | enum ChangeType{ 8 | ADD = 0; 9 | DELETE = 1; 10 | UPDATE = 2; 11 | } 12 | required ChangeType changeType = 1; 13 | required UserItem userItem = 2; 14 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ChangeFriendMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ddca225f017fa4d45aade22c3e09071e 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ChangeGroupMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | import "GroupData.proto"; 5 | 6 | message ChangeGroupReq{ 7 | enum ChangeType{ 8 | ADD = 0; 9 | DELETE = 1; 10 | UPDATE_INFO = 2; 11 | } 12 | required string groupId = 1; 13 | required ChangeType changeType = 2; 14 | repeated string userId = 3; 15 | optional string groupName = 4; 16 | } 17 | message ChangeGroupRsp{ 18 | enum ResultCode{ 19 | SUCCESS = 0; 20 | FAIL = 1; 21 | NO_AUTHORITY = 2; 22 | } 23 | required ResultCode resultCode = 1; 24 | } 25 | message ChangeGroupSync{ 26 | required GroupItem groupItem = 1; 27 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ChangeGroupMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f5503218bf11914f8e40ea603144ad4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ChatData.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Data"; 4 | 5 | message ChatItem{ 6 | enum ChatType{ 7 | TEXT = 0; 8 | IMAGE = 1; 9 | } 10 | enum TargetType{ 11 | INDIVIDUAL = 0; 12 | GROUP = 1; 13 | SYSTEM = 2; 14 | } 15 | 16 | optional TargetType targetType = 1[default = INDIVIDUAL]; 17 | optional string sendUserId= 2; 18 | required string receiveUserId= 3; 19 | required ChatType chatType= 4; 20 | required string chatBody= 5; 21 | optional int64 date = 6; 22 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ChatData.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ec7dfb33e6e9bd44a884ec7fe6cb229 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/CreateGroupChatMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | import "ChatData.proto"; 5 | 6 | message CreateGroupChatReq{ 7 | repeated string userId = 1; 8 | 9 | } 10 | message CreateGroupChatRsp{ 11 | enum ResultCode{ 12 | SUCCESS = 0; 13 | FAIL = 1; 14 | } 15 | 16 | required ResultCode resultCode = 1; 17 | required int32 groupChatId = 2; 18 | } 19 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/CreateGroupChatMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60cb9b025fdd17b41bd5d3a34d277c49 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/DeleteFriendMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | 5 | message DeleteFriendReq{ 6 | required string friendUserId = 1; 7 | } 8 | 9 | message DeleteFriendRsp{ 10 | enum ResultCode{ 11 | SUCCESS = 0; 12 | FAIL = 1; 13 | } 14 | required ResultCode resultCode = 1; 15 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/DeleteFriendMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c699f03b2f48c347862878e349aa17c 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/GetGroupInfoMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | import "GroupData.proto"; 5 | 6 | message GetGroupInfoReq{ 7 | required string groupId = 1 ; 8 | } 9 | 10 | message GetGroupInfoRsp{ 11 | enum ResultCode{ 12 | SUCCESS = 0;//搜索到群 13 | FAIL = 1;//未搜索到群 14 | GROUP_NOT_EXIST = 2;//群不存在 15 | } 16 | required ResultCode resultCode = 1; 17 | required GroupItem groupItem = 2; 18 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/GetGroupInfoMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e441a22b20de4e43bd4a9227285d47f 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/GetPersonalInfoMsg.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Script/Protocol/Proto/GetPersonalInfoMsg.proto -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/GetPersonalInfoMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6fa595dce9c2284192472a22fca54c7 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/GetUserInfoMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | import "UserData.proto"; 5 | 6 | message GetUserInfoReq{ 7 | repeated string targetUserId = 1 ; 8 | } 9 | 10 | message GetUserInfoRsp{ 11 | enum ResultCode{ 12 | SUCCESS = 0;//搜索到用户 13 | FAIL = 1;//未搜索到用户 14 | USER_NOT_EXIST = 2;//用户不存在 15 | } 16 | required ResultCode resultCode = 1; 17 | repeated UserItem userItem = 2; 18 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/GetUserInfoMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbabd7457a534784e8b80b38a8e07923 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/GroupData.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Data"; 4 | 5 | message GroupItem{ 6 | required string groupId = 1; 7 | required string groupName = 2; 8 | required string createrUserId = 3; 9 | repeated string memberUserId = 4; 10 | } 11 | 12 | 13 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/GroupData.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 567b0ca950fe9c34991720aa84d60bae 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/KeepAliveMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | 5 | message KeepAliveSyncPacket{ 6 | optional int32 a=1; 7 | optional bool b=2; 8 | optional string c=3; 9 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/KeepAliveMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4516d5cd8c2db640b3e23e54a3fd5b4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/LoginMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | 5 | message LoginReq{ 6 | required string userId= 1; 7 | required string userPassword= 2; 8 | } 9 | message LoginRsp{ 10 | enum ResultCode{ 11 | SUCCESS = 0; 12 | FAIL = 1; 13 | } 14 | 15 | required ResultCode resultCode = 1; 16 | } 17 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/LoginMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86230ea4de1c004499549627541d1f8d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/LogoutMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | 5 | message LogoutReq{ 6 | 7 | } 8 | 9 | message LogoutRsp{ 10 | enum ResultCode{ 11 | SUCCESS = 0; 12 | FAIL = 1; 13 | } 14 | 15 | required ResultCode resultCode = 1; 16 | } 17 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/LogoutMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7df5fc0b8b664247adecca3ce28e0cf 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/OffLineMsg.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrNerverDie/MiniWeChat-Client/a71e6a85f337bd8ff189c487df98c91a5c8e831b/Assets/Script/Protocol/Proto/OffLineMsg.proto -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/OffLineMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e75dc29c6ecb2d945ac9df5aab8e97f2 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/PersonalSettingsMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | 5 | message PersonalSettingsReq{ 6 | optional string userName = 1 ; 7 | optional string userPassword = 2 ; 8 | optional int32 headIndex = 3 ; 9 | } 10 | 11 | message PersonalSettingsRsp{ 12 | enum ResultCode{ 13 | SUCCESS = 0; 14 | FAIL = 1; 15 | } 16 | required ResultCode resultCode = 1; 17 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/PersonalSettingsMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17bbaab40c62dae438e07707d3d2d9e3 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ProtoHead.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol"; 4 | 5 | enum ENetworkMessage{ 6 | KEEP_ALIVE_SYNC=0; 7 | REGISTER_REQ=1; 8 | REGISTER_RSP=2; 9 | LOGIN_REQ=3; 10 | LOGIN_RSP=4; 11 | PERSONALSETTINGS_REQ=5; 12 | PERSONALSETTINGS_RSP=6; 13 | GET_USERINFO_REQ=7; 14 | GET_USERINFO_RSP=8; 15 | ADD_FRIEND_REQ=9; 16 | ADD_FRIEND_RSP=10; 17 | DELETE_FRIEND_REQ=11; 18 | DELETE_FRIEND_RSP=12; 19 | OFFLINE_SYNC=13; 20 | LOGOUT_REQ=14; 21 | LOGOUT_RSP=15; 22 | GET_PERSONALINFO_REQ=16; 23 | GET_PERSONALINFO_RSP=17; 24 | CHANGE_FRIEND_SYNC=18; 25 | SEND_CHAT_REQ=19; 26 | SEND_CHAT_RSP=20; 27 | RECEIVE_CHAT_SYNC=21; 28 | CREATE_GROUP_CHAT_REQ=22; 29 | CREATE_GROUP_CHAT_RSP=23; 30 | CHANGE_GROUP_REQ=24; 31 | CHANGE_GROUP_RSP=25; 32 | CHANGE_GROUP_SYNC=26; 33 | GET_GROUP_INFO_REQ=27; 34 | GET_GROUP_INFO_RSP=28; 35 | } 36 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ProtoHead.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0d8e2f1460ab514fa392836cbaf1651 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ReceiveChatMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | import "ChatData.proto"; 5 | 6 | message ReceiveChatSync{ 7 | repeated ChatItem chatData = 1; 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/ReceiveChatMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 601ed18c8e4e83c4eb00845bf0a6acd9 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/RegisterMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | 5 | message RegisterReq{ 6 | required string userId = 1; 7 | required string userName = 2; 8 | required string userPassword = 3; 9 | } 10 | 11 | message RegisterRsp { 12 | 13 | enum ResultCode{ 14 | SUCCESS = 0; //表示注册成功 15 | USER_EXIST = 1; //表示用户名已存在 16 | } 17 | 18 | required ResultCode resultCode = 1; 19 | } -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/RegisterMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e04644ffcb335a4499cda7b71d7ad426 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/SendChatMsg.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Msg"; 4 | import "ChatData.proto"; 5 | 6 | message SendChatReq{ 7 | required ChatItem chatData = 1; 8 | 9 | } 10 | message SendChatRsp{ 11 | enum ResultCode{ 12 | SUCCESS = 0; 13 | FAIL = 1; 14 | } 15 | 16 | required ResultCode resultCode = 1; 17 | } 18 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/SendChatMsg.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 433ddb937e0ae48428024461ec3cc708 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/UserData.proto: -------------------------------------------------------------------------------- 1 | package protocol; 2 | 3 | option java_package = "protocol.Data"; 4 | 5 | message UserItem{ 6 | required string userId = 1; 7 | required string userName = 2; 8 | optional int32 headIndex = 3; 9 | } 10 | 11 | 12 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/UserData.proto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09bd6686ca23fd14cadd608c8177f413 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/gen.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem 查找文件 3 | for /f "delims=" %%i in ('dir /b ".\*.proto"') do echo %%i 4 | for /f "delims=" %%i in ('dir /b/a ".\*.proto"') do protogen -i:%%i -o:..\%%~ni.cs -ns:MiniWeChat.Protocol 5 | pause -------------------------------------------------------------------------------- /Assets/Script/Protocol/Proto/gen.bat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01dbe464a97413c4da6f7dd2c9f09efd 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/ProtoHead.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72a7a16c82ca5964f99e3e27221b9f2a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/ReceiveChatMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eebcbd72137ec754bad8c94c339783d7 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/RegisterMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc1d366cb3c70684db227291dd665e08 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/SearchUserMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09d92f0dd0d8b1644894921640e64174 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/SendChatMsg.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 864ea8609d75fca4d8b59e1f1d7a3348 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Protocol/UserData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b8c97527ac98c045a8d28cdade8c078 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5324ccebbece4c145b2eb981696d48e3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Tool/Callback.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections.Generic; 4 | 5 | namespace MiniWeChat 6 | { 7 | public class CallBackWithString 8 | { 9 | public UnityEngine.Events.UnityAction callback; 10 | } 11 | } 12 | 13 | -------------------------------------------------------------------------------- /Assets/Script/Tool/Callback.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e247486823440d4baf99c95973d9e9b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/CoroutineTool.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | 4 | using System; 5 | using System.Collections; 6 | using System.Collections.Generic; 7 | 8 | namespace MiniWeChat 9 | { 10 | public class CoroutineTool : MonoBehaviour 11 | { 12 | public static IEnumerator ActionNextFrame(Action action) 13 | { 14 | yield return null; 15 | action(); 16 | } 17 | 18 | public static IEnumerator ActionWithDelay(Action action, float delay) 19 | { 20 | yield return new WaitForSeconds(delay); 21 | action(); 22 | } 23 | } 24 | } 25 | 26 | -------------------------------------------------------------------------------- /Assets/Script/Tool/CoroutineTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6d54bfe1880556409310a51568c33e8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/Extensions.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System; 3 | using System.Collections; 4 | 5 | namespace MiniWeChat 6 | { 7 | public static class Extensions 8 | { 9 | 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Assets/Script/Tool/Extensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1e8613ba408e744aacaf2d115d161e9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/Format.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87be64b203aafcc46b02b97a44e396ab 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Tool/Format/DateFormatTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00d4bb16913b6da4f94d6fcee3db57d9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/Format/MiniConverter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1df5f30cc69c32048ae500c76dc27caa 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/GlobalVars.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections.Generic; 4 | 5 | namespace MiniWeChat 6 | { 7 | public class GlobalVars 8 | { 9 | public const string PREF_USER_ID = "USER_ID"; 10 | public const string PREF_USER_PASSWORD = "USER_RPASSWORD"; 11 | public const string PREF_USER_ITEM = "USER_ITEM"; 12 | 13 | public const int DEFAULT_SCREEN_WIDTH = 1080; 14 | 15 | public static string IPAddress = "104.224.165.21"; 16 | //public const string IPAddress = "192.168.45.17"; 17 | public const int IPPort = 8081; 18 | } 19 | } 20 | 21 | -------------------------------------------------------------------------------- /Assets/Script/Tool/GlobalVars.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f14db71f8f35204dba145ec178843c8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/IOTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e75821c74acf3842b62c5bcd8e39dc2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/Log4U.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20c9104eb922256499c957a5dce15f62 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d61c2e282b1290345986cefe2644421f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/Tool/UI/MiniButton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f005b72a6bad574c8262d5331abd1f3 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/UI/MiniToggle.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections.Generic; 4 | 5 | namespace MiniWeChat 6 | { 7 | [RequireComponent(typeof(Toggle))] 8 | public class MiniToggle : MonoBehaviour 9 | { 10 | public GameObject _upGameObject; 11 | public GameObject _downGameObject; 12 | 13 | public void Awake() 14 | { 15 | GetComponent().onValueChanged.AddListener(OnToggleValueChanged); 16 | OnToggleValueChanged(GetComponent().isOn); 17 | } 18 | 19 | public void OnToggleValueChanged(bool check) 20 | { 21 | _upGameObject.SetActive(check); 22 | _downGameObject.SetActive(!check); 23 | } 24 | } 25 | } 26 | 27 | -------------------------------------------------------------------------------- /Assets/Script/Tool/UI/MiniToggle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 151d59d6e9b53f648b4721c6f207db58 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/UI/Swipe.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections.Generic; 4 | 5 | namespace MiniWeChat 6 | { 7 | [RequireComponent(typeof(ScrollRect))] 8 | public class Swipe : MonoBehaviour 9 | { 10 | public void Start() 11 | { 12 | //GetComponent().onValueChanged.AddListener(OnDragScrollRect); 13 | } 14 | 15 | public void OnDragScrollRect(Vector2 dragVec) 16 | { 17 | Log4U.LogInfo(dragVec); 18 | } 19 | } 20 | } 21 | 22 | -------------------------------------------------------------------------------- /Assets/Script/Tool/UI/Swipe.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55ea6421c4099f942981dc30a8595336 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/UI/TweenRotate.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections.Generic; 4 | using DG.Tweening; 5 | 6 | namespace MiniWeChat 7 | { 8 | public class TweenRotate : MonoBehaviour 9 | { 10 | public void Start() 11 | { 12 | transform.DORotate(new Vector3(0, 0, 360), 1.0f, RotateMode.FastBeyond360) 13 | .SetLoops(-1, LoopType.Restart) 14 | .SetEase(Ease.Linear) 15 | .From(); 16 | } 17 | } 18 | } 19 | 20 | -------------------------------------------------------------------------------- /Assets/Script/Tool/UI/TweenRotate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d066ae4221665fb4a9439cd8cd0d10c4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/Tool/UnPackTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1c7ffb497091944a930f4c74716d714 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/ViewModel.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5466940361b5d304e8600864eccaccb5 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/ViewModel/Chat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76843c3f6f8e59a409515397d365dd68 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/ViewModel/Chat/ChatBubbleFrame.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe85e3cfc77f2a846abd1ea3f19f549a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/ViewModel/Chat/ChatFrame.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8d31a7856bbea2449815aa8a0790e69 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/ViewModel/Chat/ChatListPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3acad7606b851de46a0a0ab300bfdc06 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/ViewModel/Chat/ChatPanel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34d5e06368b1a1a488aef2de4965c77b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Script/ViewModel/Chat/Model.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7b174eaf08818b4a900b680b6de2a25 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/ViewModel/Common.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee2ebca0d72431244a2f62f0ae0bc4d1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Script/ViewModel/Common/BackButton.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using System.Collections.Generic; 4 | 5 | namespace MiniWeChat 6 | { 7 | public class BackButton : MonoBehaviour 8 | { 9 | private object _param; 10 | 11 | public void Start() 12 | { 13 | gameObject.GetComponent