I’m following the 2D Roguelike tutorial, but I can’t add the scripts to the GameObject. I see the following error in the scripts: “No MonoBehaviour scripts in the file, or their names do not match the file name”.
The public class has the same name as the file, it as MonoBehaviour, everything looks ok:
Thoughts?