All Projects → MichelleGuan → Xlua_UGUI_Demo

MichelleGuan / Xlua_UGUI_Demo

Licence: other
A MVC UGUI hot fix demo using Xlua.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Xlua UGUI Demo

KSFramework xlua
KSFramework的xlua分支,已整合xlua和KEngin: https://github.com/mr-kelly/KSFramework/
Stars: ✭ 29 (+81.25%)
Mutual labels:  hotfix, xlua
HotUpdateSolution
Hot update solution for unity3d
Stars: ✭ 30 (+87.5%)
Mutual labels:  hotfix, xlua
ultron
Another Android Real-time Hotfix Based Instant Run
Stars: ✭ 20 (+25%)
Mutual labels:  hotfix
WDataTable
WDataTable,a data form component for unity by ugui.
Stars: ✭ 38 (+137.5%)
Mutual labels:  ugui
YLYRichText
a feature-rich, easy to use unity rich text plugin
Stars: ✭ 32 (+100%)
Mutual labels:  ugui
EmojiText
This is a EmojiText solution for Unity3D UI
Stars: ✭ 74 (+362.5%)
Mutual labels:  ugui
DissolveEffectForUGUI
A dissolve effect for uGUI, without material instancing. Please star and watch this project :)
Stars: ✭ 67 (+318.75%)
Mutual labels:  ugui
UBind
UBind is a value binding component for Unity, which is used to quickly realize the association binding between UI and logical data.
Stars: ✭ 57 (+256.25%)
Mutual labels:  ugui
ReuseScroller
Reuse cell for uGUI ScrollView
Stars: ✭ 29 (+81.25%)
Mutual labels:  ugui
UCharts
UCharts allows creating radar charts, pie charts, half pie chart in your Unity3d Games.
Stars: ✭ 33 (+106.25%)
Mutual labels:  ugui
ugui-animated-progressbar
A progress bar with animation of uGUI.
Stars: ✭ 81 (+406.25%)
Mutual labels:  ugui
MintAnimation
一款高效易用的Unity插值动画系统,可以快速制作UI动画
Stars: ✭ 84 (+425%)
Mutual labels:  ugui
hotfix
Lua 5.2/5.3 hotfix. Hot update functions and keep old data.
Stars: ✭ 67 (+318.75%)
Mutual labels:  hotfix
symdl
symdl is a simple little tool, its function is very similar to dlsym, with symdl, you can pass any global C function name string, so as to achieve the dynamic call of C function.
Stars: ✭ 49 (+206.25%)
Mutual labels:  hotfix
WChatPanel
WChatPanel,a chat panel UI component for Unity3D such as wechat.
Stars: ✭ 32 (+100%)
Mutual labels:  ugui
Unity-VariableTileLayout
UI components for tile layout like Pinterenst.
Stars: ✭ 57 (+256.25%)
Mutual labels:  ugui
UnityScreenNavigator
Library for screen transitions, transition animations, transition history stacking, and screen lifecycle management in Unity's uGUI.
Stars: ✭ 488 (+2950%)
Mutual labels:  ugui
RubyTextMeshPro
Unity Text Mesh Proでルビ(フリガナ)のタグを追加しました.
Stars: ✭ 61 (+281.25%)
Mutual labels:  ugui
CompositeToggle
Composite toggle system for unity
Stars: ✭ 38 (+137.5%)
Mutual labels:  ugui
unity-ugui-edit-tools
编辑器下的界面工具集合
Stars: ✭ 30 (+87.5%)
Mutual labels:  ugui

UGUI_XluaDemo

This is an UGUI demo under MVC framework which can be used on production environment.
I also use Xlua on login moudle, both hitfix condition and common use.

1.在hotfix>lua文件夹写lua脚本,在继承WTUIPage的C#脚本引用该lua地址,并转换成byte格式。 2.Hotfix-enable后,可以使用hotfix脚本,替换现有方法。 3.生成热更代码之后,替换lua脚本就可以,不需要再次生成。 4.全局只有一个luaenv,_luaLogin = XLuaUtil.GlobLuaEnv.NewTable()声明。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].