I have a brand new script in C# and it already has an error that I don't know how to fix.
I am using Version 2018.3.0f2
{
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ButtonManager : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}
↧