Hi, developers.
I'm usually use FindGameobjectWithTag("TAGS").
I'm wondering that how to make sub-tag.
Sub-tag what I mean, is just like class.
.
Example)
Tag : Enemy,
Sub-tag └ ArchEnemy, BossEnemy, MiniEnemy...
.
I think if there is sub-tag, it would be great with using FindGameobjectWithTag.
So, I'm curious about that, but I cannot find anything like sub-tag.
Is there any method what I want to?
↧