So I downloaded the Mushroom level from the asset store. I think its really pretty and want to use it to attempt to make an mmorpg on it.
First issue is with the capsule im using as a character. I gave him a char controller and a controller script, but he still acts like a regular game object. He doesn’t fall to the floor like he should.
So I gave him a rigidbody, not that this Is what I wanted. which then is when I realized that he falls through the terrain. I tried mesh colliders on both the terrain and character, but even then he bounced off something and then fell through the floor.
Help?