Search Issue Tracker
Won't Fix
Votes
0
Found in
5.4.0b24
Issue ID
811568
Regression
No
Null pointer exception when dragging line renderer into the scene and then to console while playing
Steps to reproduce:
1. Download and import attached project.
2. Open scene: 02_effects_preview
3. Press play.
4. Make sure scene view and console are visible.
5. In Project window Find prefab: lightning_gun_beam
6. Drag that prefab into scene view, but don't release, then drag it to console window.
Expected result: Nothing happens.
Actual result: Error appears:
MissingReferenceException: The object of type 'LineRenderer' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
Note: Errors appear even when you finish doing everything and the only way to stop them is to restart Unity.
Reproduced on: 5.5.0a3, 5.4.0b23, 5.3.5f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Text color is incorrect when text is rendered on SubMeshUI
- "Invalid SortingGroup index set in Renderer" errors when making many modifications in same frame
- Crash on GizmoBufferSizeHistory::GetBuffer() when opening a specific scene
- RenderTexture is not initialized when it is set as Material's Texture
- Branch node outputs a random value instead of a constant on the false conditon
Add comment