Search Issue Tracker
By Design
Votes
44
Found in
5.0.0f4
Issue ID
685322
Regression
Yes
Prefabs don't store ligthtmap information correctly
This has been resolved as by design, some more information on why we have done this change and how to make it work in Unity 5 is available here:
http://forum.unity3d.com/threads/does-unity-support-exist.333577/
To reproduce:
1. Open attached project
2. Open scene Standard
3. Bake lightmaps
4. Capture lightmap info and enable apply dat
5. Create prefabs of plane and cube
6. Copy them in to runtime scene
7. Run it
8. Notice that lightmaps will be off (screens attached)
Regression from 4.6
Comments (14)
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
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
rtritean
May 15, 2015 05:50
so far 3 projects broken by this behavior... please bump this up!
filcomet
Apr 17, 2015 00:17
Same problem, I can't migrate my project to Unity 5 if this problem is not solved.
ravennous0
Apr 08, 2015 19:55
Is there an update on this bug? I can confirm that it will happens in 5.0.1f1.
Varionic
Apr 03, 2015 00:35
We need to be able to bring objects into a scene so we can re-use the scene without dumping everything.