So the current problem I have, is quite simple.
I have an NPC with an FSM (Array List Add)
The NPC needs to add its self to the Proxy list in object on scene.
My NPC work perfect event if I clone it a couple of times it adds its self to the proxy, it works !
THE PROBLEM: the instant I make my NPC a prefab, New spawned Prefab NPC wont add them selfs to Proxy list.
I got it to work with Normal Arrays, but I was not able to get arrays to work correctly and I cant see clearly whats being added in Array or removed.
So I though Array list has a perfect way to see all prefabs being added since you can see it, but array list wont work with prefabs.