I started working on re-creating the breaker game, that involves colored bricks and a ball hitting them. I am having trouble with the brick lives. It doesn’t break when the ball hits. It there anything i can do to fix this?
Yes, you can look to debug why it’s not working. This may involve the managed debugger: Unity - Manual: Debug C# code in Unity or you can just simply use Debug.Log statements to work out what isn’t working.
But without knowing anything about your set up, or seeing any code, we can’t help on our end.