Hello Mattéo,
Can you please let us know what version of Unity you are using? Also, can you take a look at the Unity Editor log? That may have more details on what step it is hanging on.
A few things you can try:
-
There is a forum post where other Linux users report having the same issues, perhaps you can see if this matches your scenario once you’ve looked at the Unity Editor log: Linux editor stuck on loading because of bee_backend w/ workaround
-
You could also try to close the project, delete your
Library
folder, can reopen to see if a clean re-import still has this issue. Note that the Library contains all the imported, runtime-ready, versions of your project’s assets, as well as databases for tracking the connections back to the original assets. With Unity closed, deleting the library folder will not undo any changes in your project, but will cause it to reimport everything the next time you open the project in Unity.
Thanks.