Whenever two objects collide it doesnt detect it unless both of them are moving.
Anyone know how to make it so only one object has to be moving in order to detect the collision?
The object, you want to detect collisions on must have a Rigidbody or a Character Controller component attached.
–David–