Do you mean that you can find the gameobject with its old tag(spawn) using function gameObject.FindWithTag("spawn") even though you have changed its tag to a new one(picked)?
If so, check whether there are something wrong with your collision, and be sure that the gameobject
has been assigned a new tag ("picked")
Good luck!
↧