Search found 1 match

by Hadzz
Sat Feb 09, 2013 5:49 pm
Forum: Questions and Help
Topic: Detect if Character Collides With Static Mesh
Replies: 1
Views: 2436

Detect if Character Collides With Static Mesh

I am using the character controller class from the demo in my game. My levels mainly consist of StaticMeshes and Boxes. This one level I am working on has a part where you jump across platforms, and if you fall, you land in quicksand. I need to be able to detect if there is a collision between the c...