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
- A vertical graphical artifact appears on Android Player when clearing Z & Stencil Buffer and running with OpenGLES3 Graphics API
- Player crashes when built with IL2CPP Scripting backend
- TextMeshPro package throws multiple Shader errors when importing TMP Essential Resources
- Package Manager search text field has no validation and leads to Editor freezes
- PlayerLoop.SetPlayerLoop() function is ignored when playing game in Player
Add comment