We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2854649 commit a0f27f7Copy full SHA for a0f27f7
2 files changed
README.md
@@ -12,6 +12,10 @@ Pluging for scripting by python3 in Unigine Editor https://unigine.com/get-unigi
12
13

14
15
+## Prebuilded versions here
16
+
17
+[here](https://sea-kg.com/files/unigine-plugins/UnigineEditorPlugin_Python3Scripting/v2.14.1.1/)
18
19
## Build instruction
20
21
### Linux (Ubuntu)
build_plugin.sh
@@ -47,7 +47,7 @@ ldd -d libUnigineEditorPlugin_Python3Scripting_x64d.so
47
48
cd ../../
49
50
-pkgname="linux_UnigineEditorPlugin_Python3Scripting_v0.0.1"
+pkgname="linux_UnigineEditorPlugin_Python3Scripting_v2.14.1.1_v0.0.1"
51
if [ -d "$pkgname" ]; then
52
rm -rf "$pkgname"
53
fi
0 commit comments