Unity Black screen on start up HELP PLEASE

Hello,

Randomly Unity is experiencing this issue on launch. Please watch GIF

How the heck do i fix this??? I have a deadline :frowning:
I dont understand how to do the fix in this topic

Unity wont start up - black window…please help? - Unity Answers

and have tried this youtube tutorial which did not work

Any updates on how to fix?

Usually a blank screen at startup indicates an error when attempting to compile or initialize editor code, perhaps in a custom editor plugin you’re using. Check out your log file after running Unity to look for a cause. Searching the file for the word “error” will likely lead you to the problem(s).

goto user\user\AppData\Roaming\Unity\Packages\node_modules\unity-editor-home then copy all files then go back to file node_modules and paste all files there and then delete unity-editor-home.

I had this issue but my problem was regarding proxies. See this thread and my reply for more details: Using proxy will cause unity hub failed to open. - Unity Engine - Unity Discussions

SOLUTION:
create a .bat file with these lines as its content:
@ off
set HTTP_PROXY=
set HTTPS_PROXY=
setx UNITY_NOPROXY localhost,127.0.0.1
start “” “C:\Program Files\Unity Hub\Unity Hub.exe”

MAKE SURE THE PATH POINTS TO WHERE UNITY HUB IS ON YOUR OWN MACHINE
Hopefully this helps!

This didn’t really work for me, you guys got any other fix?

Please provide your editor log file as was mentioned earlier.

In my case, I set Unity Hub.exe to “open with administrative privileges”.

From then on, I got a black screen.

I removed that option and everything went back to normal.

For what it’s worth.

1 Like

Restart your computer? works fr me

I have a made by unity on startup and the games music but it then just goes straight to a black screen and after about 20-30 completely crashes and closes the program. Spent all day watching countless YouTube videos but still no success opening the project. Any ideas would be very much appreciated it’s so so frustrating…… cheers

Same. It works in “not admin”, but installs failed.

Same problem here

Gonna lock this thread, as it is very old. Please create a new thread if you wish to continue the conversation.