• 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
9
Question by Fulcrum_Games · Mar 08, 2022 at 04:30 AM · loadprojecthangnot respondingrepaint

Help: Unity Project won't open. Stuck on projectBrowser.OnGUI.repaint

Title. the project was working fine until about 30 minutes ago. Then i edited my pause menu script to include UnityEngine.SceneManagement and load "menuScene", I saved and came back to editor but it hung on the busy screen for 10 minutes saying ProjectBrowser.OnGUI.repaint, before i ultimately ended task. I restarted the program multiple times and waited 10 minutes to no avail. I restarted computer and it didnt work. Im unsure what to do to get back into the editor of my project. Please help, thank you

Comment
Add comment · Show 1
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 Aleksander_Wit · Mar 09, 2022 at 07:10 PM 0
Share

I have the exact same issue.

12 Replies

· Add your reply
  • Sort: 
avatar image
22

Answer by Twin-Stick · Mar 14, 2022 at 05:22 AM

Interesting the mention of SCM... I opened the SCM app and it had lost it's credential. I signed back in via the SCM app, opened my unity project again and it got passed t$$anonymous$$s screen.

Wow - pretty crazy it holds up opening the unity project!

Comment
Add comment · Show 5 · 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 TThunder · Mar 26, 2022 at 10:31 PM 1
Share

Thank you, that solved the issue for me.

avatar image BaraShiro · Jun 01, 2022 at 08:42 PM 0
Share

This solved the problem for me, thanks!

avatar image MohammedMedoukh · Jun 21, 2022 at 10:42 AM 0
Share

that solved the problem, thanks.

avatar image Telles · Jul 21, 2022 at 02:13 PM 0
Share

This also solved the issue for me. Appreciate the help!

avatar image rbisso · Nov 30, 2022 at 11:23 PM 0
Share

This definitely solved the issue for me, as well. Thank you so much!

avatar image
4

Answer by DevinW · Apr 04, 2022 at 02:43 PM

Also using Plastic SCM and t$$anonymous$$s is still an issue. Was able to resolve by opening the Plastic SCM app and relogging in. Pretty crazy it completely halted unity from opening at all. Serious issue here.

Comment
Add comment · Show 1 · 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 BayouSoftware · May 31, 2022 at 03:49 PM 0
Share

This worked for me (after updating the collab proxy in the manifest file, and deleting my projects library folder), thanks for the tip. Starting to get very very frustrated with the amount of times the editor gets completely stuck on repaint or reload progress bars. Ive probably lost around 2 days development time this year to these bugs!

avatar image
4

Answer by Llareia · Apr 22, 2022 at 07:36 PM

I had t$$anonymous$$s problem today. I recently moved, w$$anonymous$$ch seems to have broken the connection between Plastic SCM and Unity. I was logged in on the web app to no avail. Here's how I fixed mine:

1) Create a new Unity project. 2) Use the Plastic SCM tab to connect the new project to Plastic SCM. 3) When the browser window pops up, log in to Plastic SCM using Unity ID. 4) Return to Unity and close the window that still says "Sign in to Plastic SCM". 5) Observe that the project connects to a new Plastic SCM project. 6) Open the old project that wasn't working. It should get past OnGUI.repaint now.

Comment
Add comment · Show 4 · 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 yaumito · Apr 24, 2022 at 10:09 PM 1
Share

This worked ok for me, thanks mate

avatar image JeffAction99 · Apr 25, 2022 at 12:49 PM 0
Share

I have tried this too. But I still can't get past the screen. Maybe I am missing something.

avatar image alumno_ppa2 · May 08, 2022 at 10:04 PM 0
Share

In my case, this happened because I opened my proyect without wifi, and the OnGUI.repaint error started showing, I fixed mine this way 1) loging in Plastic SMC (or re-login) 2)Disconnect the wifi from the PC 3)Try to open the proyect now 4) Re-connect the wifi without closing the proyect

avatar image _a · Jun 12, 2022 at 04:30 PM 0
Share

This helped me troubleshoot my issue, however I was able to simply open the Plastic SCM application and log in there as opposed to creating a brand new project

avatar image
2

Answer by GoateeGamer · May 25, 2022 at 04:22 PM

The latest version of the Version Control package (v1.14.18/1.15.18) has a fix for Editor hang on startup for some projects that might address t$$anonymous$$s issue for you.

If you can't open the project to update the Package Manager, try opening the manifest.json file in the Packages folder and edit the "com.unity.collab-proxy"'s version field manually. Opening the project after editing the manifest should force Unity to pull the latest version of the package and (hopefully) resolve the issue.

Comment
Add comment · Show 1 · 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 yaumito · May 26, 2022 at 09:23 AM 0
Share

Just a side note for novices like me (assuming you can open the project): If you want to update the Version Control package, you can go to Window > Package Manager and look for "Versio Control" on the packages list. From there you can update it to the latest version

avatar image
0

Answer by austinpaynter · Mar 10, 2022 at 02:54 AM

I'm Having the same problem. I haven't been able to open my project for 2 days.

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 Fulcrum_Games · Mar 10, 2022 at 03:22 AM 1
Share

Hey i wasnt able to fix the issue but I hope you are also using plastic SCM for version control if you're far into a project. I just removed my local project from the list and imported the latest backup as a new project. Then i found what was wrong: I changed the name of a scene and unity didnt like that very much. I changed the name back to what it was originally on both versions and then unity let me load the original project again

avatar image tommymen17 Fulcrum_Games · Mar 12, 2022 at 08:05 PM 0
Share

Thanks, your solution fix my problem. I import last saved backup, and the problem was gone.

avatar image austinpaynter · Mar 10, 2022 at 05:06 AM 1
Share

I completely forgot about SCM. I'm very new to all this, and most of my time has been spent trouble shooting errors, and not as much time actually creating.

  • 1
  • 2
  • 3
  • ›

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.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

158 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 avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

SceneView.Paint hangs forever 2 Answers

Loading project takes forever on mac 0 Answers

How to load a chosen item while using LoadSceneAsync 0 Answers

Is it normal that saving data to file makes game freeze for a long time? 1 Answer

Unity 5.4.2f1 Hangs on Project Launch -1 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