Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: lzt120 on July 30, 2012, 10:04:57 PM

Title: Boo script access NGUI
Post by: lzt120 on July 30, 2012, 10:04:57 PM
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
Title: Re: Boo script access NGUI
Post by: ArenMook on July 31, 2012, 12:42:52 AM
That's not an error, and it was fixed in 2.0.9 or so. You need to update to the latest version.