Log.
Entry 1
using System.Collections; using System.Collections.Generic; using UnityEngine; public class cube : MonoBehaviour { // Start is called before the first frame update void Start() { Debug.Log("Hi"); //It is time to start speaking. } // Update is called once per frame void Update() { } }