Код: Выделить всё
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TestScript : MonoBehaviour
{
// Start is called before the first fra
void Start()
{
print("hello world");
}
// Update is called once per frame
void Update()
{
}
}
введите здесь описание изображения
Я искал в Google, но не нашел правильного ответа
п>
Подробнее здесь: https://stackoverflow.com/questions/790 ... ty-vs-code
Мобильная версия