A prefab somehow lost its way out of its asset file

I am getting a LOT of these. What does it even mean?

With Unity 3 or 2.6.1?

2.6.1 free on windows Vista. I am also having this error all the time (user-mapped section open). Might be related?

I just started getting these in the latest Unity 3. Thought I might hand edit the project file, but first see if there’s a known solution. Googling…

3.4.1f5

I also get the bugs!!!

Same here 3.4.0f5 “A prefab somehow lost its way out of its asset file. Ignoring it. Save your scene and next time you launch the editor it will be gone.”

Same here, i load 4 cubes into a code made prefab and it seems to work flawlessly, the prefab is ok.

		ino.transform.parent = big.transform;
}
	var prefab : Object = EditorUtility.CreateEmptyPrefab("Assets/combination/pack1.prefab");
	EditorUtility.ReplacePrefab(big, prefab, ReplacePrefabOptions.ConnectToPrefab);

and the error log reads this:
the referenced script on this behaviour is missing (6 times)
and

Unloading 655 unused Assets to reduce memory usage. Loaded Objects now: 499.
System memory in use: 166.2 MB.
Unloading 2 Unused Serialized files (Serialized files now loaded: 1 / Dirty serialized files: 1)
Updating assets/temporary/pack1.prefab - GUID: 5cf16c3e00f415a4189855fda68246a0...
 done: hash - 51109f9e4d3ce748343f3100918d0495
A prefab somehow lost its way out of its asset file. Ignoring it. Save your scene and next time you launch the editor it will be gone.
 
(Filename: C:/BuildAgent/work/6bc5f79e0a4296d6/Runtime/Misc/SaveAndLoadHelper.cpp Line: 1146)

A prefab somehow lost its way out of its asset file. Ignoring it. Save your scene and next time you launch the editor it will be gone.
 
(Filename: C:/BuildAgent/work/6bc5f79e0a4296d6/Runtime/Misc/SaveAndLoadHelper.cpp Line: 1146)

A prefab somehow lost its way out of its asset file. Ignoring it. Save your scene and next time you launch the editor it will be gone.

Should I assume that the lack of conversation and a fix means that the situation isn’t as dire as the error message makes it sound?

I like the prefab that was highlighted under the Project view when I got this error message. I use it a lot. It is referenced by scripts in my project. If it gets deleted the next time I start Unity, I’ll need to first build the prefab again from the ground up, and then plug it into all the scripts that reference it all over again. And then likely debug because the result might be slightly different from what I built the first time. Not a fun time!

Unless, of course, this error doesn’t mean what I think it means.

Saving and exiting Unity now, fingers crossed…

Yep, it’s fine.

For the record (I.E. for the benefit of Future Humans who google this error message and get this thread,) this error message apparently does not mean “we will delete one of the prefabs in your project the next time you start Unity.” I don’t know what it does mean, but it’s not that.

LMFAO :slight_smile: Then get a bit angry at unity. then LFMAO again.