Is this something that has still gone unnoticed?
I have arrays in a container and they are not being created quickly enough after the parent object is created. I must wait .01 seconds at the beginning of "On created" for the arrays to become accessible. Without the wait, it picks the first instance's array in the layout.
Why would object instantiation be running in a different thread? Why??