xcode 12 simulator stop execution after gameobject.setactive(false); unity build code example
Example 1: unity c# set gameobject active
gameObject.SetActive(true)
Example 2: setactive unity
gameObject.SetActive(true);
gameObject.SetActive(false);