“Уничтожение объекта Unity” Ответ

Установленная позиция единства

// To set the position of a gameobject use the following
GameObject.transform.position = new Vector3(x, y, z);
SkelliBoi

Уничтожение объекта Unity

using UnityEngine;
using System.Collections;
 
 public class AICover : MonoBehaviour
{
   public GameObject() balls = new GameObject(However many balls);
    //you need to go to the inspector and put the balls in order to what you want to destroy first
    void Update()
    {
        foreach (GameObject ball in balls)
        {
            int minisIndex = 0;
            int OminisIndex = 1;
            int index = 0;
            if (OminisIndex <= 1)
            {
                minisIndex = OminisIndex;
                for (int i = 0; i == minisIndex; i += 0)
                {

                    if (balls[minisIndex] != null && balls[index] == null)
                    {
                        //lose
                    }
                    minisIndex--;
                }


            }
            index++;
            OminisIndex++;
        }
    }
}
Matthew Garcia

единство, как проверить позицию объекта

if (transform.position.x == 0)
            {
                print("hi");
            }
RyanGar46

Ответы похожие на “Уничтожение объекта Unity”

Вопросы похожие на “Уничтожение объекта Unity”

Больше похожих ответов на “Уничтожение объекта Unity” по C#

Смотреть популярные ответы по языку

Смотреть другие языки программирования