summarylogtreecommitdiffstats
path: root/unity-editor-lts
blob: 9ca0ae0df056392d398c1bac2063fb5c336fbbed (plain)
1
2
3
4
5
6
7
8
9
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 "$@"