add a tag during runtime

hi.

it is possible to add a tag to a gamobject during runtime?

f.e.
gameObject.adaTag(“ghost”);

thank you

Is it possible to add new tags during runtime, no. Is it possible to change a gameObject’s existing tag, sure.

gameObject.tag = "ghost";

–Eric