You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scene Not Loading in Unity (Ubuntu 20.04) – No Error Logs
Description
I am using Ubuntu 20.04 and was able to successfully run Steps 1 to 3, but I am unable to load the scene in Unity.
Unity does not show any error logs, just empty red exclamation marks in the console.
I checked similar closed issues, including #33 and followed this suggestion, but it did not resolve the issue.
Screenshot
Steps Taken So Far
Deleted Library/ and Temp/ folders to force Unity to recompile.
Verified all dependencies in Package Manager (Post Processing, TextMeshPro, Physics).
Opened Editor.log but found no additional details on the errors.
Would really appreciate any help or suggestions!
The text was updated successfully, but these errors were encountered:
I encountered this problem yesterday and now it is ok. My solution is to reinstall both unity hub and unity editor.
1.followInstallHub to install unity hub correctly.
2.install a unity editor with unity hub
3.create an empty project with the new installed editor to check if any problem exists.
If lucky enough, there will be no problem. But if there are still two empty error, please check the editor.log(right click the console tab to open the log) and ctrl+F to find "fail" to locate the precise error. I found some errors and fixed them:
1.no ICU package found.
2.the version of openssl in my ubuntu is not compatible with unity.
After all these effort, I can successfully play the scene.
Scene Not Loading in Unity (Ubuntu 20.04) – No Error Logs
Description
I am using Ubuntu 20.04 and was able to successfully run Steps 1 to 3, but I am unable to load the scene in Unity.
Unity does not show any error logs, just empty red exclamation marks in the console.

I checked similar closed issues, including #33 and followed this suggestion, but it did not resolve the issue.
Screenshot
Steps Taken So Far
Deleted Library/ and Temp/ folders to force Unity to recompile.
Verified all dependencies in Package Manager (Post Processing, TextMeshPro, Physics).
Opened Editor.log but found no additional details on the errors.
Would really appreciate any help or suggestions!
The text was updated successfully, but these errors were encountered: