No olvides que en las ciencias cualquier problema casi siempere puede tener varias soluciones, no obstante te mostraremos la mejor y más eficiente.
Ejemplo: unity c# store gameobject en array
privateGameObject[] objects = GameObject.FindGameObjectsWithTag("mytag");//Change private to public if you want it to be acessible from the inspector and other scripts.//Add [HideInInspector] in front of public if you don't want it to be accessible in the inspector.//Replace objects with the name of your array that is storing the GameObjects.//Replace mytag with the tag you are looking for in the array.
Si te gustó nuestro trabajo, tienes el poder dejar una reseña acerca de qué te ha gustado de esta reseña.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)