I can't enter play mode PLEASE HELP

It doesn’t matter how I do it I can’t enter play mode, it says all compiling errors have to be fixed before I enter play mode. If I open a tutorial or something like that, I can’t enter play mode, If I create a project of my own with just a couple components (Just a floor and a ball to bounce on it) I can’t enter play mode, what is this? please help

This is commonly due to a coding error preventing script compilation.

The first step is to open the Console window (if it isn’t open already) and ‘double-click’ the ‘all compiling errors have to be fixed’ notification(s). When the script opens, look for any part of the code which is underlined in red. This will highlight errors.

If this fails, create a new empty project and press ‘Play’ (with no scripts, objects or components). Let us know how you get on.

The errors are empty
There are 4 error messages which are EMPTY, there’s nothing in them, there’s nothing, there are just 4 error icons that appear as soon as I open Unity, with no text after them, nothing happens if I click on them, no text and nothing go with them.

The error also happens when I create a new project with nothing in it, the same error shows up if I click play

Ok, take a look at this thread , it might fix the problem.

I also cant enter playmode, i have looked at the script but the only thing i see is the whole word being orange, i have no clue how to make my character move or look around at all. Can somebody please help? My unity script looks way different than on tutorials and such. Btw i am new to unity and i want to make a game!

Same problem. When I enter the playmode and I press a button,it stops and not works I and I can’t close it only way to close it is stop from the task manager. The script only contains:When you press the button,it starts a function and function instantiates an empty gameobject and that gameobject has a script,the script startes a function and function only changes a variable from an another script. WTH?

Actually, probably not.

Please don’t necro-post to old threads. Start your own thread, it’s FREE.

You probably just have an endless loop. You can’t do those in Unity.

How to report your problem productively in the Unity3D forums:

http://plbm.com/?p=220

If you post a code snippet, ALWAYS USE CODE TAGS:

How to use code tags: https://discussions.unity.com/t/481379

1 Like

@Kurt-Dekker Thanks alot, you actually have helped fix my problem years later:)