- Home /
Batchmode not working
Batchmode seems to start a background process and does not open a commando prompt, have I misunderstood this, isn't it supposed to open the commando prompt?
No. You can start batchmode from a command prompt, but batchmode won't start a command prompt. What purpose would that have?
http://docs.unity3d.com/$$anonymous$$anual/CommandLineArguments.html
How to detect whether or not it is running in the commando prompt mode? EDIT: Is there a Way to check og the -batchmode tag is present?
Answer by chrisrplay · May 30, 2015 at 11:30 AM
I had a similar problem. It would start if my scripts didnt have any errors but didnt run the executeMethod command until I switched to a PC build instead of Android. I have a Unity Pro Lic for 4.6 but only "android" and not "android pro". So after I switched, it runs and there is output in the editor log.
This was confusing because the editor log did not mention why it wouldnt run.
chris