Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
5.6.0xf3
Issue ID
915829
Regression
Yes
[Linux Editor] Dragging prefabs to scene results in NullReferenceException and removal of previous prefab in the scene
Steps to reproduce:
1) Create a new project.
2) Create a cube prefab in the Assets folder.
3) Delete the Cube object from scene.
4) Drag the cube prefab into the scene.
- "NullReferenceException: Object reference not set to an instance of an object" appears.
5) Repeat step 4.
Upon dragging the cube for the second time, the first cube prefab disappears and is replaced by the second one. The exception appears every time the prefab enters scene view.
Entering and exiting play mode allows placing the second prefab successfully, however, it breaks again afterwards.
Reproduced on:
2017.1.0b8, 5.6.0f3
Did not reproduce:
5.5.0p1
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
postcert
Sep 29, 2017 11:59
Would also like to note that dragging the prefab into the hierarchy will correctly add it to the scene.
Some other notes with multiple prefabs:
Prefab A: Last successfully dragged in item
Prefab B: Any other prefab
- When dragging in B, A will disappear and be as if I dragged A in. (Just like the original report)
- This can be "corrected" by dragging this A object over to the project tab and to the scene all while holding mouse1. This ends up with the correct prefab now being placed. (Still is the only object that can be dragged in...) Noticed that the inspector blanks out after going over the project tab and "correcting" the prefab.