|
My script is
And I keep getting "MissingMethodException: Method not found: 'UnityEngine.GameObject.tag'." Error message, I cant figure out why. I swear I've gotten collision to work with this script in the past, what am I doing wrong here?
(comments are locked)
|
|
You're trying to treat collision.gameObject.name like it's a function, but it's not. You want to compare the name to a string: Thanks much Eric! I actually realized that shortly after I posted this, I guess I need to check the references a little better before posting.
Dec 27 '10 at 02:01 AM
Wes 1
(comments are locked)
|
