File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 2.4.0] - 2022-12-9
8+
9+ ### Added
10+ - 基于2.3.2的BETA版本,支持使用Lua来扩展编辑器[ 示例场景] ( Content/Tutorials/14_EditorExtension/ )
11+ - ` UnLuaInterface ` 增加 ` Run in Editor ` ,允许编辑器非PIE(不运行游戏)状态下绑定到Lua
12+ - 支持Lua扩展自定义菜单、工具栏、控制台命令等
13+
14+ ### Fixed
15+ - 打包时提示` Binaries/Lua.dll ` 被占用
16+
717## [ 2.3.2] - 2022-12-9
818
919### Added
Original file line number Diff line number Diff line change 11{
22 "FileVersion": 3,
33 "Version": 2,
4- "VersionName": "2.3.2 ",
4+ "VersionName": "2.4.0 ",
55 "FriendlyName": "UnLua",
66 "Description": "Lua scripting plugin",
77 "Category": "Scripting",
You can’t perform that action at this time.
0 commit comments