Hi, I’m currently working on a horror game, I’ve placed a bunch of trees but when I use my First Person Controller, I can walk across them… It’s so weird.
If you guys have a good idea, please post them below!
Thanks
~crusherxman
Hi, I’m currently working on a horror game, I’ve placed a bunch of trees but when I use my First Person Controller, I can walk across them… It’s so weird.
If you guys have a good idea, please post them below!
Thanks
~crusherxman
I did a video on this. Jump to 4mins 40secs : 09 _ Terrain 1-2 : Trees and Grass - YouTube
If you have already placed your trees, it’s not all bad!
Edit : D’oh, too slow again =]
From the official Unity documentation:
If you’d like your trees to make use of colliders, it’s very easy. When you’ve imported your Tree asset file, all you need to do is instantiate it in the Scene View, add a Capsule Collider and tweak it, and make the GameObject into a new Prefab. Then when you’re adding trees to your Terrain, you add the tree Prefab with the Capsule Collider attached. You can only use Capsule Colliders when adding collisions with trees.
(Scroll down to “Setting up tree collisions”)