Hello all!
I’m trying to make a game where you have to press a button when two objects are colliding. There’s like a triangle and you have to press a button when it spins over a rectangle.
The issue I have is that I have no idea how to implement this in C#. I’ve tried using Collision.Equals and OnCollisionEnter is obviously not what I’m looking for. Anyone have any ideas?