Unity 4.6.x doesn’t show up when opening large projects, is it alive?
Due 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.