Getting "API Update Required" dialog every time I open my project

Hey, I hope you can help me. I’m getting the “API Update Required” dialog box every time I open my project.


I’m not sure when it started happening, but it was after a Unity update in the last few months. I’ve been hoping it will fix itself after some other update, but it hasn’t happened and it’s getting really annoying having to waste time waiting for this process that seems to do absolutely nothing… This is what I get in the console:

Is there any way to get more information about what could be triggering this issue? It seems like some file is corrupted, but I’ve no clue as how to find which one. Any help will be appreciated. Thanks!

do you have some dll plugins in the project?

or if you do right click ReImport to some of your script folder, does that trigger the same warning?

I tried reimport and it didn’t trigger the warning, reimport all did. But then I thought about maybe updating some packages in the Package Manager, and updating Unity Ads from 3.2.0 to 3.3.1 did the trick :slight_smile: Thanks for your help mgear!