Skip to content

Commit 2bed3b6

Browse files
committed
Release 1.2.1
1 parent bf10d5a commit 2bed3b6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#### v1.2.1 - 2021-07-02
2+
- Fixed the setting file cannot be saved below unity 2020
13

24
#### v1.2.0 - 2021-06-30
35
- Change setting file From `ProjectSettings/LuaInteractive.json` to `UserSettings/LuaInteractive.json`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
3333
}
3434
],
3535
"dependencies": {
36-
"com.litefeel.luainteractive": "1.2.0",
36+
"com.litefeel.luainteractive": "1.2.1",
3737
...
3838
}
3939
}
@@ -45,7 +45,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
4545
``` js
4646
{
4747
"dependencies": {
48-
"com.litefeel.luainteractive": "https://github.com/litefeel/Unity-LuaInteractive.git#1.2.0",
48+
"com.litefeel.luainteractive": "https://github.com/litefeel/Unity-LuaInteractive.git#1.2.1",
4949
...
5050
}
5151
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.litefeel.luainteractive",
33
"displayName": "Lua Interactive",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"unity": "2018.3",
66
"description": "LuaInteractive is just perfect Unity editor plugin to excute lua on play mode.",
77
"keywords": [

0 commit comments

Comments
 (0)