OK, so I use the so called “Big Tree” model, that comes togheter with Unity when you download it, to paint my terrain.All is good, but, the problem is I can walk through trees.I was like, okay…!? I looked up the problem on Google, and here’s what I’ve done(following steps that I have found on Google), I have deleted the tree model, and removed all trees from my terrain, searched in the project, the “Big Tree” model, edited it, added a Box Collider, and, I have also resized it and centered it.Then, I re-added them to the terrain, and I still can walk through them, if I add it individually in the scene, it works, but if I paint the terrain with them, it no longer works, even if I have the box “Create tree colliders” checked?Help, please, I want to release my game ASAP.Thanks in advance.
Problem fixed, and if anyone else will be encountering the same problem, the solution is to add a capsule colider to the tree, NOT A BOX COLLIDER!!!