I’ve made script that actives or deactives child gameobjects. It works fine in editor but when I build settings and put it on my phone, it doesn’t, just nothing happens. There are no errors in the editor, neither on runtime nor after build is done. I have no clue why. Any possible reasons?
Script: using UnityEngine;using System.Collections;using UnityEngine.UI;public c - Pastebin.com