├── FGUIProject ├── .objs │ ├── cache │ │ ├── 1n4czled │ │ │ ├── sfv94 │ │ │ ├── sfv94.info │ │ │ ├── xzq96 │ │ │ └── xzq96.info │ │ └── 2w4fpdl4 │ │ │ ├── hbe5a │ │ │ ├── hbe5a.info │ │ │ ├── hbe5e │ │ │ ├── hbe5e.info │ │ │ ├── n8hd5 │ │ │ ├── n8hd5.info │ │ │ ├── ofor0 │ │ │ └── ofor0.info │ └── workspace.json ├── UI.fairy ├── assets │ ├── Hotfix │ │ ├── Component │ │ │ ├── Lobby.xml │ │ │ ├── Login.xml │ │ │ └── TitleButton.xml │ │ ├── Resource │ │ │ ├── bg_button_1.png │ │ │ ├── bg_button_2.png │ │ │ ├── bg_content.png │ │ │ ├── bg_input.png │ │ │ └── bg_login.jpg │ │ └── package.xml │ └── Runtime │ │ ├── Component │ │ ├── Loading.xml │ │ └── LoadingProgressBar.xml │ │ ├── Resource │ │ ├── bg_loading.jpg │ │ ├── jindutiao_bar.png │ │ └── jindutiao_bg.png │ │ └── package.xml ├── plugins │ └── FGUI2ET │ │ ├── GenHotfix.lua │ │ ├── GenRuntime.lua │ │ ├── Main.lua │ │ └── package.json └── settings │ ├── Adaptation.json │ ├── Common.json │ ├── CustomProperties.json │ └── Publish.json ├── FairyGUI-Editor ├── FairyGUI-Editor.exe ├── FairyGUI-Editor_Data │ ├── Plugins │ │ ├── libglib-2.0-0.dll │ │ ├── libgobject-2.0-0.dll │ │ ├── libvips-42.dll │ │ └── xlua.dll │ ├── Resources │ │ ├── unity default resources │ │ └── unity_builtin_extra │ ├── StreamingAssets │ │ ├── Fonts │ │ │ └── SourceHanSansCN-Medium.otf │ │ ├── Locales │ │ │ ├── en │ │ │ │ ├── strings1.xml │ │ │ │ └── strings2.xml │ │ │ └── zh-CN │ │ │ │ └── strings2.xml │ │ └── Scripts │ │ │ ├── GenCode_AS3.lua │ │ │ ├── GenCode_CPP.lua │ │ │ ├── GenCode_CSharp.lua │ │ │ ├── GenCode_Egret.lua │ │ │ ├── GenCode_Haxe.lua │ │ │ ├── GenCode_PIXI.lua │ │ │ ├── GenCode_TS.lua │ │ │ └── Main.lua │ ├── app.info │ ├── boot.config │ ├── globalgamemanagers │ ├── globalgamemanagers.assets │ ├── il2cpp_data │ │ ├── Metadata │ │ │ └── global-metadata.dat │ │ ├── Resources │ │ │ ├── I18N.CJK.dll-resources.dat │ │ │ ├── NAudio.dll-resources.dat │ │ │ ├── Newtonsoft.Json.dll-resources.dat │ │ │ └── mscorlib.dll-resources.dat │ │ └── etc │ │ │ └── mono │ │ │ ├── 2.0 │ │ │ ├── Browsers │ │ │ │ └── Compat.browser │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ ├── machine.config │ │ │ ├── settings.map │ │ │ └── web.config │ │ │ ├── 4.0 │ │ │ ├── Browsers │ │ │ │ └── Compat.browser │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ ├── machine.config │ │ │ ├── settings.map │ │ │ └── web.config │ │ │ ├── 4.5 │ │ │ ├── Browsers │ │ │ │ └── Compat.browser │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ ├── machine.config │ │ │ ├── settings.map │ │ │ └── web.config │ │ │ ├── browscap.ini │ │ │ ├── config │ │ │ └── mconfig │ │ │ └── config.xml │ ├── level0 │ ├── level0.resS │ ├── linear.assets │ ├── resources.assets │ ├── resources.assets.resS │ └── sharedassets0.assets ├── GameAssembly.dll ├── UnityCrashHandler64.exe ├── UnityPlayer.dll └── WinPixEventRuntime.dll └── README.md /FGUIProject/.objs/cache/1n4czled/sfv94: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DukeChiang/FGUI2ET/38d485a73f9c862a18d8ebd163555af4480993f8/FGUIProject/.objs/cache/1n4czled/sfv94 -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/1n4czled/sfv94.info: -------------------------------------------------------------------------------- 1 | { 2 | "timestamp": 1589895561039, 3 | "modificationDate": 1584108945701, 4 | "fileSize": 843 5 | } -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/1n4czled/xzq96: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DukeChiang/FGUI2ET/38d485a73f9c862a18d8ebd163555af4480993f8/FGUIProject/.objs/cache/1n4czled/xzq96 -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/1n4czled/xzq96.info: -------------------------------------------------------------------------------- 1 | { 2 | "timestamp": 1589895561039, 3 | "modificationDate": 1584108945702, 4 | "fileSize": 463 5 | } -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/2w4fpdl4/hbe5a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DukeChiang/FGUI2ET/38d485a73f9c862a18d8ebd163555af4480993f8/FGUIProject/.objs/cache/2w4fpdl4/hbe5a -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/2w4fpdl4/hbe5a.info: -------------------------------------------------------------------------------- 1 | { 2 | "timestamp": 1581917966411, 3 | "modificationDate": 1581920666980, 4 | "fileSize": 640 5 | } -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/2w4fpdl4/hbe5e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DukeChiang/FGUI2ET/38d485a73f9c862a18d8ebd163555af4480993f8/FGUIProject/.objs/cache/2w4fpdl4/hbe5e -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/2w4fpdl4/hbe5e.info: -------------------------------------------------------------------------------- 1 | { 2 | "timestamp": 1589895561039, 3 | "modificationDate": 1584108945659, 4 | "fileSize": 545 5 | } -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/2w4fpdl4/n8hd5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DukeChiang/FGUI2ET/38d485a73f9c862a18d8ebd163555af4480993f8/FGUIProject/.objs/cache/2w4fpdl4/n8hd5 -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/2w4fpdl4/n8hd5.info: -------------------------------------------------------------------------------- 1 | { 2 | "timestamp": 1581917966491, 3 | "modificationDate": 1580198997505, 4 | "fileSize": 465 5 | } -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/2w4fpdl4/ofor0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DukeChiang/FGUI2ET/38d485a73f9c862a18d8ebd163555af4480993f8/FGUIProject/.objs/cache/2w4fpdl4/ofor0 -------------------------------------------------------------------------------- /FGUIProject/.objs/cache/2w4fpdl4/ofor0.info: -------------------------------------------------------------------------------- 1 | { 2 | "timestamp": 1589895561039, 3 | "modificationDate": 1584108945659, 4 | "fileSize": 1710 5 | } -------------------------------------------------------------------------------- /FGUIProject/.objs/workspace.json: -------------------------------------------------------------------------------- 1 | { 2 | "expanded_nodes": [ 3 | "2w4fpdl4", 4 | "/", 5 | "1n4czled", 6 | "/" 7 | ], 8 | "active_doc": [ 9 | "1n4czled", 10 | "sfv94" 11 | ], 12 | "hidden_packages": [], 13 | "docs": [ 14 | "2w4fpdl4", 15 | "ofor0", 16 | "2w4fpdl4", 17 | "hbe5a", 18 | "2w4fpdl4", 19 | "hbe5e", 20 | "1n4czled", 21 | "sfv94", 22 | "1n4czled", 23 | "xzq96" 24 | ] 25 | } -------------------------------------------------------------------------------- /FGUIProject/UI.fairy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /FGUIProject/assets/Hotfix/Component/Lobby.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |