Answers for "unity set active if"

C#
10

unity check if gameobject is active

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

C# Answers by Framework

Browse Popular Code Answers by Language