Just started working with Unity, and this thing happened
UnityEditor.SceneView:ShowCompileErrorNotification() (at C:/buildslave/unity/build/Editor/Mono/SceneView/SceneView.cs:2935)
(i dont even have that direction, and this file)
Just started working with Unity, and this thing happened
UnityEditor.SceneView:ShowCompileErrorNotification() (at C:/buildslave/unity/build/Editor/Mono/SceneView/SceneView.cs:2935)
(i dont even have that direction, and this file)
You can’t enter playmode until all code errors are fixed. The first two red lines are errors, extremely common ones in the Unity context.
Doubleclicking on errors generally launches visual studio with the cursor right on the offending line.
Google the text of those error messages (you can copy/paste from the lower left window) for how to fix those and then you can run your game.
thanks!
idk how but i solved this problem by deleting my controlScript, and “rewrote” it again