I am having trouble making a start menu right now for my game. All the code seems the be fine, here are the first few lines.
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
public class MenuScript : MonoBehaviour
{
When I try to add it to my StartMenu in my hierarchy is says “Can’t add script componet “MenuScript.cs” because the script class cannot be found.” I don’t know what this means or how to fix it.