static void CreateNewBuildVersionClassFile (string bundleVersion) {
Closed this issue · 1 comments
kasparlund commented
line 75 : Log.Debug ("Code generation stopped, no code to write.");
does not work on unity3d mac. The line should instead be:
Debug.Log ("Code generation stopped, no code to write.");
kayy commented
Thanks, you are totally right. I just fixed this.