summarylogtreecommitdiffstats
path: root/unity-editor
blob: 91f6136c52d8c2373ac34e91fde48d895c6378a4 (plain)
1
2
3
4
5
6
7
8
9
#!/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

exec /opt/Unity/Editor/Unity "$@"