I am a total beginner at making scripts and i copied a movement script from a you tube video Unity RPG Tutorial #2 - Player Movement - YouTube
I put the script into my own C++ File and it won’t work. The error says “Can’t add script command “Eric Movement” because the script class cannot be found. Make sure that there are no compile errors and that the file name and class name match” I really don’t know what this means, please help me!
Your file name must be the same as your class name (open the file and check that name after “public class” matches your file name).