File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ #### v1.1.1 - 2021-03-26
2
+ - Fix the error when creating the defaultlua file when the plugin is located in the Assets directory
3
+
1
4
#### v1.1.0 - 2021-03-18
2
5
- Support XLua
3
6
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
33
33
}
34
34
],
35
35
" dependencies" : {
36
- " com.litefeel.luainteractive" : " 1.1.0 " ,
36
+ " com.litefeel.luainteractive" : " 1.1.1 " ,
37
37
...
38
38
}
39
39
}
@@ -45,7 +45,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
45
45
``` js
46
46
{
47
47
" dependencies" : {
48
- " com.litefeel.luainteractive" : " https://github.com/litefeel/Unity-LuaInteractive.git#1.1.0 " ,
48
+ " com.litefeel.luainteractive" : " https://github.com/litefeel/Unity-LuaInteractive.git#1.1.1 " ,
49
49
...
50
50
}
51
51
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.litefeel.luainteractive" ,
3
3
"displayName" : " Lua Interactive" ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"unity" : " 2018.3" ,
6
6
"description" : " LuaInteractive is just perfect Unity editor plugin to excute lua on play mode." ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments