Romano
1
Hey there, “Run API updater” is greyed out in my project context menu. I’m not using MonoDevelop is that why? I can’t find much info about it.
I did try reinstalling MonoDevelop but it didn’t fix anything, I’ll try full reinstall if there’s not an easier answer.
Thanks very much!
Romano
HenryT
2
That’s because you don’t have any old API calls in source code.
Try put this line in any Start() function, the API Updater windows will popup.
this.animation.Play ();
If you choose No Thanks, then the Run API Update entry in main menu will not grayed out any more.