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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Add comment