I have gameObjects and I need to put them to the list, something like that:
List<GameObject> unityGameObjects = new List<GameObject>();
Is it possible? If so, how to instantiate them though in another script?
Any answer will appreciated.
|
I have gameObjects and I need to put them to the list, something like that:
Any answer will appreciated. |
|||
|
|
|
|||
|
|
I found the solution for my question, thereby I'll ask my questin, maybe it will be helpfull for someone else:
|
|||
|
|