I am trying to use Boo script to access the NGUI. But the is error show me and how can I fixed that ?
Scene is being destroyed while there are hidden renderers that are using it. This is likely an editor script creating objects with hideFlags and leaving them enabled.
Here is my Test Code and the NGUI version is 2.04c:
import UnityEngine
class ControlNGUI (MonoBehaviour):
public s as string
public label as UILabel
def Start ():
label.text = s