I am getting this error:
NullReferenceException: Object reference not set to an instance of an object Obstacle.OnTriggerEnter2D (UnityEngine.Collider2D collision) (at Assets/Scripts/Obstacle.cs:22)
There is no problem in the code. Where am I making a mistake?
[[enter image description here](https://i.stack.imgur.com/sSDkt.png)](https://i.stack.imgur.com/PRHdO.png)
Please help.