Could anyone shed some light, that what the ef is wrong with this script?
using UnityEngine;
public class OpenSettings : MonoBehaviour {
public settingsMenu menuScript;
public void OnMouseDown()
{
menuScript.OpenQualitySettings();
}
Ive been fighting this script for 4 hours, and simply cannot figure out what is the problem.
OpenSettings is the name of script.