So I’m wondering if there is any help ya’ll can offer on separating my walls from the obstacles. I wanted to construct my game in a way that the walls didn’t change the colors of the wall and only effected the obstacles.
I’m very new to this, so currently my ‘Objecthit’ script is identical to the course. My theory was I needed another if statement that basically said if the object i’m colliding with is the player, but the tag is “wall” return null. I’m just not quite sure if that logic is sound or how to impliment.
Any guidance would be appreciated.