hi I'm new in NGUI
can you help me fix my problem.
SCENARIO:
I have scene and it goes like this:
>UI Root(3D)
>Camera
>Anchor
>Panel main
-have a script named "MainController"
>Panel Inventory
-have a script named: "PanelInventoryController"
both script have void start();
-> "MainController" void start() have some codes that "Generates/make CARDS" and savi un ArrayList
-> "PanelMainController void start() "i have some codes inside "PanelInventoryController" that will "Get the list of CARDS" on ArrayList that "MainController" Generates
>the problem is:
-> I Always get 0(Zero) CARDS because the "PanelMainController" is always executed firsr before the "MainController"