Hi, I am working on a Mobile project, I have instantiated some 3d GameObjects (around 50), and I will frequently get them later.
For the performance concern, should I put these instantiated GameObjects into an global array for the later use, or just using GetComponent<> function to serach the GameObject by name each time?
Really Big Thanks if anyone can help.