summarylogtreecommitdiffstats
path: root/unity-editor
diff options
context:
space:
mode:
authorLeonard König2015-12-18 18:02:15 +0100
committerLeonard König2015-12-18 18:02:15 +0100
commitc682dd463990b3e27dac536b99f2d6f56b846520 (patch)
tree06c4fc8b01cdc255966b098b82167a163853563c /unity-editor
parent9d3c11b8f92cf055e0fc66911b951f30f8470dd0 (diff)
downloadaur-c682dd463990b3e27dac536b99f2d6f56b846520.tar.gz
workaround black-recent-screen bug
Diffstat (limited to 'unity-editor')
-rwxr-xr-xunity-editor1
1 files changed, 1 insertions, 0 deletions
diff --git a/unity-editor b/unity-editor
index 91f6136c52d8..4749e29997d1 100755
--- a/unity-editor
+++ b/unity-editor
@@ -6,4 +6,5 @@ unset GTK_IM_MODULE
# HACK: fixes WebGL builds by adding a symlink (python -> python2) to the PATH
export PATH=/opt/Unity/Editor:$PATH
+mkdir -p ~/.local/share/unity3d/Packages
exec /opt/Unity/Editor/Unity "$@"