Hey guys, came across this error (as in the title), already spent hours trying to find out what the problem is but with no luck, so I decided to come here for a little help.
This is my code (part of it, but its where my error is)
public GameObject ItemsGameObject;
DataBase AllItems;
void Awake () {
AllItems = ItemsGameObject.GetComponent<"DataBase"> ();
}
I cant see nothing wrong here (I’m not an expert, by far)
Thanks in advance