[BUG] Domain Reload since update to 2022.3.38f1

Since i updated to the version 2022.3.38f1 iam getting every second domain reload a freeze while domain reload is at 0% it never finishes. I already deleted lib and temp folder and let the editor rebuild nothing helps.

It’s impossible to work like that ive to force quit the editor every 5 minutes …
Even rollback to prev version wont help.

I already read through different forums nothing helped for me.

I experience this too from time to time, and I don’t know exactly what causes it. I just forced Unity to close in Task Manager when it got stuck.

Opening a project in an older editor version is unsupported and can cause loss of data.

Check the editor.log for any hints what or why it’s doing that.

This sort of behaviour could be caused by editor scripts or importers that cause an infinite cycle. For instance a script that responds to domain reload event and then modifies a script and imports it will cause another domain reload, and possibly infinitely often. Be sure to check any editor scripts for such possible behaviour.