Search Issue Tracker
Fixed in 10.x
Fixed in 7.5.1, 8.3.1
Votes
0
Found in [Package]
7.3.1
Issue ID
1244578
Regression
No
Warning appears when deserializing a prefab that contains a nested prefab which has an HDAdditionalLightData and a MeshFilter
Steps to reproduce:
1. Open the attached project "repro815812.zip"
2. Select "PARENT" prefab in the Project window.
3. Note the warning in the console
Expected results: No warning appears in the console
Actual results: Warning appears in the console "SendMessage cannot be called during Awake, CheckConsistency, or OnValidate UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)"
Reproducible with: 2019.3.14f1(7.3.1), 2020.1.0b10(8.1.0), 2020.2.0a12(8.1.0)
Can't test with: 2018.4 due to errors
Note: Check the edit field to see "Relevant information from the customer"
To not reproduce the issue do the following:
1. Relaunch the project again
2. Select "CHILD" prefab in the Project window
3. Select "PARENT" prefab in the Project window
4. Note that the warning does not appear if "CHILD" prefab was selected first
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Add comment