Xlua使用
Xlua下载
https://github.com/Tencent/xLua
相关文章
HOTFIX_ENABLE
下载压缩包解压 复制XLua和plugins到assets,Tool复制在Assets同级目录下 开启热补丁特性 先添加宏 HOTFIX_ENABLE;INJECT_WITHOUT_TOOL
使用热更新步骤
步骤1
把 xLua-master\Assets
中的文件,拷贝到 Assets
里面
步骤2
把 Tools
拷贝到 Assets
同级目录里面
步骤3
在unity3d 发布设置里面设置 HOTFIX_ENABLE
宏定义:添加 HOTFIX_ENABLE 到 'Edit > Project Settings > Player > Other Settings > Scripting Define Symbols'。 (注意:各平台需要分别设置)
步骤4 生成代码:执行 'XLua > Generate Code' 菜单,等待Unity编译完成。
步骤5 注入:执行 'XLua > Hotfix Inject In Editor' 菜单。注入成功会打印 'hotfix inject finish!' 或者 'had injected!' 。"; string enHint = @"Read documents carefully before you run this example, then follow the steps below:
更改
加上 [Hotfix] 标签可以对文件更改