Answers for "check if a object has a certain tag unity"

C#
0

get if object has tag unity

if (NameOfGameObject.tag == "A-Tag") {

// some code

}
Posted by: Guest on October-12-2020

Code answers related to "check if a object has a certain tag unity"

C# Answers by Framework

Browse Popular Code Answers by Language