summarylogtreecommitdiffstats
path: root/unity-editor-beta
diff options
context:
space:
mode:
authorOscar Morante2016-03-16 21:39:13 +0200
committerOscar Morante2016-03-16 21:39:42 +0200
commitf86ecad636d5a7a2df60a215cda334c950232344 (patch)
tree552edb658dddd7a77f3ee840b7297222b0f86aa5 /unity-editor-beta
parent63952618c78a778553af5228391e65ed0098a8cb (diff)
downloadaur-f86ecad636d5a7a2df60a215cda334c950232344.tar.gz
add changes for beta releases
Diffstat (limited to 'unity-editor-beta')
-rwxr-xr-xunity-editor-beta10
1 files changed, 10 insertions, 0 deletions
diff --git a/unity-editor-beta b/unity-editor-beta
new file mode 100755
index 000000000000..34c58d7265ff
--- /dev/null
+++ b/unity-editor-beta
@@ -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/UnityBeta/Editor:$PATH
+
+mkdir -p ~/.local/share/unity3d/Packages
+exec /opt/UnityBeta/Editor/Unity "$@"