Search Issue Tracker
Fixed in 4.6.X
Votes
1
Found in
4.6.0b13
Issue ID
621407
Regression
No
"m_PathToGUID.count(goodPath) == 0" error when reimporting example project
Steps to reproduce :
- import the "uGUI_Project_Beta_13"
- reimport all and notice the error in the console
Comments (7)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
douglasg14b
Feb 16, 2015 20:44
Switched from one branch to another in source control and after switching back to the main project I'm not getting this error. Previous branch was in 4.5 current branch is 4.6, was deleting the old branch but just switching to it and back seems to have broken things with the project.
bodmin
Sep 23, 2014 03:13
I managed to resolve this issue for me by shutting down Unity and then deleting scripts.meta from the Assets directory. When I restarted the project, the errors were gone, and all my GameObjects retained their script connections, and I didn't need to re-import the game assets. The game ran perfectly in the editor.
bodmin
Sep 23, 2014 02:49
Add to above comment. Happened with Beta 17
bodmin
Sep 23, 2014 02:47
Happened to me on an original project I built from scratch. The project is about 4 days old, all native code, no 3rd party dll's, does contain uGui objects.