"Hold On" message everytime I save the game after making a minor edit.

How do I make this stop it’s so annoying, why does this happen every time I make any changes to my project now? Anyone know why this is happening?

7533707--930194--Untitled.png

from preferences can set the dialog appearing time to something larger,

original topic:

but in general, any editor after 2019 seems much slower/sluggish… (at least for me)

1 Like

that makes the message disappear but it’s still frozen for 60sec - 3 min every time for me

You will need to find out what’s happening. Only hiding the dialog is just hiding the dialog, the underlying work is still there.

Visit these threads to learn how you can find out what’s happening and how you can submit bug reports if it turns out that it’s a Unity problem and it’s not your code or some rouge asset you’re using:

https://discussions.unity.com/t/847630
https://discussions.unity.com/t/777806

1 Like

yup, i see forum full of related posts… i’m still mainly on 2018/2019 so no issues there…
but try to check those threads, if they have workarounds/solutions. (and do report as a bug also, to help unity to catch those issues)

In 2020 or 2021 they introduced “Enter Play Mode Settings” and if you want the engine to swifly enter Play mode, you’ll want to set them to this:
7533830--930227--upload_2021-9-29_21-54-1.png

Project Settings → Editor.

Interesting, do you know how these differ from the default settings? I’m not really sure what the two options mean in comparison to how it normally is.

You need to check “Enter play mode options” and ensure that both “reload domain” and “reload scene” are unchecked.

Default settings are “play mode optiosn” unchecked, and in this case engine acts as if both domain and scene relopad are enabled (which is not reflected in UI).

2 Likes

It’s not really useful for you if you’re developing code (writing scripts). But if you’re curious, check out the beginning of this article.

https://blog.unity.com/technology/speed-up-your-programmer-workflows

1 Like

Are you using collab? If so try disabling that.

Was a big problem for me. Just shooting in the dark.

1 Like