Unity Project won't open on my friends machine

My friend and I are collaborating on a game. We have the same version of Unity and we both have Unity Hub. The game loads with no errors on my machine. I have a large usb that I download the game onto, disconnect, and then give to my friend. After he downloads the game, he can’t open it. Unity crashes while loading the game every time. I’ve downloaded the game from the drive and it works on my machine so I know the download isn’t the issue. It seems like something is up with his computer. Can anyone help me with this? Let me know if I need to give more info.

Unity version 2019.1.11

Delete the library folder when sharing a project, then try again.

1 Like

Thanks for the answer bobisgod234, unfortunately this didn’t work. After deleting the library folder, I tried reopening the project. It took longer to load than usual but in the end it crashed all the same, before I ever even got to the editor. Here is the end of my Editor Log -

Updating Packages/com.unity.postprocessing/PostProcessing/Shaders/Debug/Waveform.shader - GUID: 3020ac7ece79a7f4eb789a236f8bd6c5...
done. [Time: 40.190200 ms]
Updating Packages/com.unity.postprocessing/PostProcessing/Shaders/Builtins/Texture3DLerp.compute - GUID: 31e9175024adfd44aba2530ff9b77494...
Launched and connected shader compiler UnityShaderCompiler.exe after 0.07 seconds
done. [Time: 123.571100 ms]
Updating Packages/com.unity.postprocessing/PostProcessing/Shaders/Builtins/AutoExposure.compute - GUID: 34845e0ca016b7448842e965db5890a5...
Launched and connected shader compiler UnityShaderCompiler.exe after 0.06 seconds
Launched and connected shader compiler UnityShaderCompiler.exe after 0.07 seconds
Crash!!!

Are you sure there wasn’t a problem with your file copy? Can your friend create a new project and include the post processing package without crashing?

1 Like

Joe-Censored, I’m not sure what you mean exactly. I’ll try my best to answer your question. I originally zipped a copy of my project and put it on my hard drive. When I unzipped it, I was unable to open the project without it crashing on his machine. I’m starting to think this issue has to do with the 2d game toolkit project we downloaded from the unity asset store. We wanted to use it to improve our game however he was unable to import it without it crashing while I was able to import it just fine. He tried re-importing it several times to no success. That’s why I tried downloading my version directly onto his machine since we are both working in the same version of unity. That was also why I was super surprised when it didn’t work. I’m wondering if it is possible that even though we have the same unity versions, they do not behave the same due to downloaded packages, or android/mac support? Frankly I’m stumped

Sounds like the issue is with his computer then. Have him take a new empty project and include the post processing package and the 2d game toolkit and see if he has the same failure. If so, start looking into what problem he has with his computer. Might be old drivers, junk hardware, etc.