summarylogtreecommitdiffstats
path: root/unity-editor
blob: 9623372060a9422cbde46b536396d23f2a7c37be (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/Unity/Editor:$PATH

mkdir -p ~/.local/share/unity3d/Packages
exec /opt/Unity/Editor/Unity -no-throttle-updates "$@"