I'm trying to use tags to discern what I'm colliding with, but I can't seem to get it working. I am using:
void ICollisionListener.OnCollisionStart(Collision collision)
{
if ( GameObject.Tags.Has( "friendly" ) )
{
friends = true;
}
}Started by · 4 months ago · 1 reply · 84 views