[Solved] Simulate Destroy brick doesn't work

Great, thanks.

C# is case sensitive, you need to capitalise the “C” in the OnCollisionEnter2D() method, at the moment, your method OncollissionEnter2D() will not be being called by anything, as such, the method SimulateWin() is not call either.


See also;