Unity 4.6.x doesn’t show up when opening large projects, is it alive?

977b0ce93a4099143e64ae932e905dc0_e7cdc06072836c64f441c5014ad641f5Due to single-threaded approach of Unity editor of version 4.x, when opening large project first time, Unity launches importing of files, yet doesn’t show anything on screen. Also CPU activity keeps at low rate.  On Mac OS X it is possible to track Unity’s background activity when it is reading files using following command:

sudo fs_usage | grep Unity | grep /

This command shows which files are being opened by Unity at the time. This should give you enough information on its current activity and make a rough estimation of process complete time.

Метки: ,

Разделы:

Дата изменения: