There is a lot of problems with trees:Rseding91 wrote: Sun Nov 11, 2018 4:11 pm Thanks for the report. I've improved the error for 0.17. It's actually checking that:
If you have shadows defined: shadow frame count must be == leaves frame count + 1
If you don't have shadows defined: trunk frame count must be == leaves frame count + 1
And this one:darkfrei wrote: Sun Nov 11, 2018 2:44 pmAlso, now leaf_generation and branch_generation cannot be nil, there is another error.
If I have tree.collision_box = {{-0.7, -0.7}, {0.7, 0.7}} then I get: If I change it to tree.collision_box = {{-0.2, -0.2}, {0.2, 0.2}} then I expect: but I get: So I cannot place then in the middle of tiles.