summarylogtreecommitdiffstats
path: root/unity-editor-beta
blob: 49b02dcfdc0d39bc154fcc1bec47846bc9dc11a3 (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/UnityBeta/Editor:$PATH

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