Answers for "how to choose if an object is active or not in unity"

C#
8

unity check if gameobject is active

// To check if a GameObject is active:
gameObject.activeSelf;
Posted by: Guest on March-08-2020

Code answers related to "how to choose if an object is active or not in unity"

C# Answers by Framework

Browse Popular Code Answers by Language