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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
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.