I have a code `#pragma strict
function OnMouseDown() {
Destroy(“StartCube”);
}`
And when I save it I get and error that says
“Assets/Scripts/Del Object.js(5,12): BCE0023: No appropriate version of ‘UnityEngine.Object.Destroy’ for the argument list ‘(String)’ was found.”
What do I do?