Hi there,
In the lecture I notice that we are calling Destroy(gameObject) before other lines in the same class are called (level.BlockDestroyed, TriggerSparklesVFX). I’m by no means an expert but my experience has been that Destroy needs to be the last function called to prevent things like Null Ref errors. Is this best practice or am I missing something else?
Cheers,
Dan