summarylogtreecommitdiffstats
path: root/unity-editor
blob: 714559a08ff987ead1b5f15d0e17dbf87c17bdff (plain)
1
2
3
4
5
6
#!/bin/sh

# This prevents the editor from crashing when opening projects in some systems
unset GTK_IM_MODULE

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