Author Topic: Script Execution Order  (Read 3146 times)

IssamKhalil

  • Guest
Script Execution Order
« 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 :)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Script Execution Order
« Reply #1 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.