Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
8
Question by iKazanova · Sep 28, 2017 at 01:43 PM · open project

Unity won't open project

Hey,

fast in short. I have 2017.1.1f1 personal version Unity. And what's up with Unity it can't open project? I've been working for like 8 hours and if I want to re-open to check something or etc. it won't open. Does this happening only to me or I'm missing something?

One thing found helped me is go to Task Manager and End Process Tree on Unity, but I shouldn't go there every time it does "this thing".

Any help is appreciated.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

19 Replies

· Add your reply
  • Sort: 
avatar image
11
Best Answer

Answer by djenningsais · Sep 28, 2017 at 06:06 PM

@iKazanova - Just experienced this issue and tried this solution on two different projects and it resolved both issues:

Under your project check the Temp folder for UnityLockFile. Delete it and try to open the project again. Click OK on the popup that you get on opening.

It looks like Temp should not exist if Unity was properly shut down so you may be able to remove the entire folder.

UPDATE:

Steps taken:

  • Prior to removing the lock file I had completely uninstalled (Uninstall, delete extra folders, purge registry) all versions of Unity. After reinstalling the issue still existed so I do NOT recommend doing this.

  • I tried deleting the lockfile on one project that was having issues and it resolved the issue. I tried deleting another lockfile and that project also opened. After the second project opened I tried the other projects and they all opened without having to deal with the lockfile. It may be the case that removing the correct lockfile will resolve the issue.

Other Options:

  • I have also seen a lot of posts that state opening from an open project resolves the issue. If you can find a project that opens, open it and then open the locked project.

  • If none of these options work then you can also send a report to Unity support. You have to include the affected project and it takes a while to send but may be worth it for a solution from Unity.

Comment
Add comment · Show 9 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image iKazanova · Sep 30, 2017 at 10:33 AM 0
Share

@djenningsais Yeah, it fixed. Thanks

avatar image GuardHei · Aug 03, 2018 at 04:08 AM 0
Share

You've helped my life!

avatar image Naeja · Jan 26, 2020 at 06:19 PM 1
Share

Wanted to jump onto this in 2020 since this thread is one of the first Google search results.

Unity does not play well with VPN's on window machines! Specifically NordVPN, if you're connected to a VPN service through their official app it crashes on project open with no error code and a confusing crash log. Simply turn off your VPN and it should start working again like magic, hope this helps someone!

avatar image Ibzy · Apr 14, 2020 at 11:34 PM 0
Share

Nearly 3 years on and this has just saved me from sobbing. Thanks you, sir.

avatar image SealPanda · Nov 17, 2020 at 10:44 PM 0
Share

i tried deleting the lockfile and it still doesnt work. i am on unity 2019.4.8

Show more comments
avatar image
6

Answer by Teohh · Sep 29, 2018 at 10:51 AM

If you have any controllers plugged in try to disconnect them. Worked for me

Comment
Add comment · Show 3 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Effane · Dec 29, 2018 at 05:57 AM 1
Share

You totally saved me, my friend. Bought a new generic USB gamepad for testing and left it plugged in. It stops Unity from loading past the project selection and dies to the background.

avatar image Zarod · Jan 25 at 03:30 AM 0
Share

THIS !!!!

how ... pm ... earth x___x

now ... a part from playing games with it .... how am i gonna play test them in th editor xD ???

avatar image binarybingogames · Mar 16 at 08:38 AM 0
Share

It's really worked for me. Thanks. On my laptop Bluetooth driver is not properly installed and I just disabled the hardware. after that unity projects opened well like before.

avatar image
4

Answer by Xialya · Dec 08, 2017 at 02:04 AM

Having this issue after Unity crashed while importing an asset.

I can open other projects, but not this one. Unity process disappears without any report right after clicking to open my project. If I delete the temp folder or the UnityLockFile, Unity creates them, then crashes directly without any report.

Opening it after opening another project doesn't change anything.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
2

Answer by Qd_ · Jan 26, 2018 at 06:02 PM

I have the same problem as Xialya do. Sended crash report.


UPDATE

git clean -fxd helped me (this command deletes all files that not present in git repo)


CAREFULL some editor settings can be lost


.gitignore

 /[Ll]ibrary/
 /[Tt]emp/
 /[Oo]bj/
 /[Bb]uild/
 /[Bb]uilds/
 /Assets/AssetStoreTools*
 # Visual Studio 2015 cache directory
 /.vs/
 # Jetbrains IDE cache directory
 /.idea/
 # Autogenerated VS/MD/Consulo solution and project files
 ExportedObj/
 .consulo/
 *.DS_Store
 *.csproj
 *.unityproj
 *.sln
 *.suo
 *.tmp
 *.user
 *.userprefs
 *.pidb
 *.booproj
 *.svd
 *.pdb
 # Unity3D generated meta files
 *.pidb.meta
 # Unity3D Generated File On Crash Reports
 sysinfo.txt
 # Builds
 *.apk
 *.unitypackage
 # Save data
 /Assets/Save/
 /Assets/Save.meta





Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
2

Answer by littlesteve · Oct 25, 2020 at 09:14 PM

I don't normally have any knowledge to help people, but I just thought I'd add in that had similar issue as @eovento, I've been using unity with no problems at all for a year or so - last month I got SurfShark VPN and everything stayed as normal. This week however Unity just wouldn't load, no crash report, just failed to get past the unity splash screen - did the usual of uninstalling Unity, upgrading to Unity 2020, still no luck - disabled my VPN and bingo, Unity works again. Why the two don't get along I don't know, but thanks to @eovento for the info.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • 3
  • 4
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

149 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

why can't I have my game on usb? 1 Answer

Unity Hub not opening any projects. 0 Answers

can not open project stuck on white screen 0 Answers

unity hub wont open projects only create new one 0 Answers

I just upgraded to Unity 2017.1.0f3, but it keeps asking me to re import every time I open (and save) the same project.. any idea why? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges