So I followed http://www.burgzergarcade.com/ and I ran into a problem that he does not fix. I need to get my cameras collider to get a message to move closer to the character when my camera hits a house.
gameObject.tag is the tag of the GameObject to which the script is attached, nothing to do with colliders. If your Camera has a Collider, with isTrigger true, then in a script, you could write: