When I try to enter PlayMode it comes up with an error saying. All compiler errors have to be fixed before entering playmode! I just got unity and im trying to make a game so what should i do?
One of the scripts in your project is broken - Unity will not let you hit play until it can compile all your scripts - if you have any errors, you cannot play. You should have an error message detailing which script has the error - double clicking on it will take you to the error.
If you don’t see a script with an error, please post a screenshot of your console (you can go to Window > Console).