Hey, so I've been trying to make a choppable tree lately that seems realistic by leaving axe marks in the tree then eventually leading to the tree to fall over. So I've done a bit of research on how to do it but the best thing I could find was an example of what I wanted to accomplish. I know how to do everything but "chip away" pieces of the tree. Here's the video I was talking about: https://www.youtube.com/watch?v=MvBiRnCdWgw
If somebody could lead me in the right direction that would be great. Thanks!
You could write a script that determines from which direction the axe hits, and adjusts the size depending on that. Judging by how the parts shrink, that seems to be how he does it. Also make sure that it separates the part that it hits, or it could shrink the whole tree. You can also make the tree out of several different parts if that would be easier.