why the code suddenly doesn't colored and working?
i am starter with using textbook that uses version. 2019.4.22. and i want to ask why the code doesn't work..
when i was run the code as shown in the example like this, first time it was going well, but Since i imported t m p to add 3 D object text, next time i opened any project, the code doesn't work until now.
when i write Debug.Log, it doesn't colored and not working now. I guess certain folders or files have been moved or configured, but I don't know how to get them back to their original state..
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class test : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
Debug.Log("Hello, World");
}
// Update is called once per frame
void Update()
{
}
}
Comment
Have you changed the name of the file? It has to be test.
Your answer

Follow this Question
Related Questions
Unity coding problem 1 Answer
Error message with script 2 Answers
c# cods spaceship 0 Answers
my script has been breaking 0 Answers