Search Unity

All compiler errors UnityEditor.SceneView: ShowCompileErrorNotification ()

Discussion in 'Scripting' started by CodeMyGod1, Dec 20, 2018.

  1. CodeMyGod1

    CodeMyGod1

    Joined:
    Dec 20, 2018
    Posts:
    3
    Hi, I’ve got such an error here "All compiler errors UnityEditor.SceneView: ShowCompileErrorNotification () "the project is absolutely empty, it has only a c amera and a light source, please help, deadline in a month :)
     
  2. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,187
    Deadline in a month and just getting started? :p

    Does this happen anytime you start a new project? Do you have any scripts in the project at all that you've added?
     
  3. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,408
  4. CodeMyGod1

    CodeMyGod1

    Joined:
    Dec 20, 2018
    Posts:
    3
    Thanks,Спасибо,Дякую;)
     
  5. CodeMyGod1

    CodeMyGod1

    Joined:
    Dec 20, 2018
    Posts:
    3
    I have a problem only with newest version)
     
    GOFY_DEV likes this.
  6. mitroshin77

    mitroshin77

    Joined:
    Nov 2, 2018
    Posts:
    1
    I have the same problem. How to solve this problem in Unity 2018.3.0f2 ???
    У меня та же проблема. Как решить эту проблему именно в Unity 2018.3.0f2 ???
     
  7. doga68

    doga68

    Joined:
    Jul 24, 2019
    Posts:
    1
    Save and close the project file then open again. It worked on my project.
     
    attics and xmx1025 like this.
  8. theAnimatedStick

    theAnimatedStick

    Joined:
    Sep 23, 2019
    Posts:
    1
    same issue
    these methods doesn't work expect the download older version which i haven't tried
     
  9. Borellun

    Borellun

    Joined:
    Sep 1, 2018
    Posts:
    4
    Is there a fix for this yet? I tried everything I could find on the internet, yet nothing fixed this issue. I just created a new project, added an empty script and get two empty errors in the console. When I try to enter play mode, I get the error with SceneView.cs:3398...
     
    Ameleus_tv and Gekokeitaro like this.
  10. Borellun

    Borellun

    Joined:
    Sep 1, 2018
    Posts:
    4
    I found an answer to this issue if someone else is looking for one; I'll paste 2 links:
    https://issuetracker.unity3d.com/is...le-is-overriden-in-user-environment-variables
    https://answers.unity.com/questions...67.417655227.1575315245-1892489616.1535121436

    In case you don't want to read through those posts, the fix is:

    1. Close any open Unity Editors
    2. Go to "C:\Program Files\Unity\Hub\Editor\(Your Unity version)\Editor\Data\Tools\RoslynScripts"
    3. Edit "unity_csc.bat"
    4. Replace the line that says "%APPLICATION_CONTENTS%\Tools\Roslyn\csc" /shared % with the following: "C:\Program Files\Unity\Hub\Editor\(Your Unity version)\Editor\Data\Tools\Roslyn\csc.exe" /shared %
     
    realgaminghs likes this.
  11. Lmaomaker

    Lmaomaker

    Joined:
    May 2, 2020
    Posts:
    3

    well 2018.4.20f1 i dont have this file at all =(
     
  12. realgaminghs

    realgaminghs

    Joined:
    Oct 26, 2020
    Posts:
    2
    (100% Working)
     
  13. realgaminghs

    realgaminghs

    Joined:
    Oct 26, 2020
    Posts:
    2
    I got solution
     
  14. jumbyto

    jumbyto

    Joined:
    Jan 31, 2021
    Posts:
    1
    Delete or try to find the problem with the last script .
     
  15. wars45523

    wars45523

    Joined:
    Sep 9, 2023
    Posts:
    1
    just save and load it again, it's work lol