Почему код не печатается в консоли Unitys?
#c# #unity3d Вопрос: using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class Player : MonoBehaviour { // Start is called before the first frame update void Start() { }…