Just upgraded to Unity Pro 5.1 and I can’t seem to compile from command line anymore. It throws and exception almost instantly. The only change I see in the release notes is:
- Home Window Login integration. You can now login or work offline using the home window or command-line arguments.
I do not see anything in the documentation on these argument changes. I thought it could possibly be crashing because I’m not forcing offline mode? I can open the same project in the Unity editor and using a menu link execute the same exact build method I’m calling from command line, and in the editor it builds fine without any issues.
Here is a snippet of the error it’s throwing:
Problem signature:
Problem Event Name: BEX64
Application Name: Unity.exe
Application Version: 5.1.0.28848
Application Timestamp: 556c8219
Fault Module Name: Unity.exe
Fault Module Version: 5.1.0.28848
I googled around for BEX64 and did not come across anything useful.
Any thoughts?
Thanks