I make a Unity Jump and Run Game and i want to check if player touches the Terrain ground and if so make something. My Player has a Character Controller. I already tried OnCollisionEnter, OnTriggerEnter but it doesnt work. My Terrain has the tag = Terrain.
I know that when you use OnCollisionEnter, you need a Rigidbody but i dont know how to implement one.
Can anybody help?
New contributor
Angelina is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.