The problem is my player jumps whenever it gets close to the trees/grass on the terrain.
I placed trees on my terrain, and now my jumping script is having an issue. It uses a system from a Brackey’s video with layers where if the player is on the ground layer, the jump can be performed. I know the issue is that since the trees are part of the terrain, and the terrain is the ground layer, it’s gonna jump on the trees. Is there any way to avoid that? Or should I just place them all manually?
