Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: IssamKhalil on August 09, 2012, 01:02:31 PM

Title: Script Execution Order
Post by: IssamKhalil on August 09, 2012, 01:02:31 PM
In the script execution order settings for my project I am seeing a few NGUI script added in there. I can't seem to figure out how they got added, is it when importing the package or is done by a script somewhere? I am just curious :)
Title: Re: Script Execution Order
Post by: ArenMook on August 09, 2012, 02:25:57 PM
I had to set up a certain order of execution for NGUI components. This data gets stored internally (and also a part of the script's metadata if you have external versioning enabled), and is preserved within the Unity Package on export. When you imported NGUI, the order was copied over.