Hello,
I'm new to coding. I started the tutorial week 1 today, but I'm having issues.
First, when I copied the script it keeps saying:
"EndLayoutGroup: BeginLayoutGroup must be called first.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)".
I also have the mention: No Mono Behaviour scripts in the file, or their names do not match the file name.
Thank you for your help!
This is the code:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerControler : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
This is a picture of my screen:
![alt text][1]
[1]: /storage/temp/164833-playercontroler.png
↧