We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ddb58 commit 0a65f40Copy full SHA for 0a65f40
README.md
@@ -61,6 +61,7 @@ public class Test : MonoBehaviour
61
}
62
63
// Adding Tag
64
+ // Be careful, if you create a copy of an existing object with runtime added tags, these tags will not be copied to the new object.
65
_enemy.AddTag(_zombieTag);
66
67
// Removing Tag
0 commit comments