During this lecture, I started getting a warning in the console saying the following:
“Assets\Scripts\SelfDestruct.cs(7,28): warning CS0414: The field ‘SelfDestruct.timeTillDestroy’ is assigned but its value is never used”
Why is this warning being triggered and how do I fix it?