Hi,
I'm developing a game in which the player climbs up the trees by jumping onto higher branches. Now, I wanted to add 'when player falls with higher speed on a branch, it should brake or destroy and the player should fall to the ground' feature. When I was trying to implement it, all the branches are being destroyed but I want to destroy only particular branch on which the player has landed.
Please Help.