summarylogtreecommitdiffstats
path: root/unity-editor-lts
diff options
context:
space:
mode:
authorOscar Morante2018-07-02 20:20:10 +0200
committerOscar Morante2018-07-02 20:20:10 +0200
commit763cb843f6ba4f920c23765835c6a6a6d428bd57 (patch)
tree9eb05ea52a38831bbe8b5f6f7bbb42879e9c28f9 /unity-editor-lts
downloadaur-763cb843f6ba4f920c23765835c6a6a6d428bd57.tar.gz
fist commit
Diffstat (limited to 'unity-editor-lts')
-rwxr-xr-xunity-editor-lts10
1 files changed, 10 insertions, 0 deletions
diff --git a/unity-editor-lts b/unity-editor-lts
new file mode 100755
index 000000000000..9ca0ae0df056
--- /dev/null
+++ b/unity-editor-lts
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# This prevents the editor from crashing when opening projects in some systems
+unset GTK_IM_MODULE
+
+# HACK: fixes WebGL builds by adding a symlink (python -> python2) to the PATH
+export PATH=/opt/UnityLts/Editor:$PATH
+
+mkdir -p ~/.local/share/unity3d/Packages
+exec /opt/UnityLts/Editor/Unity -no-throttle-updates "$@"