OK, a collision event works great for what I'm doing, except for one thing. the object I'm trying to check needs to be a trigger but "collision2d event" only seems to do anything if "is trigger" is disabled. is there any way around this?
Thank You for your assistance.
as for what I'm doing. I'm trying to make a system so that when the player enters an area and a button is pressed an action is performed.