I will ask here, because Unity Answers always says: The form below has errors. Correct the fields in red and try again.
I got this error:
I know that this question has been asked a lot, but i didn’t really get it from other answers. When i run my script:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class first1 : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
Debug.Log("Hello");
}
// Update is called once per frame
void Update()
{
}
}
(which is all the stuff it puts by default, i just added Debug.Log(“Hello”))
It tells me these errors:
My code and all works, i am just worried about the errors and that they might mean something important.
Its my first time trying to code with C#, don’t judge me if my question is too dumb, please