Solve the problem of unresponsiveness in Unity startup project

The article was first published on the blog: https://mwhls.top/4803.html .
No picture/format error/for subsequent updates, please see the first page.
For more updates, please visit mwhls.top
. You are welcome to leave a message with questions or criticisms. Private messages will not be answered.

Summary: Solve the problem of unresponsive Unity project startup by returning and reloading the license.

Scenes
  • After Unity Hub starts the project, it loads normally without any pop-up window.
  • Restarting Unity, restarting the computer has no effect.
  • Deleting the "/Library/ScriptAssemblies" folder has no effect.
Solution
  • Just return the existing license and get a new one.

Guess you like

Origin blog.csdn.net/asd123pwj/article/details/132394296