Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.0.0b11
Issue ID
645041
Regression
Yes
SerializedObject target has been destroyed error when building Webplayer with Iterative lightmapping
- Open AngryBots and set Lightmapping mode to Iterative
- Wait for the bake to finish, then build and run Webplayer
Following error gets printed 24 times in the Console:
SerializedObject target has been destroyed.
UnityEditor.SerializedObject:ApplyModifiedProperties()
UnityEditor.FogEditor:OnInspectorGUI() (at C:\buildslave\unity\build\Editor\Mono\SettingsWindow\FogEditor.cs:64)
UnityEditor.LightmappingWindow:OnGUI() (at C:\buildslave\unity\build\Editor\Mono\SceneModeWindows\LightmappingWindow.cs:295)
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
System.Reflection.MethodBase:Invoke(Object, Object[]) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView:Invoke(String, Object) (at C:\buildslave\unity\build\Editor\Mono\GUI\DockArea.cs:244)
UnityEditor.HostView:Invoke(String) (at C:\buildslave\unity\build\Editor\Mono\GUI\DockArea.cs:237)
UnityEditor.DockArea:OnGUI() (at C:\buildslave\unity\build\Editor\Mono\GUI\DockArea.cs:681)
[C:/buildslave/unity/build/Editor/Src/Utility/SerializedProperty.cpp line 111]
(Filename: /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs Line: 222)
This is a regression from one of the previous Unity 5 beta builds
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
- Floating License is lost for concurrent jobs
- Warning "Failed to insert item" is logged when Assigning Project to Organization's Project in the Project Settings
Add comment