Skip to content

Commit a0f27f7

Browse files
committed
Added link to prebuilded versions
1 parent 2854649 commit a0f27f7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Pluging for scripting by python3 in Unigine Editor https://unigine.com/get-unigi
1212

1313
![scoreboard](preview.gif)
1414

15+
## Prebuilded versions here
16+
17+
[here](https://sea-kg.com/files/unigine-plugins/UnigineEditorPlugin_Python3Scripting/v2.14.1.1/)
18+
1519
## Build instruction
1620

1721
### Linux (Ubuntu)

build_plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ldd -d libUnigineEditorPlugin_Python3Scripting_x64d.so
4747

4848
cd ../../
4949

50-
pkgname="linux_UnigineEditorPlugin_Python3Scripting_v0.0.1"
50+
pkgname="linux_UnigineEditorPlugin_Python3Scripting_v2.14.1.1_v0.0.1"
5151
if [ -d "$pkgname" ]; then
5252
rm -rf "$pkgname"
5353
fi

0 commit comments

Comments
 (0)