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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
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.