Hello,
I want to execute a method of a CS file I have in Assets/Editor from command line.
I am using this:
/Applications/Unity/Unity.app/Contents/MacOS/Unity -batchmode -quit -projectProject *ProjectPath* -executeMethod *FileName.MethodName*
but it is not working.
Any help??
Thank you very much in advance!
↧