Hello AC fans,
I was wondering, is there anyone else who's trying to create a player character without RigidBody? It just adds all sorts of movement and navigation problems, so I'm coquetting with the idea of removing it altogether. I'm okay with putting navMesh obstacles on everything, it's just platforms he can't handle - the poor fella walks right through them. Is there any way he could check the ground layer (= NavMesh layer) without having the RigidBody one?
Thanks for any advice!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
For 3D characters, the Rigidboy / Capsule Collider pairing can be replaced with a Character Controller - which often does the job just fine for standard point-and-click characters.
Omg, that's brilliant! Thank you!