Hello. I know you can reference colliders for tags (ex: when enter trigger (compare tag “Type A”)), but can you do that with a specific object name? Thanks.
Sure, just use the ‘name’ field, e.g. (untested):
if (collider.gameObject.name == "name") {...}