Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2019.1.0a6
Issue ID
1094332
Regression
No
Exceptions are thrown while attempting to Apply property modification via context menu
Steps:
1. Add UI Button to the Hierarchy
2. Make a prefab out of it
3. Select instance in the Hierarchy
4. click "+" to add listener for OnClick function of the Button
==>
"Runtime only" is highlighted as property modification
5. Right-click on it and choose "Apply to Prefab Button"
==>
Two exceptions are thrown:
Destination property could not be found
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.PrefabUtility.ApplySingleProperty (UnityEditor.SerializedProperty instanceProperty, UnityEditor.SerializedObject prefabSourceSerializedObject, System.String assetPath, System.Boolean
Note: Assigned GameObject to field will not be applied to prefab asset as well
Workaround: You can apply modification through Modified component or via Overrides menu
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment