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
- 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
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Add comment