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
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
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.