Unity Terrain – Checking if Player is touching Terrain?
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.