How do I stop updates notifications for the package

There is a pop starting unity to ask me to update, any way to stop this completely please
Thank you

Hi

In a very recent version the version number was set incorrectly, this caused the update notification window to show up even though it really shouldn’t. It sounds like this may have happened to you and caused some annoyance. Sorry about that.
Normally it will only pop up once if there is an update (and you click ‘skip this update’), otherwise at most once per week. Note however that if Unity crashes (i.e. does not close in a normal way) then Unity will not save the preferences, which is a bit annoying, but hard to work around.

You can also disable this completely. Open the AstarUpdateChecker.cs script and locate the ShowUpdateWindowIfRelevant method. Put a return; statement at the top of that function.

Thank you so much for your help, amazing project by the way, I learned about it from brackeys!

1 Like