Hi everyone! I’m trying to make my player collide with the ground. Right now, they just fall right through it.
Any help is appreciated!
Thanks!
Hi everyone! I’m trying to make my player collide with the ground. Right now, they just fall right through it.
Any help is appreciated!
Thanks!
Your “player” should have a collider. A box collider or sphere is the most efficient and lightest. Your terrain should have a terrain collider (but it usually does). If you take a look at the First Person Player as an example in the Standard Assets, you can inspect it and see what is applied to it.