Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scene Not Loading in Unity (Ubuntu 20.04) – No Error Logs #74

Open
chiragmajithia opened this issue Jan 29, 2025 · 1 comment
Open

Comments

@chiragmajithia
Copy link

chiragmajithia commented Jan 29, 2025

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
Image

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!

@Likeooo
Copy link

Likeooo commented Feb 22, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants