Hold on : Importing assets. How to solve it?

There is a problem in Unity. I’m writing code in the visual studio. Then after I switch to unity, it says hold on importing assets. And it never ends. I turned on the last computer and went out for 4 hours, but it was still not finished. The interesting part is that when you click on the edit window, it ends in an instant. But when I open opera GX browser, chrome, brave e any application, it starts again. Can you help me?

It is probably because you had non-English letters in your file names. Maybe even in your user name. Rename them without Turkish letters and it should be fixed.

I had a similar problem.

  1. You can try to restart UnityEditor.

  2. I myself began to use a different version of UnityEditor, and the problem has not recurred since then.

I had this issue when I accidentally added an infinite loop in my for loop. Fixing the loop allowed moved past this.